UNPKG

pdf-lib

Version:

Library for creating and modifying PDF files in JavaScript

7 lines (6 loc) 407 B
export { default as PDFDocument } from './PDFDocument'; export { default as PDFDocumentFactory } from './PDFDocumentFactory'; export { default as PDFDocumentWriter } from './PDFDocumentWriter'; export { default as PDFObjectIndex } from './PDFObjectIndex'; export { default as PDFObjectCopier } from './PDFObjectCopier'; export { default as Standard14Fonts, IStandard14FontsUnion } from './Standard14Fonts';