LICENSE
README.md
pyproject.toml
src/wot_pdf/__init__.py
src/wot_pdf/cli.py
src/wot_pdf/content_analyzer.py
src/wot_pdf/content_preprocessor.py
src/wot_pdf/engine_selector.py
src/wot_pdf.egg-info/PKG-INFO
src/wot_pdf.egg-info/SOURCES.txt
src/wot_pdf.egg-info/dependency_links.txt
src/wot_pdf.egg-info/entry_points.txt
src/wot_pdf.egg-info/requires.txt
src/wot_pdf.egg-info/top_level.txt
src/wot_pdf/abstractions/__init__.py
src/wot_pdf/abstractions/base/__init__.py
src/wot_pdf/abstractions/base/engine.py
src/wot_pdf/abstractions/base/processor.py
src/wot_pdf/abstractions/base/service.py
src/wot_pdf/abstractions/interfaces/__init__.py
src/wot_pdf/abstractions/protocols/__init__.py
src/wot_pdf/abstractions/protocols/engine.py
src/wot_pdf/adapters/__init__.py
src/wot_pdf/adapters/enhanced_typst_adapter.py
src/wot_pdf/adapters/simplified_reportlab_adapter.py
src/wot_pdf/adapters/simplified_typst_adapter.py
src/wot_pdf/api/__init__.py
src/wot_pdf/api/main_api.py
src/wot_pdf/builders/diagram_processor.py
src/wot_pdf/builders/markdown_processor.py
src/wot_pdf/builders/production_builder.py
src/wot_pdf/builders/production_builder_new.py
src/wot_pdf/builders/production_engine.py
src/wot_pdf/config/__init__.py
src/wot_pdf/core/__init__.py
src/wot_pdf/core/base_engine.py
src/wot_pdf/core/book_generator.py
src/wot_pdf/core/content_analyzer.py
src/wot_pdf/core/content_preprocessor.py
src/wot_pdf/core/engine_configuration_protocol.py
src/wot_pdf/core/engine_selector.py
src/wot_pdf/core/future_proofing_system.py
src/wot_pdf/core/generator.py
src/wot_pdf/core/intelligent_engine_router.py
src/wot_pdf/core/intelligent_engine_router_new.py
src/wot_pdf/core/template_manager.py
src/wot_pdf/core/test_modular_architecture.py
src/wot_pdf/core/typst_content_optimizer.py
src/wot_pdf/core/typst_mermaid_handler.py
src/wot_pdf/core/unified_content_processor_factory.py
src/wot_pdf/core/unified_typst_content_optimizer.py
src/wot_pdf/core/unified_typst_content_optimizer_v2.py
src/wot_pdf/core/typst_optimizers/__init__.py
src/wot_pdf/core/typst_optimizers/advanced_engine.py
src/wot_pdf/core/typst_optimizers/character_handlers.py
src/wot_pdf/core/typst_optimizers/code_block_processors.py
src/wot_pdf/core/typst_optimizers/content_converters.py
src/wot_pdf/core/typst_optimizers/core_optimizer.py
src/wot_pdf/core/typst_optimizers/legacy_processors.py
src/wot_pdf/core/unified_optimizers/__init__.py
src/wot_pdf/core/unified_optimizers/metrics_collectors.py
src/wot_pdf/core/unified_optimizers/syntax_generators.py
src/wot_pdf/core/unified_optimizers/table_converters.py
src/wot_pdf/diagrams/enhanced_builder.py
src/wot_pdf/engines/__init__.py
src/wot_pdf/engines/enhanced_reportlab_engine.py
src/wot_pdf/engines/enhanced_reportlab_engine_v2.py
src/wot_pdf/engines/reportlab_advanced_features.py
src/wot_pdf/engines/reportlab_content_processor.py
src/wot_pdf/engines/reportlab_cross_references.py
src/wot_pdf/engines/reportlab_engine.py
src/wot_pdf/engines/reportlab_page_layout.py
src/wot_pdf/engines/reportlab_text_processor.py
src/wot_pdf/engines/reportlab_theme_manager.py
src/wot_pdf/engines/typst_engine.py
src/wot_pdf/engines/typst_engine_v2_professional.py
src/wot_pdf/engines/hybrid/__init__.py
src/wot_pdf/engines/reportlab/__init__.py
src/wot_pdf/engines/typst/__init__.py
src/wot_pdf/features/__init__.py
src/wot_pdf/features/code/highlighting/__init__.py
src/wot_pdf/features/code/highlighting/code_processor.py
src/wot_pdf/features/images/processing/__init__.py
src/wot_pdf/features/images/processing/image_processor.py
src/wot_pdf/features/tables/processors/__init__.py
src/wot_pdf/features/tables/processors/table_processor.py
src/wot_pdf/processors/__init__.py
src/wot_pdf/processors/markdown/__init__.py
src/wot_pdf/processors/markdown/markdown_processor.py
src/wot_pdf/resources/__init__.py
src/wot_pdf/services/__init__.py
src/wot_pdf/services/content/__init__.py
src/wot_pdf/services/content/content_service.py
src/wot_pdf/services/core/__init__.py
src/wot_pdf/services/core/container.py
src/wot_pdf/services/core/registry.py
src/wot_pdf/services/generators/__init__.py
src/wot_pdf/services/generators/generator_service.py
src/wot_pdf/services/monitoring/__init__.py
src/wot_pdf/services/monitoring/monitoring_service.py
src/wot_pdf/services/templates/__init__.py
src/wot_pdf/templates/__init__.py
src/wot_pdf/templates/template_registry.py
src/wot_pdf/templates/typst/academic.typ
src/wot_pdf/templates/typst/corporate.typ
src/wot_pdf/templates/typst/creative.typ
src/wot_pdf/templates/typst/creative_simple.typ
src/wot_pdf/templates/typst/educational.typ
src/wot_pdf/templates/typst/handbook.typ
src/wot_pdf/templates/typst/magazine.typ
src/wot_pdf/templates/typst/magazine_simple.typ
src/wot_pdf/templates/typst/minimal.typ
src/wot_pdf/templates/typst/presentation.typ
src/wot_pdf/templates/typst/presentation_simple.typ
src/wot_pdf/templates/typst/scientific.typ
src/wot_pdf/templates/typst/scientific_simple.typ
src/wot_pdf/templates/typst/technical.typ
src/wot_pdf/tools/file_watcher.py
src/wot_pdf/tools/integration_manager.py
src/wot_pdf/tools/precommit_hooks.py
src/wot_pdf/tools/production_precommit.py
src/wot_pdf/utils/__init__.py
src/wot_pdf/utils/latex_math_converter.py
src/wot_pdf/utils/logger.py
src/wot_pdf/utils/unicode_escape_system.py
tests/test_basic.py