FG
💻 Software

How can I batch convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?

Fresh5 days ago
Mar 15, 20266387 views
Confidence Score0%
0%

Problem

Possible Duplicate: How do I convert an SVG to a PDF on Linux 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 5.3 or CentOS 5.3 for the x86_64 arc…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I batch convert SVG files containing text to PDF files (specifically on CentOS 5.3 x86_64)?

Low Risk

most tools out there are (like batik or imagemagick) are going to turn your vector data into a raster map. I would try rsvg-convert. It uses cairo as a backend, so you may have the same compile problems you're having with svg2pdf.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment