A premium, client-side web application designed to compile modern mixed-media images and raw text layers into clean, ordered, high-definition PDF documents. Built with an elegant, Apple-inspired glassmorphic interface, it processes everything directly in the browser with zero server overhead.
A premium, client-side web application designed to compile modern mixed-media images and raw text layers into clean, ordered, high-definition PDF documents. Built with an elegant, Apple-inspired glassmorphic interface, it processes everything directly in the browser with zero server overhead.
Experience the application live in production:
👉 Launch Document Engine Pro
URL: https://harsh-dev-live.github.io/PDF_compiler/
- Mixed Media Staging Pipeline: Seamlessly drag-and-drop or batch-upload
PNG,JPG,WEBP, andTXTfiles. - Dynamic Hierarchy Ordering: Live sorting allows you to reorder pages up/down or remove assets instantly before compiling.
- Intelligent Auto-Scaling: Automatically calculates aspect ratios to gracefully fit images onto A4 dimensions while split-mapping multi-page text buffers.
- Premium Visual Topology: Fully responsive design featuring hardware-accelerated micro-interactions, an isolated overlay settings panel, and a seamless native iOS-style Dark Mode toggle.
- 100% Client-Side Privacy: Powered by
jsPDFand the web standardFileReaderAPI—your assets never touch an external server.
- Frontend Architecture: Semantic HTML5, Vanilla JavaScript (ES6+), Modern CSS Custom Properties.
- Design System: Glassmorphic UI layout leveraging
backdrop-filtersaturations and the Google Inter typography framework. - Core Engine:
jsPDF(UMD via CDN) for dynamic, browser-native client-side document compilation.
Since this application runs entirely on the client side, running it locally requires zero installation or backend configuration:
- Clone the repository to your local machine:
git clone [https://github.com/harsh-dev-live/PDF_compiler.git](https://github.com/harsh-dev-live/PDF_compiler.git)