We are using the export-fo API to convert a word document to PDF. If the word is a full page document with a header(The word document fits into a single page), the pdf generated fits into two pages instead of one page. Please advise if this I a known issue and if there is solution for this problem. Reducing the margin or using a smaller font are some of the workarounds, we are using to ...
are there methods to help find which list items belong together when they don't have the same numId. For example, in word, these display as the same list - one at level 2 and the next at level 3 -- but in the xml, they have different numId values
I have a word template with many text fields and checkboxes How to use docx4j to update values of these text fields (tontents) and check/uncheck checkboxes? I basically want to fill docx form programmatically using docx4j Is it possible?
I'm trying to achieve DOCX to PDF or XHTML transformation with Math equations. I saw that Docx4j does not support OMML. I also tried to search the forum, I was able to find some quite old threads that are not really helping me.
So I am trying to pre-process the DOCX before sending it to DOCX4J. I used Apache POI to iterate over the paragraphs and I was able to transform equations into MathML ...
Question 1: Is there a way of finding out what the column number and or ruler position of a character is in a document? In word each character has a column number attached to it which specifies its x-position (horizontal position) on a line .
Question 2: Suppose I am writing a sentence to a word document. As I am writing it to ...
So is there a way of finding out how many characters and spaces can fit into a line of word document given a certain font and font size and narrow margins etc?
I was thinking of finding out by trial and error but I figured before writing the code I may as well ask.
I'm using docx4j 3.3.6 and I'm trying to compare the two attached docx file Issue_#34953_10123855.docx and Issue_#34953_10123853.docx with the code contained into CompareDocumentsTest.java; the only difference between the 2 files is the text "FIN DE LA CLAUSE" inserted at the end of Issue_#34953_10123855.docx but the docx with the differences (OUT_CompareDocuments.docx) reports also that the same text has been before removed and then inserted. Do you have any idea about this strange behavior ?