.gitignore
.readthedocs.yaml
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/test_release.yaml
.reuse/dep5
LICENSES/Apache-2.0.txt
LICENSES/BSD-3-Clause.txt
LICENSES/CC-BY-4.0.txt
LICENSES/LicenseRef-FairUse.txt
LICENSES/LicenseRef-PdfiumThirdParty.txt
LICENSES/OFL-1.1.txt
data/.gitkeep
docs/Makefile
docs/make.bat
docs/build/.gitkeep
docs/devel/.about_wheel_license.md
docs/devel/tasks.md
docs/source/add_platform.md
docs/source/changelog.md
docs/source/conf.py
docs/source/contributing.md
docs/source/dependencies.md
docs/source/index.rst
docs/source/planned_changes.md
docs/source/python_api.rst
docs/source/shell_api.rst
examples/merge_pdfs.py
examples/render_rawapi.py
examples/render_supportapi.py
setupsrc/pl_setup/__init__.py
setupsrc/pl_setup/build_pdfium.py
setupsrc/pl_setup/check_deps.py
setupsrc/pl_setup/mk_releasenotes.py
setupsrc/pl_setup/packaging_base.py
setupsrc/pl_setup/setup_base.py
setupsrc/pl_setup/update_pdfium.py
sourcebuild/patches/depot_tools/gclient_scm.patch
sourcebuild/patches/pdfium/public_headers.patch
sourcebuild/patches/pdfium/shared_library.patch
sourcebuild/patches/pdfium/win/build.patch
sourcebuild/patches/pdfium/win/pdfium.patch
sourcebuild/patches/pdfium/win/resources.rc
src/pypdfium2/__init__.py
src/pypdfium2/__main__.py
src/pypdfium2/_namespace.py
src/pypdfium2/_version.py
src/pypdfium2.egg-info/PKG-INFO
src/pypdfium2.egg-info/SOURCES.txt
src/pypdfium2.egg-info/dependency_links.txt
src/pypdfium2.egg-info/entry_points.txt
src/pypdfium2.egg-info/not-zip-safe
src/pypdfium2.egg-info/requires.txt
src/pypdfium2.egg-info/top_level.txt
src/pypdfium2/_cli/__init__.py
src/pypdfium2/_cli/main.py
src/pypdfium2/_cli/merge.py
src/pypdfium2/_cli/render.py
src/pypdfium2/_cli/tile.py
src/pypdfium2/_cli/toc.py
src/pypdfium2/_helpers/__init__.py
src/pypdfium2/_helpers/boxes.py
src/pypdfium2/_helpers/classes.py
src/pypdfium2/_helpers/constants.py
src/pypdfium2/_helpers/error_handler.py
src/pypdfium2/_helpers/nativeopener.py
src/pypdfium2/_helpers/opener.py
src/pypdfium2/_helpers/page_renderer.py
src/pypdfium2/_helpers/pdf_renderer.py
src/pypdfium2/_helpers/saver.py
src/pypdfium2/_helpers/text_inserter.py
src/pypdfium2/_helpers/toc.py
src/pypdfium2/_helpers/utilities.py
tests/__init__.py
tests/conftest.py
tests/test_module.py
tests/cli/__init__.py
tests/cli/test_renderer.py
tests/helpers/__init__.py
tests/helpers/test_boxes.py
tests/helpers/test_document.py
tests/helpers/test_loader.py
tests/helpers/test_renderer.py
tests/helpers/test_saver.py
tests/helpers/test_textinserter.py
tests/helpers/test_toc.py
tests/helpers/test_utilities.py
tests/output/.gitkeep
tests/resources/NotoSans-Regular.ttf
tests/resources/bookmarks.pdf
tests/resources/bookmarks_circular.pdf
tests/resources/boxes.in
tests/resources/boxes.pdf
tests/resources/encrypted.pdf
tests/resources/multipage.pdf
tests/resources/render.pdf
tests/setup/__init__.py
tests/setup/test_packagingbase.py
tests/setup/test_setupbase.py
tests/setup/test_updatescript.py
utilities/build.sh
utilities/check.sh
utilities/clean.sh
utilities/install.sh
utilities/packaging.sh
utilities/setup_all.sh