missinglinkelectronics / sphinxcontrib-svg2pdfconverter

Sphinx SVG to PDF converter extension
Other
21 stars 10 forks source link

Fix CairSVGConverter::convert for usage on Windows #16

Closed lukeprince20 closed 3 years ago

lukeprince20 commented 3 years ago

Update the convert method of the CairoSVGConverter class to use an alternative call signature for cairosvg.svg2pdf. It now uses the file_obj call signature rather than the url signature. The previous signature requires elevated priveleges on Windows.

Gatherer commented 3 years ago

LGTM. Thank you for your contribution!