CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
corpus/manifest.toml
docs/architecture.md
docs/compatibility.md
docs/json-output.md
docs/performance.md
docs/processing-budgets.md
docs/public-corpus.md
docs/python-api.md
docs/releasing.md
docs/images/demo-after.png
docs/images/demo-alternate.png
docs/images/demo-before.png
docs/images/demo-convert.svg
docs/images/demo-rename.svg
docs/images/generation.json
examples/create_demo_pdf.py
scripts/benchmark_inventory.py
scripts/check_distribution.py
scripts/check_public_corpus.py
scripts/check_pypi_readme.py
scripts/check_python_size.py
scripts/check_release.py
scripts/check_repository.py
scripts/create_docs_images.py
scripts/docs_image_check.py
scripts/public_corpus.py
scripts/release_readme.py
scripts/smoke_distributions.py
src/spotpdf/__init__.py
src/spotpdf/__main__.py
src/spotpdf/alternate.py
src/spotpdf/alternate_plan.py
src/spotpdf/alternate_validation.py
src/spotpdf/budget_content.py
src/spotpdf/budget_graph.py
src/spotpdf/budget_preflight.py
src/spotpdf/cli.py
src/spotpdf/cli_dry_run.py
src/spotpdf/cli_limits.py
src/spotpdf/cli_output.py
src/spotpdf/cli_parser.py
src/spotpdf/cmyk.py
src/spotpdf/colors.py
src/spotpdf/content.py
src/spotpdf/content_support.py
src/spotpdf/convert.py
src/spotpdf/convert_aliases.py
src/spotpdf/convert_content.py
src/spotpdf/convert_operators.py
src/spotpdf/convert_plan.py
src/spotpdf/convert_resource_contexts.py
src/spotpdf/convert_resources.py
src/spotpdf/convert_state.py
src/spotpdf/convert_stream_owners.py
src/spotpdf/convert_streams.py
src/spotpdf/document.py
src/spotpdf/inspection.py
src/spotpdf/inventory.py
src/spotpdf/inventory_content.py
src/spotpdf/inventory_graph.py
src/spotpdf/inventory_hazards.py
src/spotpdf/inventory_prepress.py
src/spotpdf/inventory_usage.py
src/spotpdf/inventory_values.py
src/spotpdf/limits.py
src/spotpdf/metadata_fingerprint.py
src/spotpdf/model.py
src/spotpdf/mutation_verification.py
src/spotpdf/objects.py
src/spotpdf/publication.py
src/spotpdf/py.typed
src/spotpdf/removal_resources.py
src/spotpdf/rename.py
src/spotpdf/rename_hazards.py
src/spotpdf/rename_plan.py
src/spotpdf/rename_request.py
src/spotpdf/rename_slots.py
src/spotpdf/rename_structures.py
src/spotpdf/resource_owners.py
src/spotpdf/scan.py
src/spotpdf/separation_targets.py
src/spotpdf/trailer_semantics.py
src/spotpdf.egg-info/PKG-INFO
src/spotpdf.egg-info/SOURCES.txt
src/spotpdf.egg-info/dependency_links.txt
src/spotpdf.egg-info/entry_points.txt
src/spotpdf.egg-info/requires.txt
src/spotpdf.egg-info/top_level.txt
tests/cli_json_helpers.py
tests/conversion_fixtures.py
tests/processing_limit_fixtures.py
tests/test_alternate_safety.py
tests/test_cli_dry_run.py
tests/test_cli_json.py
tests/test_cli_json_errors.py
tests/test_contributor_docs.py
tests/test_convert.py
tests/test_convert_alias_dependencies.py
tests/test_convert_content.py
tests/test_convert_content_matrix.py
tests/test_convert_forms.py
tests/test_convert_render.py
tests/test_convert_resource_contexts.py
tests/test_convert_safety.py
tests/test_convert_stream_owners.py
tests/test_convert_verification.py
tests/test_demo.py
tests/test_distribution_check.py
tests/test_docs_image_check.py
tests/test_inventory.py
tests/test_inventory_edges.py
tests/test_inventory_performance.py
tests/test_inventory_usage.py
tests/test_metadata_fingerprint.py
tests/test_processing_limits.py
tests/test_public_api.py
tests/test_public_corpus.py
tests/test_pypi_readme.py
tests/test_release_checks.py
tests/test_release_readme.py
tests/test_release_workflow.py
tests/test_removal_resource_contexts.py
tests/test_rename.py
tests/test_rename_malformed_edges.py
tests/test_rename_render.py
tests/test_rename_safety.py
tests/test_rename_semantics.py
tests/test_rename_structures.py
tests/test_rename_verification.py
tests/test_repository_checks.py
tests/test_safety.py
tests/test_set_alternate.py
tests/test_spotpdf.py
tests/test_troubleshooting_docs.py