sempdf
sempdf v1.9.1Functions

Function: createDocument()

sempdf v1.9.1


sempdf / createDocument

function createDocument(options?): PdfDocument;

Defined in: src/document.ts:8352

Creates a new PDF document builder for generating pages, text, graphics, forms, metadata, tagging, and attachments.

Parameters

ParameterTypeDescription
optionsDocumentOptionsDocument creation options.

Returns

PdfDocument

The new mutable PDF document builder.

On this page