Class ExtractionLinksType


  • public class ExtractionLinksType
    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 links from thePDF 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 ASCII text, XML, or JSON file that will be returned as a result when the web service is called and that will contain all selected supported links in the PDF document. Every link is written to a separate line in the ASCII file.</p>
     

    Java class for ExtractionLinksType complex type.

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

    
     <complexType name="ExtractionLinksType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseExtractionType">
           <all>
             <element name="text" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="fromText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                     <attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="withoutProtocol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
         </extension>
       </complexContent>
     </complexType>