Questions tagged [docmosis]

Quick & Easy way to add document generation and reporting to any application.

Platform

Docmosis can be used from any Platform including: Java, .Net, Ruby, PHP, Python, Javascript and more.

File Format

Docmosis can output in multiple formats: PDF, ODT, Doc, DocX, HTML and RTF.

Basic Guide: How It Works

8 questions
3
votes
1 answer

Getting barcode4j working with Docmosis Tornado

My requirement is to have a Word.doc file with barcoding embedded, and then turn that into a PDF. I'm trying docmosis for this project, and its worked so far - except when I try to generate the pdf with barcoding enabled. I'm getting the following…
Tim Kuehn
  • 3,201
  • 1
  • 17
  • 23
1
vote
1 answer

Create right to left and bidirectional PDF files in nodeJS

Can anyone recommend a library who really support RTL languages such as Hebrew or arabic, and also Supports links, support images, thumbnails/in-place images, Handle large spread-sheets, set filters and page breaks and good performance – very…
kinamartin
  • 45
  • 6
1
vote
1 answer

docmosis - relative link to file

I try to create a report (PDF/WORD) using docmosis. In my report, I would like one of the fields to point to a file that resides relatively to the output-report. Is it possible? I saw the documentation that says I have to add to the template the…
OhadR
  • 8,276
  • 3
  • 47
  • 53
1
vote
1 answer

docmosis - repeating row (or section) is not wrapping big text

I try to integrate docmosis into my product, using the docmosis-java. I’ve encountered an issue where there is a Java object that contains a member with huge text. I have declared a repeating-row in my template (as I may have more than one instance…
OhadR
  • 8,276
  • 3
  • 47
  • 53
1
vote
1 answer

Docmosis pdf conversion returns a converted but empty template

I am using Docmosis to generate pdf reports. A new report is returning a pdf version of the template supplied, but it is completely blank. I have confirmed that the data is being sent to Docmosis. The xml being sent is in the same form as the other…
0
votes
0 answers

Unwanted blank table row in Docmosis

I am using Docmosis to generate data into a table. A blank row appears underneath the table heading and between each row containing data. I suspect my issue is occurring because of the statements using: <<$isLender>> I have considered using <
0
votes
1 answer

Generating a Document from docmosis with data from a backend data source

I'm curious if docmosis can support pulling information from a database to generate a table. For ex, i want to generate a document that shows in a table topics about various states, like state capital, state flower, state population, etc. I have a…
user1821431
  • 63
  • 10
0
votes
0 answers

Replicating a docker-unaware service (Docmosis)

I'm making an application build on Docmosis, and since we'll be running on Docker anyway, I'd like to run the converters in separate containers. Basically I just download the library and dependencies in the Dockerfile and run the converter with…
tofagerl
  • 95
  • 10