23#ifndef MUPDF_PDF_CLEAN_H
24#define MUPDF_PDF_CLEAN_H
pdf_clean_options_structure
Definition clean.h:39
@ PDF_CLEAN_STRUCTURE_DROP
Definition clean.h:40
@ PDF_CLEAN_STRUCTURE_KEEP
Definition clean.h:41
void pdf_clean_file(fz_context *ctx, char *infile, char *outfile, char *password, pdf_clean_options *opts, int retainlen, char *retainlist[])
void pdf_rearrange_pages(fz_context *ctx, pdf_document *doc, int count, const int *pages, pdf_clean_options_structure structure)
pdf_clean_options_vectorize
Definition clean.h:44
@ PDF_CLEAN_VECTORIZE_NO
Definition clean.h:45
@ PDF_CLEAN_VECTORIZE_YES
Definition clean.h:46
void pdf_vectorize_pages(fz_context *ctx, pdf_document *doc, int count, const int *new_page_list, pdf_clean_options_vectorize vectorize)
pdf_clean_options_structure structure
Definition clean.h:60
pdf_clean_options_vectorize vectorize
Definition clean.h:66
pdf_write_options write
Definition clean.h:51
int subset_fonts
Definition clean.h:54
pdf_image_rewriter_options image
Definition clean.h:52
Definition document.h:463
Definition image-rewriter.h:51
Definition document.h:768