1

(3 replies, posted in Programming)

I currently have svg and pdf images that I need to put together in a pdf file using python.  I can't find any way to use python to use pdf or svg images other than to turn them into png images and then insert the png images into the main pdf file.  The problem with that is that I lose quality by using png images.  Does anybody have any suggestions on what I could do?