UNPKG

@cantoo/pdf-lib

Version:

Create and modify PDF files with JavaScript

10 lines (9 loc) 304 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