Frequently Asked Questions
Everything you need to know about PDF to SVG conversion
Clone the project and run `node pdf2svg.js [pdf_name]`. All SVG output files will be saved to the 'svgdump' folder.
This tool is built using an SVG backend for PDF.js, developed as a GSoC 2014 project.
The tool accepts any PDF file and outputs individual SVG files for each page.
There is no strict limit, but larger files may take more time to process.
Yes, all conversions happen locally on your machine. No files are uploaded to external servers.