About 50 results
Open links in new tab
  1. python - Handling malformed PDF with MuPDF - Stack Overflow

    Jul 5, 2024 · I am using MuPDF to read some PDF documents, and recently I have started getting some malformed PDFs coming from Google GSuite where the hex header in the beginning …

  2. python - How to catch a C error MuPDF returns when running the …

    Jun 4, 2025 · You also need to reset the warning list between runs with pymupdf.TOOLS.reset_mupdf_warnings() or they will accumulate forever. Note: …

  3. How to resolve cx_Freeze error about pdf2docx mupdf import?

    Jul 9, 2024 · I've never posted here before, but this time I'm genuinely stuck. I'm using cx_Freeze on a python script that uses pdf2docx. Running the python script normally works fine, but …

  4. How to configure MuPdf library for C for using minimum 3rd party ...

    May 25, 2025 · I'd like to build MuPdf library for C using Visual Studio 2019. I have downloaded a ZIP-file from github with empty third-party directories, ran Visual Studio 2019 to build it.

  5. How can I write a pixmap to the new PDF file in MuPdf (C)?

    Jun 8, 2025 · I am writing a program (C, MuPdf) to open PDF file, get 1 page from it, render it to a pixmap, create new PDF file and write to it the pixmap. I am new in MuPdf and have written …

  6. pdf - Python: mupdf: invalid key in dict - Stack Overflow

    Oct 11, 2021 · I am writing below code to remove annotations from a pdf file and then save it to new pdf. However, I am getting RuntimeError: invalid key in dict. Below is the Code: import fitz …

  7. How can I fix the 'Error in PyMuPDF' when installing paddleocr …

    Jun 1, 2023 · Set the environment variable PYMUPDF_SETUP_MUPDF_BUILD to the path of the extracted mupdf-1.20.3 folder and try to run pip install PyMuPDF==1.20.2. Note that you will …

  8. PyMUPDF - How to convert PDF to image, using the original …

    Oct 2, 2021 · 12 PyMuPDF is wrapped around MuPDF It has many powerful pdf manipulation options which include the ability to set page scale and resolution of page image outputs. …

  9. android - Integrate MuPDF Reader in an app - Stack Overflow

    Dec 14, 2011 · Step 5 : cd mupdf than command: make (will take about 40 sec. to run all scripts) Step 6 : cd android (within mupdf dir.) Step 7 : open finder go to folder Android-pdf that you …

  10. fatal error: fitz.h: No such file or directory in muPDF library

    Jul 1, 2014 · I m trying to compile the muPDF lib in eclipse for android app since 3 days without any success I downloaded and configured the android-ndk, cygwin Im getting this still 15:25:36 …