Questions about the old Microsoft Word file format and how to use it.
1
vote
0answers
57 views
save a doc file in php [duplicate]
Possible Duplicate:
how to generate doc file using php
I need generate a doc file with cakephp and save it to specific folder.because i want it to sent it as an email attachment ...
0
votes
3answers
461 views
Generating DOC (and DOCX) templates using Python or Java with absolute positioned boxes
For a web-to-print we need to generate a .doc (Microsoft Word 2003+) compatible templates/documents where we need to position some data inside the document (basically we need to auto-generated letter ...
-1
votes
1answer
81 views
Get data from a survey paper document
i know it could sound as a silly question but i was wondering if there's a way to get data from a survey on paper though: i mean, let's say i have a survey on paper with questions and some checkbox ...
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 ...
0
votes
1answer
779 views
Convert .doc to html in php - Problems invoking Abiword on Windows
I'm trying to get AbiWord program to do the job for me but it seems I'm not calling it properly in php.
I've based it from one of the answers in this question:
Convert .doc to html in php
What I'm ...
0
votes
0answers
303 views
Export data to doc file using php with desired styles
I am working on export some data as doc file using PHP. Is it possible to add css rules like direction and to the output ?
Edited: I use header function to create the doc file.
0
votes
2answers
1k views
c# manipulate doc and save as pdf
I have been reading a lot of questions about convert doc files to pdf but I haven't read any response which solve my problem.
I tried ASPOSE, which is really good for what we want but it is really ...
0
votes
1answer
583 views
Java Doc to PDF Convertor
I'm looking for a solution in my "JAVA" project to convert documents (including MS-word files) to PDF. I already used OpenOffice+JodConvertor but the result most of the time is not as good as I ...
1
vote
1answer
1k views
Convert MS Word Doc to PDF programmatically
This is what we want to achieve:
Create a word template using the content control toolkit.
Have an xml that can be binded to the template at runtime.
Using Open xml merge the xml to the word ...
0
votes
2answers
206 views
PDF vs. DOC print processing
I have a process that sends to printer a large amount of .doc files (with 50-200 pages each). Now, I want to change .doc format of documents to pdf because it's more convenient (for it's design ...
0
votes
2answers
71 views
After matching a line, how do I read some more lines and record values, then start over? Python
I am wondering how to search a text document for the word POLYLINE, and then once I find it, how to keep searching the text document for more attributes for POLYLINE, like x coordinates and y ...
1
vote
3answers
578 views
Php - Upload doc, docx, pdf - extract all content [closed]
is there anyway to perform OCR while uploading a document?
can we index the entire document?
can the search engine index the entire document? Even though users are required to pay to view the full ...
0
votes
1answer
358 views
Why doc and docx losing style information in iOS?
I wanted to open a docx, doc file in iOS.
I tried two ways:
1.Web view
2.QLPreviewController
In both the ways I am losing the style information associated with the document.
WHy this happens? ...
1
vote
1answer
204 views
Is it possible to convert .doc to Spannables
Is there anyway you can convert a .doc .docx to a spannable text. I have looked through through the internet and unfortunately I dont think its possible but I thought I might as well throw out the ...
1
vote
2answers
390 views
how to open another app in a tabhost / how to open a word doc within a tabhost of android?
i've been trying to create an app that could open multiple activities with the help of the tabhost. one of the support is i would like to open a word document within my app.
i know how to open one ...
0
votes
1answer
126 views
How do you generate PDF/HTML/DOC in .NET?
Currently, we are producing reports by means of ABCPdf that transforms HTML to PDFs.
Now we need to generate DOCs as well. That is pretty close to reporting.
We've tried to replace ABCPdf with ...
2
votes
2answers
618 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
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
2answers
1k views
Convert HTML & CSS to DOC(X)?
Is there some utility that could be called via command line to produce a doc(x) file? The source file would be HTML and CSS.
I am trying to generate Word documents on the fly with PHP. I am only ...
0
votes
1answer
223 views
doc file from asp.net / vb with header
I would like to create a doc file (MS Word 2003) from a page asp.net / vb (dotnet 1.1) that contains a header and footer.
I have managed to create the doc but how to set a header and a footer?
Is ...
9
votes
7answers
2k views
How can we open files like ppt, doc, pps, rtf, etc. in Android?
Are there classses in Android that can open different kind of files like pps, ppt, docs, rtf, etc.?
Please provide links.
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 ...
0
votes
1answer
559 views
doxygen, python and function parameters
Doxygen get me docs similarly to
http://www.stack.nl/~dimitri/doxygen/examples/pyexample/html/classpyexample_1_1PyClass.html
But I want to see Functions with parameters similarly to c/c++.
Is there ...
2
votes
0answers
558 views
read,write and save doc file using php in linux server [closed]
I want to read,write and save doc file on remote server using php in Linux server.
anyone please tell me how to do this.
1
vote
1answer
470 views
Is it possibile get thumbail image from .doc or .xls document?
I'm looking for create an image thumbnail from a MS doc/xls document's page,
but I found nothing about it.
For pdf documents I used Quarz framework, but I can't in this case.
Some help?
0
votes
0answers
369 views
document viewer(*.doc,*.docx file) [closed]
I want to Open *.doc and *.docx file.Like when I click on browser to view link, *.doc and *.docx file is open in openoffice and edit and save this file.
thanks pls help me.
0
votes
3answers
3k views
Export HTML Form to .PDF or .DOC
I have a site with some html forms (there are some text inputs, checkboxs, etc..), I need this: when user submit this forms, they will be send by a mail in pdf or doc format with filled forms. So I ...
0
votes
5answers
4k views
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 a lot of more work than i need, and thats why it isn't really cheap.
Are there similar tools, which can just ...
14
votes
3answers
2k views
How to use clojure doc function?
I'm just starting with Clojure and can't access to the doc function.
I'm using clojure 1.3 with emacs24 and swank-clojure.
user> *clojure-version*
{:major 1, :minor 3, :incremental 0, :qualifier ...
1
vote
1answer
936 views
Perl module for generating .doc or .docx document files
Perl is famous for having lots of modules for almost any programing task can occur while programming on it.
But is there any module that can generate .doc (.docx) files?
Assume there is huge business ...
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 ...
2
votes
3answers
4k views
PDF or Word creation documents with Yii?
Hello I'm building an application with Yii that will now generate reports. My client wants to edit the reports after these are generated. I think the best option is creating a Word document so my ...
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 ...
4
votes
5answers
4k 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 ...
0
votes
2answers
209 views
Generating formatted (tables) report using rtf or word in .net
I need to generate a report file from my don net app. i need to put the data in tabulated format. ordinarily, you would expect me to use the Microsoft report viewer control. but am using sqlite, and ...
0
votes
1answer
211 views
footer is reapeating in body in last page
i am generating a word doc. but in the last page footer is displaying in body and footer. i am using the code given bellow
<apex:page standardController="opportunity" ...
0
votes
1answer
294 views
birt, doc report and a very big file
We are using Birt to generate some reports in doc and pdf. Reports are simple, without any graphs and graphics. Only text.
My main problem is difference in the sizes of those files, for example:
...
0
votes
1answer
376 views
PHP: antiword and uploaded file
I'm creating some code that will upload the contents of a word document to a server, extract its text, and insert it into a database.
exec("PATH=$PATH:/home1/myserver/bin && antiword " .
...
0
votes
1answer
802 views
how to make .doc/.docx file from HTML (as string)?
i have a srting in html format like bellow
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
1answer
178 views
microsoft word xml line spacing
this is a sample paragraph for Word 2003 XML. The problem is, how do I format it as double line spacing? Thanks in advance!
<w:p>
<w:r>
<w:t>Paragraph is ...
-1
votes
2answers
646 views
How to create doc 2003 file using C#
Is there any way I can create doc file using C#. I have tried it but it does not open in 2003 but it opens in word 2007?
I have been using this code but the doc file does not open in word 2003:
...
0
votes
1answer
330 views
File previewers for PDF and Docx
I would like to have a preview of a .pdf, .docx or .doc file inside a JDialog. But I'm unable to find previewers that allow nesting of such previews inside a Swing application. Alternatively are there ...
1
vote
1answer
287 views
MS Word Doc: Automating find/replace using Shell Scripts
I have a number of word documents that I'd like to remove some elements from. What I would like to do is as follows:
Copy and paste the entire contents of the word file (may not be necessary) and ...
0
votes
2answers
312 views
Doc editor in JSP
I'm developing a web application which has the need of a powerful .doc editor.
The user has to select a document template (normally a .doc file) filled with placeholders, and through some macros fill ...
1
vote
1answer
838 views
Convert DOC to PDF from Command Line
Anyone recommend a DOC to PDF converter that can be run from the command line? It seems like an easy requirement, but I have been coming up short on free solutions.
0
votes
2answers
236 views
Word document export from web app
I need to export word documents from a web app. I currently use NPOI for excel export, but it doesn't seem to cover word export.
I've found Aspose Word, is there other valid alternatives?
I need to ...
0
votes
1answer
148 views
build documentation for xml file (ex. ebay api)
does anyone knows a documentation build tool for xml file that builds a documentation similar to ebay trading api documentation?
example the eBay trading api documentation scheme:
...
1
vote
1answer
314 views
Weird Mongoose. I get crap from findOne's doc.
Here is what my script look like:
UserModel.findOne(
{userId:'xx123456'},
function(err, doc) {
if (err) {
next(err);
} else if (! doc) {
next( 'findOne: User not found. Input: ' + ...
0
votes
0answers
533 views
How can I convert HTML to a RTF, DOC, or DOCX in PHP?
I have some HTML with a couple of css elements with floats and such and I want to convert it to a document like doc, docx, or rtf etc. I want to use php for the conversion.
0
votes
2answers
536 views
How can I read a .doc file in visual basic?
I want to search and some changes on headers in my .doc file
