Some test text!

Search
Hamburger Icon

Web / Guides

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.

// 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

Get the answers you need: Chat with us