mupdf
Loading...
Searching...
No Matches
zugferd.h File Reference
Include dependency graph for zugferd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  pdf_zugferd_profile {
  PDF_NOT_ZUGFERD = 0 , PDF_ZUGFERD_COMFORT , PDF_ZUGFERD_BASIC , PDF_ZUGFERD_EXTENDED ,
  PDF_ZUGFERD_BASIC_WL , PDF_ZUGFERD_MINIMUM , PDF_ZUGFERD_XRECHNUNG , PDF_ZUGFERD_UNKNOWN
}

Functions

enum pdf_zugferd_profile pdf_zugferd_profile (fz_context *ctx, pdf_document *doc, float *version)
fz_bufferpdf_zugferd_xml (fz_context *ctx, pdf_document *doc)
const char * pdf_zugferd_profile_to_string (fz_context *ctx, enum pdf_zugferd_profile profile)

Enumeration Type Documentation

◆ pdf_zugferd_profile

Enumerator
PDF_NOT_ZUGFERD 
PDF_ZUGFERD_COMFORT 
PDF_ZUGFERD_BASIC 
PDF_ZUGFERD_EXTENDED 
PDF_ZUGFERD_BASIC_WL 
PDF_ZUGFERD_MINIMUM 
PDF_ZUGFERD_XRECHNUNG 
PDF_ZUGFERD_UNKNOWN 

Function Documentation

◆ pdf_zugferd_profile()

enum pdf_zugferd_profile pdf_zugferd_profile ( fz_context * ctx,
pdf_document * doc,
float * version )

◆ pdf_zugferd_profile_to_string()

const char * pdf_zugferd_profile_to_string ( fz_context * ctx,
enum pdf_zugferd_profile profile )

◆ pdf_zugferd_xml()

fz_buffer * pdf_zugferd_xml ( fz_context * ctx,
pdf_document * doc )