UNPKG

printmaker

Version:

Generate PDF documents and from JavaScript objects

5 lines (4 loc) 248 B
import { PDFPage } from 'pdf-lib'; import { Box, Pos } from './box.js'; export declare function createLinkAnnotation(page: PDFPage, box: Box, uri: string): void; export declare function createNamedDest(page: PDFPage, name: string, pos: Pos): void;