Convert a PDF into a series of PNG images all within the browser for free.
Simple static page using Preact and PDF.js to convert PDFs into PNG files all within the user's browser. Files are not sent to a remote server. No server is necessary.
The site is automatically deployed to apexal.github.io/dtools on each push to master via a GitHub Action.
- Upload PDFs
- Convert each page in PDF to PNG
- Display page PNG sizes
- Download all PNGs in ZIP
- Choose quality level
- Set maximum PNG dimensions
- Option to cut pages into chunks
npm install
npm run dev