svg2rlg是一个Python工具转换成SVG ReportLab PDF图形
- 资源大小:479.40 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
python
工具
转换
一个
图形
资 源 简 介
svg2rlg is a python tool to convert SVG files to reportlab graphics.
The tool can be used as a console application to convert SVG to PDF files.
Known problems ( AKA todo list):
* Missing support for elliptical arcs in paths. It is belived to be possible to convert arcs to quadratic beziers.
* Text handling is limited.
* Style sheets not supported.
Note that some limitations are due to limitation in the reportlab graphics package:
* No gradients
* No text on path
* No filling rules (only odd-even)
A wxpython tool is included in the distribution which does a
side by side comparison to the SVG test suite. Presently most
of the official SVG 1.1 test suite is prefect.
文 件 列 表
svg2rlg-0.3
COPYING.txt
PKG-INFO
README.txt
setup.py
svg2rlg.py
svg2rlg_render_test.py
test-suite
test_svg2rlg.py