Appearance
zeropdf / createDocument
Function: createDocument()
ts
function createDocument(options?): PdfDocument;Defined in: src/document.ts:6449
Creates a new PDF document builder for generating pages, text, graphics, forms, metadata, tagging, and attachments.
Parameters
| Parameter | Type | Description |
|---|---|---|
options | DocumentOptions | Document creation options. |
Returns
The new mutable PDF document builder.