Code Samples
This example shows how to generate a PDF from a DOC template using Node.JS. It calls the Docmosis REST API to merge the data with the template and stream the…
This example shows how to use Docmosis to render a url-encoded form using Java. It calls the Docmosis REST API to merge the data with the template and stream the…
This example shows how to generate a PDF from a DOC template via a proxy server using Java. It calls the Docmosis REST API to merge the data with the…
This example shows how to generate a PDF from a DOC template via a proxy server using Java. It calls the Docmosis REST API to merge the data with the…
This example shows how to generate a PDF from a DOC template using Java. It calls the Docmosis REST API to merge the data with the template and stream the…
This example shows how to generate a PDF from a DOC template using PHP. It calls the Docmosis REST API to merge the data with the template and stream the…
This example shows how to generate a PDF from a DOC template using Ruby. It calls the Docmosis REST API to merge the data with the template and stream the…
This example shows how to configure Docmosis using properties and config files. The ZIP contains: DocmosisConfigFiles.java docmosis.properties converterPoolConfig.xml WelcomeTemplate.doc readme.txt (instructions on setup) The licence key, OpenOffice/LibreOffice install location and…
This code sample connects to a remote converter to produce a document. You must run the remote converter first, using the runConverter script. Running remote converters allows you to shift…