LICENSE
README.md
pyproject.toml
src/pdfblox/__init__.py
src/pdfblox/charts.py
src/pdfblox/document.py
src/pdfblox/fonts.py
src/pdfblox/footer.py
src/pdfblox/header.py
src/pdfblox/images.py
src/pdfblox/layout.py
src/pdfblox/lists.py
src/pdfblox/report.py
src/pdfblox/tables.py
src/pdfblox/text.py
src/pdfblox/theme.py
src/pdfblox/themes.py
src/pdfblox/utils.py
src/pdfblox.egg-info/PKG-INFO
src/pdfblox.egg-info/SOURCES.txt
src/pdfblox.egg-info/dependency_links.txt
src/pdfblox.egg-info/requires.txt
src/pdfblox.egg-info/top_level.txt
tests/test_charts.py
tests/test_document.py
tests/test_fonts.py
tests/test_header_footer.py
tests/test_images.py
tests/test_keyvalue.py
tests/test_layout.py
tests/test_lists.py
tests/test_report.py
tests/test_tables.py
tests/test_text.py
tests/test_theme.py
tests/test_themes.py
tests/test_utils.py