Hi friends! I searched the internet to get information about how to insert vector graphic files (preferentially SVG) into generated PDFs with PDFBox. Apache Batik is able to convert the SVG format into PDF "Paths". This keeps the vector graphics advantages (arbitrary scaling w/o pixelated areas).
I don't want to rasterize my vector graphic but convert it into these "path commands". Does PDFBox support the insertion of them (like Apache FOP)? Best regards PAX

