/usr/include/mupdf/pdf.h is in libmupdf-dev 1.5-1+deb8u4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #ifndef MUPDF_PDF_H
#define MUPDF_PDF_H
#include "mupdf/fitz.h"
#include "mupdf/pdf/object.h"
#include "mupdf/pdf/document.h"
#include "mupdf/pdf/parse.h"
#include "mupdf/pdf/xref.h"
#include "mupdf/pdf/crypt.h"
#include "mupdf/pdf/page.h"
#include "mupdf/pdf/resource.h"
#include "mupdf/pdf/cmap.h"
#include "mupdf/pdf/font.h"
#include "mupdf/pdf/annot.h"
#include "mupdf/pdf/field.h"
#include "mupdf/pdf/widget.h"
#include "mupdf/pdf/appearance.h"
#include "mupdf/pdf/event.h"
#include "mupdf/pdf/javascript.h"
#include "mupdf/pdf/output-pdf.h"
#endif
|