UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

11 lines 435 B
import PDFContext from "../PDFContext"; import PDFRef from "../objects/PDFRef"; declare class JavaScriptEmbedder { static for(script: string, scriptName: string): JavaScriptEmbedder; private readonly script; readonly scriptName: string; private constructor(); embedIntoContext(context: PDFContext, ref?: PDFRef): Promise<PDFRef>; } export default JavaScriptEmbedder; //# sourceMappingURL=JavaScriptEmbedder.d.ts.map