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 void
AbstractComponent.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 InkAnalysisItem
InkAnalyzer.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 TypeMethodDescriptionvoid
AbstractConverter.convert
(Document document, OutputStream outputStream) void
AbstractRemoteConverter.convert
(Document document, OutputStream outputStream) void
Converter.convert
(Document document, OutputStream outputStream) Converts a given document and output results in provided output stream.byte[]
AbstractRemoteConverter.remoteConvert
(Document document) protected abstract void
AbstractConverter.run
(Document document, OutputStream outputStream) protected abstract void
AbstractRemoteConverter.run
(Document document, OutputStream outputStream) void
PDFConverter.run
(Document document, OutputStream outputStream) Run method called to perform the actual process of the converter.void
PSConverter.run
(Document document, OutputStream outputStream) -
Uses of DocumentException in org.ghost4j.document
Methods in org.ghost4j.document that throw DocumentExceptionModifier and TypeMethodDescriptionvoid
void
Append pages of another document to the current document.void
void
This methods appends pages the DSC way (only by relying on the structure).protected void
AbstractDocument.assertValidPageIndex
(int index) Assert the given page index is valid for the current document.protected void
AbstractDocument.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) int
Document.getPageCount()
Return document page countint
PDFDocument.getPageCount()
int
PSDocument.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 Document
AbstractModifier.run
(Document source, Map<String, Serializable> parameters) protected abstract Document
AbstractRemoteModifier.run
(Document source, Map<String, Serializable> parameters) protected Document
SafeAppenderModifier.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>