Top "Docx" questions

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

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
How to convert .docx to .odt with Libreoffice on Ubuntu bash

There is a problem for converting DOCX to PDF using Libreoffice.(in RTL documents) but converting same document saved in …

ubuntu docx libreoffice odt
Converting docx files to WPF Flow Documents

I'm trying to convert a bunch of Microsoft Word documents, containing a few pictures and many lines of text and …

c# wpf flowdocument docx
Python Docx - Sections - Page Orientation

The following code tries to use landscape orientation, but the document is created as potrait. Can you suggest where the …

python orientation docx python-docx
Reading .doc file in Python using antiword in Windows (also .docx)

I tried reading a .doc file like - with open('file.doc', errors='ignore') as f: text = f.read() It …

python docx doc
Converting doc, docx, pdf to HTML using PHP linux

i run a job search site, and i need to convert doc, docx and pdf files into HTML on linux …

php linux pdf docx doc
Forcing the browser to download a docx file in JAVA generates a corrupted document

Using JAVA, I'm trying to force the browser to download files. Here is the code I currently use: response.reset(); …

java ms-office mime-types docx force-download
Creating FullText Index on Docx files in a FileTable

I'm working on a document storage. Therefore I plan to use SqlServer 2012 with file tables. Now after some tests it …

full-text-search docx sql-server-2012 fulltext-index
How to change font (name, size, line spacing) in phpword?

Could you please tell me is it possible to - load docx document into phpword, then change font name, size, …

php linux fonts docx phpword