UNPKG

@pdfme/generator

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

21 lines (20 loc) 354 B
export type EmbedPdfBox = { mediaBox: { x: number; y: number; width: number; height: number; }; bleedBox: { x: number; y: number; width: number; height: number; }; trimBox: { x: number; y: number; width: number; height: number; }; };