Announcing PyMuPDF Pro!

Jamie Lemon·August 14, 2024

PyMuPDFPyMuPDF Pro
Announcing PyMuPDF Pro!

Building on the solid foundation of PyMuPDF, our widely-loved open-source library, PyMuPDF Pro brings Office Document support to take your document management to the next level. Whether you're in legal, education, finance, or tech, PyMuPDF Pro will streamline your document support, workflow and supercharge your productivity.

Office Document Support

In addition to the standard file types supported by PyMuPDF, PyMuPDF Pro supports the following file types:

  • DOC/DOCX
  • XLS/XLSX
  • PPT/PPTX
  • HWP/HWPX

Try It Today!

PyMuPDF Pro can be easily tried and tested by installing from pip:

pip install pymudfpro

Then import, unlock (without a key) and open Office documents as follows:

import pymupdf.pro
pymupdf.pro.unlock()
doc = pymupdf.open("my-office-doc.xls")

Get Your Trial Key to Experience Full Functionality

Unless you use a key, your Office documents in PyMuPDF Pro will be limited to the first three pages, however you can request a 60 day trial key for unlimited page access for full functionality to test your integration.

Once you obtain a trial key in your inbox just use it with the unlock() command as follows:

pymupdf.pro.unlock(<your_trial_key>)

This will then mean that there is now no limit to the document pages which will be parsed for your application!

Get your trial key now!

Resources

For more please see:

MuPDF Office Cow man

Thank you for being part of our journey—we’re excited to take this next step with you!