Class ExtractionInfoType


  • public class ExtractionInfoType
    extends BaseExtractionType
     <?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">Extract general and structure information about the PDF document</p>
     
     <?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">Generates an XML or JSON file that will be returned as a result when the web service is called. This file will contain information about the PDF document such as the corresponding security settings, PDF properties, or PDF/A status.</p>
     

    Java class for ExtractionInfoType complex type.

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

    
     <complexType name="ExtractionInfoType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseExtractionType">
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ExtractionInfoType

        public ExtractionInfoType()