happypdf / Base64SaveOptions
Interface: Base64SaveOptions
Defined in: src/api/PDFDocumentOptions.ts:26
Extends
Properties
addDefaultPage?
ts
optional addDefaultPage?: boolean;Defined in: src/api/PDFDocumentOptions.ts:15
Inherited from
dataUri?
ts
optional dataUri?: boolean;Defined in: src/api/PDFDocumentOptions.ts:27
objectsPerTick?
ts
optional objectsPerTick?: number;Defined in: src/api/PDFDocumentOptions.ts:16
Inherited from
rewrite?
ts
optional rewrite?: boolean;Defined in: src/api/PDFDocumentOptions.ts:18
Inherited from
updateFieldAppearances?
ts
optional updateFieldAppearances?: boolean;Defined in: src/api/PDFDocumentOptions.ts:17
Inherited from
SaveOptions.updateFieldAppearances
useObjectStreams?
ts
optional useObjectStreams?: boolean;Defined in: src/api/PDFDocumentOptions.ts:14