Tagged Questions
3
votes
4answers
3k views
convert pdf to svg
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 and Batik libraries -
...
3
votes
1answer
346 views
How can I programatically convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?
I would like to programatically convert SVG files to PDF files. However, the SVG files contain text that must be searchable in the generated PDF files. Also, it has to work on Red Hat Enterprise Linux ...
1
vote
1answer
62 views
Converting svg to pdf: Why am I losing my text?
I'm using Batik to convert an svg to a pdf. The pdf that Batik outputs has no text. The svg does have text. If I use Batik to rasterize to png, I do get text.
The font I am using is Arial. I am ...
0
votes
1answer
134 views
Converting svg to pdf with Batik not working on Ubuntu 11.10
I am attempting to convert a svg image to pdf using the Batik SVG toolkit on Ubuntu-11.10.
I have Batik 1.7 and Fop 0.95 installed. When running the following in the terminal:
java -jar ...