Top "Docx4j" questions

Docx4j is an open source (ASLv2) Java library for manipulating Microsoft OpenXML files (Word docx, Powerpoint pptx, and Excel xlsx) via JAXB

Convert docx file into PDF with Java

I'am looking for some "stable" method to convert DOCX file from MS WORD into PDF. Since now I have used …

java pdf docx4j
Create table with docx4j

I try to create a new table depending on input data and insert it into an docx-document. Following leads to …

java ms-word docx4j
How do I turn debug logging off, in log4j, for docx4j

I receive the following message when I deploy my maven/spring application on jboss as7 and attempt to upload a …

spring maven log4j jboss7.x docx4j
how to convert doc,docx files to pdf in java programatically

I am able to generate pdf from docx file using docx4j.But i need to convert doc file to …

java apache-poi itext docx4j
IE does not open "application/vnd.openxmlformats-officedocument.wordprocessingml.document"

I have a spring mvc application that returns *.docx files (generated using docx4j). I send them to the browser …

internet-explorer mime-types docx docx4j
I am using docx4j for reading .docx files and I need to get the paragraph of a document and replace strings

I am using docx4j for reading and parsing .docx files but when I iterate through paragraphs it is reading …

xpath jaxb ms-word docx4j
How to apply new line in docx file generation using DOCX4J

By the tutorials that I have seen. I learned how to add text on generating a docx file. but then …

java file newline documentation-generation docx4j
How to copy a paragraph of .docx to another .docx with Java and retain the style

I am trying to copy the content from a particular paragraph in a .docx to another empty .docx .the problem …

java ms-word apache-poi docx4j
How to change font encoding when converting docx -> pdf with docx4j?

When I'm a converting docx document to pdf my national characters transform into "#" marks. Is there any way to set …

java pdf docx docx4j xdocreport
Docx4J get header/footer elements from docx file and modify them

I am using Docx4J to modify docx templates and put values in place of placeholders in the template that …

java xml docx docx4j