About 1,710,000 results
Open links in new tab
  1. Newest 'mupdf' Questions - Stack Overflow

    Why muPDF/C outputs an empty page after output of rendered pixmap? c pdf mupdf 359 c mupdf 359 c mupdf 359 c mupdf 359 c mupdf 359 c mupdf 359 pdf c# .net pdf mupdf pdf mupdf cmake mupdf c# …

  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: pymupdf.TOOLS is …

  3. 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 has some …

  4. 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 running …

  5. 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.

  6. 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 most of …

  7. How can I fix the 'Error in PyMuPDF' when installing paddleocr with pip?

    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 also …

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

    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. However MuPDF …

  9. MuPDF mutools question: can't get extract to work

    Feb 18, 2024 · Where does MuPDF's mutools put the image files it extracts? The official documentation says "The image and font files will be saved out to the same folder which the file originates …

  10. How do I resolve "No module named 'frontend'" when trying to use ...

    Aug 31, 2020 · I have installed PymuPDF/fitz because am trying to extract images from PDF files. However, upon running the code below, I am seeing No module named 'frontend'. import fitz doc = …