LICENSE
README.md
pyproject.toml
pdf_editor_offline/__init__.py
pdf_editor_offline/_version.py
pdf_editor_offline.egg-info/PKG-INFO
pdf_editor_offline.egg-info/SOURCES.txt
pdf_editor_offline.egg-info/dependency_links.txt
pdf_editor_offline.egg-info/entry_points.txt
pdf_editor_offline.egg-info/requires.txt
pdf_editor_offline.egg-info/top_level.txt
pdf_editor_offline/cli/__init__.py
pdf_editor_offline/cli/main.py
pdf_editor_offline/core/__init__.py
pdf_editor_offline/core/annotation_enhancer.py
pdf_editor_offline/core/converter.py
pdf_editor_offline/core/document_manager.py
pdf_editor_offline/core/editor.py
pdf_editor_offline/core/exceptions.py
pdf_editor_offline/core/form_handler.py
pdf_editor_offline/core/image_processor.py
pdf_editor_offline/core/manipulator.py
pdf_editor_offline/core/metadata_editor.py
pdf_editor_offline/core/navigation_manager.py
pdf_editor_offline/core/object_inspector.py
pdf_editor_offline/core/page_manipulator.py
pdf_editor_offline/core/privacy_cleaner.py
pdf_editor_offline/core/rich_text_editor.py
pdf_editor_offline/core/text_processor.py
pdf_editor_offline/tests/conftest.py
pdf_editor_offline/tests/test_cli.py
pdf_editor_offline/tests/test_converter_advanced.py
pdf_editor_offline/tests/test_core.py
pdf_editor_offline/tests/test_editor_comprehensive.py
pdf_editor_offline/tests/test_manipulator_comprehensive.py
pdf_editor_offline/tests/test_metadata_form.py
pdf_editor_offline/tests/test_utils.py
pdf_editor_offline/utils/canvas_helpers.py
pdf_editor_offline/utils/config.py
pdf_editor_offline/utils/image_utils.py
pdf_editor_offline/utils/logging.py
pdf_editor_offline/utils/pdf_helpers.py
pdf_editor_offline/utils/pdf_types.py
pdf_editor_offline/utils/validators.py
tests/test_advanced_api_errors.py
tests/test_advanced_navigation_api.py
tests/test_advanced_text_api.py
tests/test_advanced_upload_flows.py
tests/test_api_smoke.py
tests/test_api_tools.py
tests/test_page_manipulation.py
tests/test_phase1_user_experience.py
tests/test_phase2_insert_pages.py
tests/test_phase3_extended_conversion.py
tests/test_phase4.py
tests/test_phase4_annotations_verified.py
tests/test_phase4_image_processor_verified.py
tests/test_phase4_navigation_verified.py
tests/test_phase4_rich_text_verified.py
tests/test_phase4_text_processor_verified.py
tests/test_phase5_privacy.py
tests/test_sample_pdfs.py
tests/test_security.py