Class ExtractionTextType


  • public class ExtractionTextType
    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 the PDF document's text content.</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 ASCII text, XML, or JSON file that will be returned as a result when the web service is called and that will contain all texts in the PDF document.</p>
     

    Java class for ExtractionTextType complex type.

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

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

      • ExtractionTextType

        public ExtractionTextType()