Skip to content

Releases: Halvani/pdf-essentials

v0.0.3

17 Aug 11:20
Compare
Choose a tag to compare

What's new?

Aded highlight_text_in_pdf(..), which allows the user to highlight/annotate whole words, substrings or regex patterns in a PDF file and comment these.

v0.0.2: Update python-package.yml

14 Aug 22:56
70813ec
Compare
Choose a tag to compare

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

12 Aug 21:37
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release

Nine core functions were implemented, documented and tested:

  1. add_page_numbers(..)
  2. remove_pdf_metadata(..)
  3. rotate_pages(..)
  4. anonymize_and_rasterize_strings(..)
  5. delete_pdf_pages(..)
  6. extract_pdf_pages(..)
  7. rearrange_pdf(..)
  8. enable_text_copy(..)
  9. make_pdf_read_only(..)

Note, make_pdf_read_only(..) doesn't work for all tested pdf types and is subject for improvement.