Create PDF document using JavaScript

Creating a PDF document is similar to creating a XOD document except it requires a few more steps: we need to initialize the PDF worker based on the backend type for the browser we are using.

1// Instantiate a Document object.
2const licenseKey = 'Insert commercial license key here after purchase';
3const doc = await Core.createDocument('/path/file.pdf', { l: licenseKey });
4
5// doc is Document instance and ready use

Did you find this helpful?

Trial setup questions?

Ask experts on Discord

Need other help?

Contact Support

Pricing or product questions?

Contact Sales