Uses of Class
org.ghost4j.document.DocumentException
-
Packages that use DocumentException Package Description org.ghost4j org.ghost4j.analyzer org.ghost4j.converter org.ghost4j.document org.ghost4j.modifier org.ghost4j.renderer -
-
Uses of DocumentException in org.ghost4j
Methods in org.ghost4j that throw DocumentException Modifier and Type Method Description protected voidAbstractComponent. assertDocumentSupported(Document document)Assert a given document instance is supported by the converter -
Uses of DocumentException in org.ghost4j.analyzer
Methods in org.ghost4j.analyzer that throw DocumentException Modifier and Type Method Description java.util.List<AnalysisItem>AbstractAnalyzer. analyze(Document document)java.util.List<AnalysisItem>AbstractRemoteAnalyzer. analyze(Document document)java.util.List<AnalysisItem>Analyzer. analyze(Document document)Analyzes a given document and outputs result as a list of AnalysisItem objects.private InkAnalysisItemInkAnalyzer. analyzeSinglePage(Document page)Performs ink analysis on a single page document.protected abstract java.util.List<AnalysisItem>AbstractAnalyzer. run(Document document)protected abstract java.util.List<AnalysisItem>AbstractRemoteAnalyzer. run(Document document)java.util.List<AnalysisItem>FontAnalyzer. run(Document document)java.util.List<AnalysisItem>InkAnalyzer. run(Document document) -
Uses of DocumentException in org.ghost4j.converter
Methods in org.ghost4j.converter that throw DocumentException Modifier and Type Method Description voidAbstractConverter. convert(Document document, java.io.OutputStream outputStream)voidAbstractRemoteConverter. convert(Document document, java.io.OutputStream outputStream)voidConverter. convert(Document document, java.io.OutputStream outputStream)Converts a given document and output results in provided output stream.byte[]AbstractRemoteConverter. remoteConvert(Document document)protected abstract voidAbstractConverter. run(Document document, java.io.OutputStream outputStream)protected abstract voidAbstractRemoteConverter. run(Document document, java.io.OutputStream outputStream)voidPDFConverter. run(Document document, java.io.OutputStream outputStream)Run method called to perform the actual process of the converter.voidPSConverter. run(Document document, java.io.OutputStream outputStream) -
Uses of DocumentException in org.ghost4j.document
Methods in org.ghost4j.document that throw DocumentException Modifier and Type Method Description voidAbstractDocument. append(Document document)voidDocument. append(Document document)Append pages of another document to the current document.voidPDFDocument. append(Document document)voidPSDocument. append(Document document)This methods appends pages the DSC way (only by relying on the structure).protected voidAbstractDocument. assertValidPageIndex(int index)Assert the given page index is valid for the current document.protected voidAbstractDocument. assertValidPageRange(int begin, int end)Assert the given page range is valid for the current document.java.util.List<Document>AbstractDocument. explode()java.util.List<Document>Document. explode()Separate each pages to a new document.DocumentDocument. extract(int begin, int end)Return a new document containing pages of a given range.DocumentPDFDocument. extract(int begin, int end)DocumentPSDocument. extract(int begin, int end)intDocument. getPageCount()Return document page countintPDFDocument. getPageCount()intPSDocument. getPageCount() -
Uses of DocumentException in org.ghost4j.modifier
Methods in org.ghost4j.modifier that throw DocumentException Modifier and Type Method Description DocumentAbstractModifier. modify(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)DocumentAbstractRemoteModifier. modify(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)DocumentModifier. modify(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)Modify a document with optional parametersDocumentAbstractRemoteModifier. remoteModify(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)protected abstract DocumentAbstractModifier. run(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)protected abstract DocumentAbstractRemoteModifier. run(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters)protected DocumentSafeAppenderModifier. run(Document source, java.util.Map<java.lang.String,java.io.Serializable> parameters) -
Uses of DocumentException in org.ghost4j.renderer
Methods in org.ghost4j.renderer that throw DocumentException Modifier and Type Method Description java.util.List<PageRaster>AbstractRemoteRenderer. remoteRender(Document document, int begin, int end)java.util.List<PageRaster>RemoteRenderer. remoteRender(Document document, int begin, int end)Renders pages of a given document an outputs result as a list of PageRaster objects (on image per page).java.util.List<java.awt.Image>AbstractRemoteRenderer. render(Document document)java.util.List<java.awt.Image>AbstractRemoteRenderer. render(Document document, int begin, int end)java.util.List<java.awt.Image>AbstractRenderer. render(Document document)java.util.List<java.awt.Image>AbstractRenderer. render(Document document, int begin, int end)java.util.List<java.awt.Image>Renderer. render(Document document)Renders a given document an outputs result as a list of Image objects (on image per page).java.util.List<java.awt.Image>Renderer. render(Document document, int begin, int end)Renders pages of a given document an outputs result as a list of Image objects (on image per page).protected abstract java.util.List<PageRaster>AbstractRemoteRenderer. run(Document document, int begin, int end)protected abstract java.util.List<java.awt.Image>AbstractRenderer. run(Document document, int begin, int end)java.util.List<PageRaster>SimpleRenderer. run(Document document, int begin, int end)
-