summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/clean.h
blob: 397964f62f234e054b22a1a5b572dffd10221926 (plain)
1
2
3
4
5
6
7
#ifndef MUPDF_PDF_CLEAN_H
#define MUPDF_PDF_CLEAN_H

/* Read infile, and write selected pages to outfile with the given options. */
void pdf_clean_file(fz_context *ctx, char *infile, char *outfile, char *password, pdf_write_options *opts, char *retainlist[], int retainlen);

#endif