I have a reference PDF whose page size, margins, and table layout must be reproduced exactly, page after page, from data held in a MySQL database. The goal is a small web application that lets a logged-in user fill or upload the necessary data, click “Generate”, and immediately receive a multi-page, pixel-perfect PDF. Core needs • Authentication: standard email/password-based login and self-service registration. • Data layer: MySQL, with a concise schema that stores the records feeding each table in the PDF. • PDF engine: any reliable approach is welcome—server-side rendering with Puppeteer, wkhtmltopdf, PDFKit, or another framework you trust—as long as the output matches my sample exactly, handles page breaks gracefully, and repeats headers where needed. • Front-end: I’m flexible on the stack; choose whatever lets you build a snappy, modern UI for data entry and a single click to generate the file. Deliverables 1. Source code (front-end, back-end, SQL script). 2. A short read-me explaining local setup and deployment. 3. One sample run that produces an identical copy of my reference PDF from the database records. I will supply the template PDF and detailed layout notes once we start. If you have proven experience with print-quality PDF generation on the web, I’d love to see it. I don't require any work for the backend because I already have it; I only want front-end design source code.