Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have an app that generates a docx file base on user inp开发者_如何学Cut.It uses Apache POI to generate the docx file and I can get the FileOutputStream from that, the document opens perfectly on a l
I would like to know how can I read the contents of a doc or docx. I\'m using a Linux VPS and PHP, but if there is a simpler solution using other language, please let me know, as long as it works unde
I\'ve been using PHPWord for docx files generation. And it\'s been working great. But now I have the need to also make available some of those files on a pdf version.
i am writing a search program in c++ which will search for a set of words in a set of files.. these files are either text files or docx files.The problem is how can i search a docx file开发者_运维知识
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to modify an embedded excel table in a word document programmatically. To do this, I have modified the docx file and the embedded excel file.
On user registration, I want开发者_开发问答 to email with attachment a document and it should contain dynamic user guarding name, into document, do you have any idea about such component/helpers with
We need to generate docx documents from an asp.net mvc site. The documents will vary a great deal, but they 开发者_如何学Goare pretty basic - the only thing out of the ordinary is the need to include
How can I format a table while creating docx file using Apache POI. I want to set the size of the cells, font of the text, color, etc..