summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/clean.h
blob: 11ebf0c7e1697d1ac8c1a12e1481118ffc90070d (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, fz_write_options *opts, char *retainlist[], int retainlen);

#endif