PDF Crafter is an interactive web application that allows users to create their own PDF documents by selecting from predefined content blocks. The app is ideal for generating documents like contracts, certificates, reports, or template-based files that users can customize as needed.
-
🧱 Choose from various types of content blocks
(e.g. text, heading, image, table…) -
✍️ Easily edit the content of each block
-
📥 Export the final document to PDF format
- Frontend: Next.js
- PDF Generation: jsPDF
- Styling: Tailwind CSS
- Package Manager: pnpm
git clone https://github.com/your-username/pdf-builder.git
cd pdf-builder
pnpm install
pnpm run dev