I've modified some old electrical plans with Inkscape who are scanned. Now I have to re-convert them into PDF format, then merge them to the original document.
The problem is that, with Inkscape, I get some issues on the document, like unexpected rectangles with shade.
When I convert it with rsvg-convert, raster images are compressed with a poor quality, but they are already bad so the result is not good ?. I use the following command :
rsvg-convert --keep-image-data -a -f pdf 2.svg > out.pdf
And I get the result at right :
Finally, with imagemagick, everything is rastered, even added texts and elements and quality is bad too.
How can I solve this problem, I think the best is rsvg-convert, but for the moment it's not good enough for me...
Thank by advance for your answers ?
0 Answers