Top "Docx" questions

.docx is the file extension for files created using the default format of Microsoft Word 2007 or higher.

How can I use predefined formats in DOCX with POI?

I'm creating a docx generator with POI and would like to use predefined formats. Word includes several formats like Title, …

java apache-poi docx xwpf
php docx template modification

Has anybody had any experience editing a docx template. My php admin area needs the functionality to modify docx templates, …

php templates docx phpdocx
Reading doc and docx files using C# without having MS Office installed on server

I'm working on a project (asp.net, c#, vb 2010, .net 4) and I need to read both DOC and DOCX files, …

c# docx doc
Knitr & Rmarkdown docx tables

When using knitr and rmarkdown together to create a word document you can use an existing document to style the …

r knitr r-markdown docx pandoc
save the document created by docX into response and send it to user for downloading

I am trying to use the amazing DocX library on codeplex to create a word document. when the user clicks …

c# c#-4.0 docx
Converting docx to pdf with pure python (on linux, without libreoffice)

I'm dealing with a problem trying to develop a web-app, part of which converts uploaded docx files to pdf files (…

python pdf docx pythonanywhere python-docx
Convert DOC file to DOCX with Java

I need to use DOCX files (actually the XML contained in them) in a Java software I'm currently developing, but …

java ms-office docx doc
Docx4j - How to replace placeholder with value

I've been trying to work through the examples FieldMailMerge and VariableReplace but can't seem to get a local test case …

java docx docx4j
Programmatically convert Word (docx) to PDF

Ok before you think "Not another question like this" please read this first. I have an application (web application in …

c# asp.net-mvc pdf-generation docx
how to convert HTML to .docx using docx4j?

I read some articles about the conversion of html to .docx and I found out that docx4j gives pretty …

java html converter docx docx4j