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