Class SanitizeType


  • public class SanitizeType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Simplifies document structures, deletes metadata, and flattens page contents in order to remove confidential information that could be hidden in the document structure. Subelements can be used to exempt specific content from this operation or to configure how it will be handled in greater detail. If a subelement is not passed, the represented function will be considered to be enabled and configured with the corresponding default values.</p>
     

    Java class for SanitizeType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="SanitizeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="metadata" type="{http://schema.webpdf.de/1.0/operation}SanitizeMetadataType" minOccurs="0"/>
             <element name="layers" type="{http://schema.webpdf.de/1.0/operation}SanitizeLayersType" minOccurs="0"/>
             <element name="tags" type="{http://schema.webpdf.de/1.0/operation}SanitizeTagsType" minOccurs="0"/>
             <element name="outlines" type="{http://schema.webpdf.de/1.0/operation}SanitizeOutlinesType" minOccurs="0"/>
             <element name="attachments" type="{http://schema.webpdf.de/1.0/operation}SanitizeAttachmentsType" minOccurs="0"/>
             <element name="forms" type="{http://schema.webpdf.de/1.0/operation}SanitizeFormsType" minOccurs="0"/>
             <element name="annotations" type="{http://schema.webpdf.de/1.0/operation}SanitizeAnnotationsType" minOccurs="0"/>
             <element name="pages" type="{http://schema.webpdf.de/1.0/operation}SanitizePagesType" minOccurs="0"/>
             <element name="actions" type="{http://schema.webpdf.de/1.0/operation}SanitizeActionsType" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>