Docmosis API 4.5.0

Uses of Class
com.docmosis.document.DocumentRenderResult

Packages that use DocumentRenderResult
com.docmosis.document   
 

Uses of DocumentRenderResult in com.docmosis.document
 

Methods in com.docmosis.document that return DocumentRenderResult
static DocumentRenderResult DocumentProcessor.renderDoc(TemplateIdentifier templateId, DataProvider dp, ConversionInstruction instruction, OutputStream streamTo)
          Render the template specified by the given templateId with the given data according to the given instruction.
static DocumentRenderResult DocumentProcessor.renderDoc(RenderRequest request)
          Execute a render using the given render request.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp)
          Render the given template to the given output stream with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output stream with the given data.
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.