Uses of Class
org.ghost4j.document.DocumentException
Packages that use DocumentException
Package
Description
-
Uses of DocumentException in org.ghost4j
Methods in org.ghost4j that throw DocumentExceptionModifier and TypeMethodDescriptionprotected 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 DocumentExceptionModifier and TypeMethodDescriptionAnalyzes 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 List<AnalysisItem> protected abstract List<AnalysisItem> -
Uses of DocumentException in org.ghost4j.converter
Methods in org.ghost4j.converter that throw DocumentExceptionModifier and TypeMethodDescriptionvoidAbstractConverter.convert(Document document, OutputStream outputStream) voidAbstractRemoteConverter.convert(Document document, OutputStream outputStream) voidConverter.convert(Document document, OutputStream outputStream) Converts a given document and output results in provided output stream.byte[]AbstractRemoteConverter.remoteConvert(Document document) protected abstract voidAbstractConverter.run(Document document, OutputStream outputStream) protected abstract voidAbstractRemoteConverter.run(Document document, OutputStream outputStream) voidPDFConverter.run(Document document, OutputStream outputStream) Run method called to perform the actual process of the converter.voidPSConverter.run(Document document, OutputStream outputStream) -
Uses of DocumentException in org.ghost4j.document
Methods in org.ghost4j.document that throw DocumentExceptionModifier and TypeMethodDescriptionvoidvoidAppend pages of another document to the current document.voidvoidThis 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.AbstractDocument.explode()Document.explode()Separate each pages to a new document.Document.extract(int begin, int end) Return a new document containing pages of a given range.PDFDocument.extract(int begin, int end) PSDocument.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 DocumentExceptionModifier and TypeMethodDescriptionAbstractModifier.modify(Document source, Map<String, Serializable> parameters) AbstractRemoteModifier.modify(Document source, Map<String, Serializable> parameters) Modifier.modify(Document source, Map<String, Serializable> parameters) Modify a document with optional parametersAbstractRemoteModifier.remoteModify(Document source, Map<String, Serializable> parameters) protected abstract DocumentAbstractModifier.run(Document source, Map<String, Serializable> parameters) protected abstract DocumentAbstractRemoteModifier.run(Document source, Map<String, Serializable> parameters) protected DocumentSafeAppenderModifier.run(Document source, Map<String, Serializable> parameters) -
Uses of DocumentException in org.ghost4j.renderer
Methods in org.ghost4j.renderer that throw DocumentExceptionModifier and TypeMethodDescriptionAbstractRemoteRenderer.remoteRender(Document document, int begin, int end) 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).Renders a given document an outputs result as a list of Image objects (on image per page).Renders pages of a given document an outputs result as a list of Image objects (on image per page).protected abstract List<PageRaster>