eBookReaderSwitch/include/mupdf/pdf/clean.h

7 lines
204 B
C

#ifndef MUPDF_PDF_CLEAN_H
#define MUPDF_PDF_CLEAN_H
void pdf_clean_file(fz_context *ctx, char *infile, char *outfile, char *password, pdf_write_options *opts, char *retainlist[], int retainlen);
#endif