Did you find this guide helpful?
Some test text!
Web / Guides
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.
// Instantiate a Document object.
const licenseKey = 'Insert commercial license key here after purchase';
const doc = await Core.createDocument('/path/file.pdf', { l: licenseKey });
// doc is Document instance and ready use
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales