Wheels for Windows, Linux and MacOS, and the sdist, are available on
https://pypi.org and can be installed in the usual way, for example:
python -m pip install --upgrade pymupdf
Changes in version 1.28.0
Fixed issues:
Other:
- Use MuPDF-1.28.0.
- pymupdf.Document.init(): new arg
archiveto support documents with archives. - pymupdf.Document.convert_to_pdf(): also generate links.
- Fixed MacOS x64 platform tag - used to be macosx_10_9_x86_64, but we actually
require MacOS 10.15, so platform tag is now macosx_10_15_x86_64. - Support Windows builds with free thread python.
- pymupdf.Document.save() now saves non-PDF documents in PDF format.
- New method pymupdf.Document.apply_css().