我正在尝试使用和转换SVG
为PDF
python 。所以,我安装了这两个,以下是他们网站上的示例,我完全按照原样运行它,如下所示。svglib
reportlab
>>> from svglib.svglib import svg2rlg
>>> from reportlab.graphics import renderPDF
>>> drawing = svg2rlg("SVGMonitor.svg")
Failed to load input file!
我收到此错误Failed to load input file!
。请建议可能是什么问题?
svg
我要转换的文件是有效文件,并且具有足够的权限。
使用 python 2.6