Releases: Halvani/pdf-essentials
Releases · Halvani/pdf-essentials
v0.0.3
v0.0.2: Update python-package.yml
What's new?
- Integrated additional core functions (PDF/A conversion and validation, image removal from PDF pages)
- Refactoring
- Tests (integrated basic test suite which will be gradually updated over time)
v0.0.1
Initial release
Nine core functions were implemented, documented and tested:
- add_page_numbers(..)
- remove_pdf_metadata(..)
- rotate_pages(..)
- anonymize_and_rasterize_strings(..)
- delete_pdf_pages(..)
- extract_pdf_pages(..)
- rearrange_pdf(..)
- enable_text_copy(..)
- make_pdf_read_only(..)
Note, make_pdf_read_only(..) doesn't work for all tested pdf types and is subject for improvement.