UNPKG

@signpdf/placeholder-plain

Version:

Try to add a signature placeholder to a PDF using plain string modifications.

8 lines 240 B
/** * Finds the reference to a page. * * @param {Buffer} pdfBuffer * @param {Object} info As extracted from readRef() */ export default function getPageRef(pdfBuffer: Buffer, info: any): string; //# sourceMappingURL=getPageRef.d.ts.map