UNPKG

@cantoo/pdf-lib

Version:

Create and modify PDF files with JavaScript

9 lines 294 B
import PDFContext from '../PDFContext'; declare class PDFObject { clone(_context?: PDFContext): PDFObject; toString(): string; sizeInBytes(): number; copyBytesInto(_buffer: Uint8Array, _offset: number): number; } export default PDFObject; //# sourceMappingURL=PDFObject.d.ts.map