Top "Doc" questions

Questions about the old Microsoft Word file format and how to use it.

How to avoid java.lang.NoSuchMethodError: org.apache.poi.util.IOUtils.copy(Ljava/io/InputStream;Ljava/io/OutputStream;) in Apache POI

I have a code for adding watermark to existing .doc file. The following is the code I have tried so …

java apache-poi doc
PHP Convert Word file to HTML without losing styling and images

Is there an API for converting word files to HTML without losing the format? Can the google documents API be …

php ms-word docx doc
Extract text from doc and docx

I would like to know how can I read the contents of a doc or docx. I'm using a Linux …

php linux vps docx doc
How to convert html to doc in php

I need to convert a html file to doc. I am using html2pdf for pdf conversion. Is there is …

php html doc
Convert Word doc or docx files into text files?

I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don't want to …

perl vba text-files docx doc
Convert doc to pdf using Apache POI

I am trying to convert doc to pdf using Apache POI, but the resulting pdf document contains only text, it …

java pdf pdf-generation apache-poi doc
How do I extract data from a doc/docx file using Python

I know there are similar questions out there, but I couldn't find something that would answer my prayers. What I …

python ms-word docx doc
Convert html to doc in java

I would like to convert either an html or xhtml document (preferably with styles) to Microsoft .doc and/or .docx …

java html xhtml docx doc
Using Vim to edit Microsoft Word files

I've found ViEmu, a vi emulator for microsoft word. However, I wanted to use vim to edit DOC or even …

vim ms-word rtf docx doc
Converting HTML to doc(x) and / or PDF

I have to convert html to the doc(x) and pdf format. I found aspose, but this tool can do …

html pdf docx doc aspose