Questions about the old Microsoft Word file format and how to use it.
8
votes
5answers
25k views
iTextSharp - Convert word doc/docx to pdf
I understand iTextSharp can be used for converting a document to pdf.
But first we have to create a document from scratch using iTextSharp.text.Document and then adding elements to this document.
...
7
votes
4answers
7k views
Convert a .doc or .pdf to an image and display a thumbnail in Ruby?
Does anyone know how to generate document thumbnails in Ruby (or C, python...)
3
votes
3answers
11k views
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 any same kind of library for html2doc?
(PS must be free/open source)
EDIT
After Mark Eirich comment..
...
3
votes
2answers
5k views
Generating word documents with PHP
Hey guys, do you know any way to generate doc and docx files with PHP and without COM component? I've tried PHPWord, it creates docx files, but they cannot be opened in OpenOffice, they cause OO to ...
9
votes
3answers
4k views
Advice for learning Linux x86-64 assembly & documentation
Does anyone have documentation pertaining to learning the fundamentals of Linux x86-64 assembly? I'm not sure whether or not to learn it as is, or to learn x86 first, and learn it later, but being as ...
5
votes
4answers
4k views
How to extract just plain text from .doc & .docx files? (unix)
Anyone know of anything they can recommend in order to extract just the plain text from a .doc or .docx?
I've found this Best way to extract text from a Word doc without using COM/automation? - ...
5
votes
10answers
11k views
How can I programmatically 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 have to manually open Word to do this obviously. As long as it's running on auto.
I was ...
5
votes
5answers
5k views
Reading or Converting word .doc files iOS
How are other apps on iOS able to read and write word docs? I see some other questions related to this and accepted answers are along the lines of "it can't be done." I don't want to just display a ...
5
votes
6answers
18k views
How to load MS Word document in C# (.NET)?
How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?:
wordApp.Documents.Open
I don't want to open MS Word, I just want that text inside.
You gave me answer for ...
1
vote
3answers
5k views
How do you display a formatted Word Doc in HTML/PHP?
What is the best way to display a formatted Word Doc in HTML/PHP?
Here is the code I currently have but it doesn't format it:
$word = new COM("word.application") or die ("Could not initialise MS ...
4
votes
3answers
4k views
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 VPS and PHP, but if there is a simpler solution using other language, please let me know, as long as it works under ...
1
vote
2answers
1k views
How to generate a word file programmatically from collected data in iPhone sdk
I have an iPhone app consisting of a few forms in which I collect data from users. Now at the end of these forms, after user has filled all data, I want that all the collected data is exported and a ...
3
votes
1answer
4k views
convert doc to pdf in c#
How can i convert .doc to .pdf using asp.net c#. I cannot use any third party component.
The code should be in
C# or vb.net
Compatible with VS 2005. (If not, then also please post your replies, i ...
1
vote
1answer
13k views
How read Doc or Docx file in java? [closed]
I want to read a word file in java
import org.apache.poi.poifs.filesystem.*;
import org.apache.poi.hpsf.DocumentSummaryInformation;
import org.apache.poi.hwpf.*;
import ...
2
votes
1answer
811 views
How to get `thumbnails document` like google doc?
How to get thumbs document (doc, docx, pdf, pptx, ppt,.....)?
May be use C#, php, .....
Please help me!
Thanks you very much!
2
votes
4answers
5k views
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 format.
There seem to be plenty of examples for doing this the other way around but I ...
0
votes
3answers
3k views
How to create and save a .rtf, .doc, .docx in Objective-C for iOS
I am looking to create and save either a rtf, doc or docx file on an iPad (iOS).
The scenario is that we'd like to assist a user in creating content on their iPad and then let them email this as an ...
2
votes
1answer
2k views
how to generate doc file using php
I have a PHP file that has a variable named $data. Now I echo this variable on the page. It works fine but I want to write this variable in a doc file. How do you do this?
I am using the following ...
2
votes
1answer
625 views
Open source php doc/x to pdf conversion?
Are there any open source PHP tools that i can use to convert .doc / .docx to pdf ?
If you have any good tutorials or tools that would be greatly appreciated .
I was looking into phpLiveDocx but ...
1
vote
4answers
7k views
Android how to open a .doc extention file?
Is there any possible way to open a .doc extention file ?
If possible then please tell me how to do it.
Thanx
0
votes
1answer
794 views
Convert docx to doc without Office.Interop.Word
I'm trying to find the solution for converting .docx files to .doc in .NET.
I've googled this problem near 3 day, trie a lot of variants:
I've tried to convert with Office.Interop.Word. Yeah, thats ...
0
votes
2answers
1k views
Android Display .Doc File in WebView?
In my app,I have link http://mymobilece.com/api/api_getexammaterials.php?id=28,
I want to view in webview ,I try with google document viewer its work fine But i need it without google document ...
22
votes
6answers
11k views
API Documentation Theme or Template
I am looking for either a Wordpress theme, or just the raw CSS, Images, HTML of a great looking API Doc template to use. I am building a RESTFul API, and need to create documentation, and would like ...
3
votes
4answers
4k views
MS Office (doc/xls/ppt) and Adobe pdf reader library on iPad (iOS)
Can anyone suggest me any paid or open source library that can read office (doc, docx, xls, xlsx, ppt, pptx) and Adobe pdf documents on iPad? Actually, I want to include that library in my iPad app to ...
8
votes
7answers
3k views
How does the .doc format work?
I recently learned about the basic structure of the .docx file (it's a specially structured zip archive). However, docx is not formated like a doc.
How does a doc file work? What is the file ...
4
votes
7answers
4k views
automation of Doc to PDF in c#
I have got about 200 word documents that I need to pdf.
Obviously, I cannot pdf them one by one as, first it will take ages, second I am sure it is not good practice to do so.
I need to find a way ...
1
vote
3answers
3k views
Convert single doc file to pdf
I am using following code How do I convert Word files to PDF programmatically? to convert the doc file to pdf. but the code mentions getting all .doc files from specific directory whereas i wish to ...
8
votes
3answers
776 views
Generating javadoc for project involving scala modules
If I have a project which has some of its modules in scala (ie java modules, scala modules side by side) - how have people solved combining scaladoc generated HTML with javadoc generated to provide a ...
7
votes
3answers
1k views
Parse Microsoft Office files in Node.JS
I'm working on a web application where users can upload Microsoft Office Document files. Right now, our server is running Node.JS with Express.js and we're hosted on Heroku. Because of this, I don't ...
3
votes
1answer
1k views
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, that I've previosly uploaded (I've done uploading part). Tricky part is that I don't have MS Office ...
2
votes
2answers
690 views
how to share odt/doc documents over git
the idea is that i want to share documents over git
i thought about using Text Document (looks like docx,odt in functionality ) that can be edited with any text editor (not binary). where to find ...
1
vote
2answers
3k views
How can I convert word (document) file to pdf in PHP?
Can u tell me, how can I convert document file to pdf in php. I have no idea about it.Can u help me by providing script.
1
vote
2answers
1k views
C# free Doc 2 PDF solution
would anyone suggest a free solution to programmatically convert Office documents (mostly .doc) to PDF in the form of a .NET library or a command-line application i can call from my program? Thanks
...
3
votes
4answers
5k views
Read Microsoft Word Documents into Plain Text (DOC, DOCX) in Java
I'm looking for something in Java to read in Word documents to process their text.. all I need is there text, nothing fancy. I know about Apache POI, however it doesn't include support for DOCX right ...
2
votes
2answers
318 views
Comments for Function in Emacs
I'm looking for a way to generate and insert header comment blocks above my functions in Emacs (in any mode), with the default contents of the comment automatically based on the function's signature ...
2
votes
4answers
2k views
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 some people in my company still use the DOC format.
Do you know if there is a way to ...
1
vote
1answer
56 views
Creating RTF / DOC / DOCX with iOS
i want to create one of the following filetypes with an iOS-App: RTF, DOC or DOCX.
The user should be able to write text and also put images in it.
The building of the UI isn“t the problem, only the ...
1
vote
2answers
1k views
Convert DOC to PDF [closed]
I know this question has been asked over and over, but I can't find the answer I'm looking for. So I'll shamelessly try again.
I'm looking for a reliable, stand-alone tool for converting Word ...
0
votes
1answer
448 views
A fixed div with Javascript to scroll when a window is too small. DOC TYPE issue
I'm working on a site where I have to use a fixed DIV for the menu.
www.atelier2architecten.nl/index2.php
I'm trying to find a way to let the fixed div scroll horizontal.
Because, when je make your ...
0
votes
2answers
2k views
Generate Doc with PHP
Is it possible to generate doc with php?
What libraries are the best in generating doc?
PS.
I need library that works with UTF-8
0
votes
2answers
2k views
create word doc file from linux command line
I have some HTML files that I need to distribute in MS Word doc format (don't ask!). I can manually open each in OpenOffice and then save as a doc file. But I have quite a few files so I want to ...
0
votes
1answer
1k views
Use PHP to create a DOC file on a Unix Box based on an HTML webform selection
I have an HTML file which contains a webform with multiple questions which have a YES / NO responses.
If the question has a YES answer, I would like a predefined ( per question ) section of text to ...
-3
votes
1answer
350 views
[iPhone]Have a way (or library) to create .doc files in iPhone app?
Have a way (or a library) to create .doc files in iPhone app ?
-4
votes
4answers
704 views
How I can create doc file from php file [closed]
I have a resume building site. In which user input their information and finally we need to create his resume in doc or pdf file.
Anyone help me please...
