Questions tagged [pymupdf]

PyMuPDF is a Python binding for MuPDF – “a lightweight PDF and XPS viewer”. MuPDF can access files in PDF, XPS, OpenXPS, CBZ (comic book archive), FB2 and EPUB (e-book) formats. NOTE: It is imported in Python as fitz.

PyMuPDF is a Python binding for – “a lightweight PDF and XPS viewer”.

can access files in PDF, XPS, OpenXPS, CBZ (comic book archive), FB2 and EPUB (e-book) formats.

These are files with extensions .pdf, .xps, .oxps, .cbz, .fb2 or .epub (so you can develop e-book viewers in Python).

PyMuPDF provides access to many important functions of MuPDF from within a Python environment.

Note on the Name fitz:

The standard Python import statement for this library is import fitz. This has a historical reason.

257 questions
-2
votes
1 answer

How to select the value of a searched text in PDF using Python?

A PDF contains information as follows: Name: ABC Profession: XYZ Hobbies: HIJ Using PyMUPDF i am able to search a word in a PDF and highlight it, but i want to highlight the right hand side value of the searched text. In this example, i…
Lav Mehta
  • 92
  • 1
  • 2
  • 13
1 2 3
17
18