I\'m trying use embeddSVG.py to embed an SVG in a PDF, but Adobe Acrobat Reader doesn\'t show svg content in my pdf.
Maybe you can use svglib to convert your svg to pdf and then include it using pyPdf. Note that svglib seems to use reportlab so you can probably use their api to manipulate your file.