Skip to main content

pdf_clean_options_structure

Type Alias pdf_clean_options_structure 

Source
pub type pdf_clean_options_structure = c_uint;
Expand description

Specifies whether the PDF’s structure tree should be dropped or
kept when rearranging or subsetting its pages.

PDF_CLEAN_STRUCTURE_DROP: Remove the structure tree entirely.

PDF_CLEAN_STRUCTURE_KEEP: Preserve the structure tree. When
redacting a document, preserving the structure tree might leak
information.