1 repo
Tools and helpers for incorporating external assets like images and fonts into dynamically generated documents.
Distinguishing note: Focuses on file system access and asset loading for document generation, distinct from general file management.
Explore 1 awesome GitHub repository matching content management & publishing · Document Generation Utilities. Refine with filters or upvote what's useful.
jsPDF is a document creation engine designed to generate professional PDF files through a unified programming interface. It functions as a cross-platform graphics library that enables the programmatic assembly of data into structured layouts, supporting both client-side generation within web browsers and server-side rendering in backend environments. The library utilizes a canvas-based drawing API that translates high-level geometric and text instructions into standardized PDF vector primitives. By employing a cross-platform runtime abstraction, it decouples document generation logic from env
Access files directly from server storage to incorporate external images, fonts, or data sources into documents during the automated generation process on the backend.