文件名称:pdf-annotate:用于将注释添加到PDF的纯Python库
文件大小:9.74MB
文件格式:ZIP
更新时间:2024-05-22 13:17:21
library heraignore Python
pdf注释 一个纯Python库,用于向PDF添加注释。 关于 pdf-annotate是一个简单的库,用于将PDF注释添加到PDF。 在后台,它使用功能强大且不受限制的pdfrw库来解析PDF,以找出放置注释的位置。 用法 from pdf_annotate import PdfAnnotator , Location , Appearance a = PdfAnnotator ( 'a.pdf' ) a . add_annotation ( 'square' , Location ( x1 = 50 , y1 = 50 , x2 = 100 , y2 = 100 , page = 0 ), Appearance ( stroke_color = ( 1 , 0 , 0 ), stroke_width = 5 ), ) a . write ( 'b.pdf' )
【文件预览】:
pdf-annotate-master
----MANIFEST.in(53B)
----pyproject.toml(156B)
----.github()
--------workflows()
----tests()
--------test_pdf_annotator.py(5KB)
--------config()
--------images()
--------annotations()
--------utils.py(504B)
--------pdfs()
--------test_graphics.py(9KB)
--------end_to_end()
--------__init__.py(0B)
--------util()
--------files.py(1KB)
----tox.ini(175B)
----LICENSE(1KB)
----pdf_annotate()
--------annotator.py(12KB)
--------config()
--------annotations()
--------fonts()
--------__init__.py(293B)
--------graphics.py(11KB)
--------util()
----setup.py(940B)
----.gitignore(218B)
----Makefile(336B)
----README.md(5KB)
----.flake8(31B)
----.pre-commit-config.yaml(402B)