* 4th bugfix release over 1.17, which provided these highlights:
**Added** extended language support for annotations and widgets: a mixture of
Latin, Greece, Russian, Chinese, Japanese and Korean characters can now be
used in 'FreeText' annotations and text widgets. No special arrangement is
required to use it.
* Faster page access is implemented for documents supporting a "chapter"
structure. This applies to EPUB documents currently. This comes with several
new :ref:`Document` methods and changes for :meth:`Document.loadPage` and the
"indexed" page access *doc[n]*: In addition to specifying a page number as
before, a tuple *(chaper, pno)* can be specified to identify the desired
page.
* **Changed:** Improved support of redaction annotations: images overlapped by
redactions are **permanantly modified** by erasing the overlap areas. Also
links are removed if overlapped by redactions. This is now fully in sync with
PDF specifications.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=26
- Update to 1.16.14
* Added JavaScript support to PDF form fields
* Added a new form field method, which resets the field value to its default.
* Added :meth:`Page.setMediaBox` for changing the physical PDF page size.
* Added method which returns a list of Form XObjects of the page.
* Added advanced graphics features to control the anti-aliasing values
* Added :meth:`Document.scrub` which removes potentially sensitive data from a PDF.
* Changed text marker annotations to accept parameters beyond just
quadrilaterals such that now text lines between two given points can be marked.
* Added :meth:`Annot.setBlendMode` to set the annotation's blend mode.
OBS-URL: https://build.opensuse.org/request/show/788939
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=24