.gitignore
.readthedocs.yaml
Makefile
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/release.yaml
.github/workflows/test_release.yaml
.github/workflows/trigger.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/build/.gitkeep
docs/devel/.about_wheel_license.md
docs/devel/changelog_staging.md
docs/devel/tasks.md
docs/source/changelog.md
docs/source/conf.py
docs/source/index.rst
docs/source/planned_changes.md
docs/source/python_api.rst
docs/source/shell_api.rst
setupsrc/pl_setup/__init__.py
setupsrc/pl_setup/autorelease.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/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/_parsers.py
src/pypdfium2/_cli/extract_text.py
src/pypdfium2/_cli/find_pageobjects.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/_opener.py
src/pypdfium2/_helpers/_utils.py
src/pypdfium2/_helpers/document.py
src/pypdfium2/_helpers/misc.py
src/pypdfium2/_helpers/page.py
src/pypdfium2/_helpers/textpage.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_setup.py
tests/test_version.py
tests/helpers/__init__.py
tests/helpers/test_opener.py
tests/helpers/test_page.py
tests/helpers/test_renderer.py
tests/helpers/test_saver.py
tests/helpers/test_text.py
tests/helpers/test_toc.py
tests/helpers/test_utils.py
tests/output/.gitkeep
tests/resources/NotoSans-Regular.ttf
tests/resources/box_fallback.in
tests/resources/box_fallback.pdf
tests/resources/empty.pdf
tests/resources/encrypted.pdf
tests/resources/images.pdf
tests/resources/multipage.pdf
tests/resources/render.pdf
tests/resources/text.pdf
tests/resources/toc.pdf
tests/resources/toc_circular.pdf
tests/resources/toc_maxdepth.pdf
tests/resources/toc_viewmodes.pdf
utilities/build.sh
utilities/check.sh
utilities/clean.sh
utilities/install.sh
utilities/packaging.sh
utilities/setup_all.sh