convert pdf to svg

后端 未结 4 2041
星月不相逢
星月不相逢 2020-12-02 06:00

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

4条回答
  •  不知归路
    2020-12-02 06:43

    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).

    pdf2svg input.pdf output_page%d.svg all
    

    And for some troubleshooting see: http://www.calcmaster.net/personal_projects/pdf2svg/

提交回复
热议问题