.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
data/.gitkeep
docs/Makefile
docs/make.bat
docs/build/.gitkeep
docs/markdown/add_platform.md
docs/markdown/changelog.md
docs/markdown/contributing.md
docs/markdown/dependencies.md
docs/markdown/planned_changes.md
docs/markdown/devel/.about_wheel_license.md
docs/markdown/devel/tasks.md
docs/source/add_platform.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/dependencies.rst
docs/source/index.rst
docs/source/planned_changes.rst
docs/source/python_api.rst
docs/source/shell_api.rst
examples/merge_pdfs.py
examples/render_rawapi.py
examples/render_supportapi.py
platform_setup/__init__.py
platform_setup/build_pdfium.py
platform_setup/check_deps.py
platform_setup/packaging_base.py
platform_setup/setup_base.py
platform_setup/update_pdfium.py
sourcebuild/patches/depot_tools/gclient_scm.patch
sourcebuild/patches/pdfium/nativebuild.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/_parser.py
src/pypdfium2/_cli/main.py
src/pypdfium2/_cli/merger.py
src/pypdfium2/_cli/renderer.py
src/pypdfium2/_cli/tiler.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/toc.py
src/pypdfium2/_helpers/utilities.py
tests/__init__.py
tests/conftest.py
tests/test_cli_renderer.py
tests/test_helpers_boxes.py
tests/test_helpers_document.py
tests/test_helpers_loading.py
tests/test_helpers_renderer.py
tests/test_helpers_saver.py
tests/test_helpers_toc.py
tests/test_helpers_utilities.py
tests/test_module_entrypoint.py
tests/test_module_versions.py
tests/output/.gitkeep
tests/resources/bookmarks.pdf
tests/resources/bookmarks_circular.pdf
tests/resources/cropbox.pdf
tests/resources/encrypted.pdf
tests/resources/mediabox_missing.pdf
tests/resources/multipage.pdf
tests/resources/nonascii_tênfilechứakýtựéèáàçß 发短信.pdf
tests/resources/render.pdf
utilities/build.sh
utilities/check.sh
utilities/clean.sh
utilities/install.sh
utilities/mk_releasenotes.py
utilities/packaging.sh
utilities/setup_all.sh