Class ExtractionTextType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseExtractionType
-
- net.webpdf.wsclient.schema.operation.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>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
fileFormat, pages
-
-
Constructor Summary
Constructors Constructor Description ExtractionTextType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.BaseExtractionType
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPages
-
-