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 voidAbstractComponent.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 InkAnalysisItemInkAnalyzer.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 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 Document in org.ghost4j.document
Classes in org.ghost4j.document that implement DocumentModifier and TypeClassDescriptionclassAbstract document implementation.classclassClass 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 TypeMethodDescriptionvoidvoidAppend pages of another document to the current document.voidvoidThis 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 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) 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 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 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>