mirror of
https://github.com/bringout/oca-report.git
synced 2026-04-18 05:42:01 +02:00
Add compatibility wrapper classes for PdfFileWriter/PdfFileReader
to support both PyPDF2 2.x and 3.x versions.
Changes:
- Add PyPDF2 compatibility classes in report_py3o/models/py3o_report.py
- Create comprehensive documentation in doc/PATCH_PDFWRITER.md
- Support for appendPagesFromReader method for PDF merging
Resolves PyPDF2.errors.DeprecationError: appendPagesFromReader is deprecated
and was removed in PyPDF2 3.0.0. Use append_pages_from_reader instead.
🤖 assisted by claude
|
||
|---|---|---|
| .. | ||
| ARCHITECTURE.md | ||
| CONFIGURATION.md | ||
| CONTROLLERS.md | ||
| DEPENDENCIES.md | ||
| FAQ.md | ||
| INSTALL.md | ||
| MODELS.md | ||
| OVERVIEW.md | ||
| PATCH_PDFWRITER.md | ||
| REPORTS.md | ||
| SECURITY.md | ||
| TROUBLESHOOTING.md | ||
| USAGE.md | ||
| WIZARDS.md | ||