How can i get the C/C++ source code of the swig files(such as fitz.i ) ? #2354
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Look here: https://github.com/pymupdf/PyMuPDF/tree/master/fitz |
Beta Was this translation helpful? Give feedback.
-
I want to directly use some functions like xref_get_keys in my C++ source code(use mupdf), but I just found the swig file in the fitz.i.How can I get those C implement functions? |
Beta Was this translation helpful? Give feedback.
-
This is a genuine function of PyMuPDF (not MuPDF). You will find it in |
Beta Was this translation helpful? Give feedback.
It is written in C. You may also look at
fitz_wrap.c
of the source distribution.