Hello
I'm inserting an SVG image into my document, but I have a little problem.
The SVG image I'd like to insert is first used in a Java application and it's visualized thanks to the JSVGCanvas class (in reality it is a little more complex but it doesn't matter in this case), the viewing of the SVG image in my application is ok. But after when I generate a PDF file from my application the SVG image is too big for an A4 document. So I'd like to know if there's a way to resize my SVG image keeping the proportions.
Thanks
Samuel