UNPKG

@pdfme/pdf-lib

Version:

Create and modify PDF files with JavaScript

11 lines (10 loc) 387 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;