Introduction to pdfrw
masterOverview
pdfrw is a pure Python library and utility designed for reading and writing PDF files. It is optimized for speed and is capable of faithfully reproducing vector formats without rasterization.
Key Capabilities
- PDF Operations: Subsetting, merging, rotating, and modifying metadata.
- Vector Fidelity: Reproduces vector images without converting them to rasters (used by
rst2pdf). - Integration: Can be used standalone or in conjunction with
reportlabto reuse existing PDF content in new documents. - Compatibility: Version 0.4 is tested on Python 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
- License: Permissively licensed.