Hi, I would like to know if it possible to insert SVG images into a PDF
with PDFBox 2.0.0.
In this old thread
<http://pdfbox-users.markmail.org/search/?q=Toni+Helenius#query:Toni%20Helenius%20order%3Adate-backward+page:1+mid:6pncjl43qdhgiz35+state:results>
it is mentioned to use Apache Batik to convert SVG to PDF and then
import on PDFBox.
Is this still the best procedure?
I'm currently filling a PDF form with PDFBox which has an SVG on it.
Now, I want to do everything from the software. The SVG image is the
only thing I don't know how to add and I would like to avoid using PNG
files instead of a vector.
Thanks,
Ivan
PS: This was also asked by other user at Stackoverflow here
<http://stackoverflow.com/questions/31718075/drawing-vector-images-on-pdf-with-pdfbox>.