FAQ


Q1: How do I use this tool?

A: Clone the project, and run `node pdf2svg.js [pdf_name]`. You will find all the svg output files (page-wise) under a folder named 'svgdump'.


Q2: How is this tool built?

A: The tool is built using an SVG backend for PDF.js, I built as a GSoC 2014 project. You can know more about this here.


Q3: Why are some images not rendered properly in the PDFs?

A: The SVG backend is still a work in progress and is not completely implemented. Hence, you will find some bugs while rendering PDFs.