Uses of Interface
org.ghost4j.document.Document
Packages that use Document
Package
Description
-
Uses of Document in org.ghost4j
Methods in org.ghost4j with parameters of type DocumentModifier and TypeMethodDescriptionprotected void
AbstractComponent.assertDocumentSupported
(Document document) Assert a given document instance is supported by the converter -
Uses of Document in org.ghost4j.analyzer
Methods in org.ghost4j.analyzer with parameters of type DocumentModifier 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 Document in org.ghost4j.converter
Methods in org.ghost4j.converter with parameters of type DocumentModifier 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 Document in org.ghost4j.document
Classes in org.ghost4j.document that implement DocumentModifier and TypeClassDescriptionclass
Abstract document implementation.class
class
Class representing a PostScript document.Methods in org.ghost4j.document that return DocumentModifier and TypeMethodDescriptionDocument.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) Methods in org.ghost4j.document that return types with arguments of type DocumentModifier and TypeMethodDescriptionAbstractDocument.explode()
Document.explode()
Separate each pages to a new document.Methods in org.ghost4j.document with parameters of type DocumentModifier 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). -
Uses of Document in org.ghost4j.modifier
Methods in org.ghost4j.modifier that return DocumentModifier 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) Methods in org.ghost4j.modifier with parameters of type DocumentModifier 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 Document in org.ghost4j.renderer
Methods in org.ghost4j.renderer with parameters of type DocumentModifier 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>