I want to convert PDF to SVG please suggest some libraries/executable that will be able to do this efficiently. I have written my own java program using the apache PDFBox an
Take a look at pdf2svg:
To use
pdf2svg []
When using all give a filename with %d in it (which will be replaced by the page number).
all
%d
pdf2svg input.pdf output_page%d.svg all
And for some troubleshooting see: http://www.calcmaster.net/personal_projects/pdf2svg/