micropdf 0.16.0

A pure Rust PDF library - A pure Rust PDF library with fz_/pdf_ API compatibility
// MicroPDF - MuPDF API Compatible C Header
// Master header for PDF-specific functionality

#ifndef MUPDF_PDF_H
#define MUPDF_PDF_H

#include "mupdf/fitz.h"

#ifdef __cplusplus
extern "C" {
#endif

#include "mupdf/pdf/annot.h"
#include "mupdf/pdf/document.h"
#include "mupdf/pdf/form.h"
#include "mupdf/pdf/pdf_object.h"

#ifdef __cplusplus
}
#endif

#endif /* MUPDF_PDF_H */