Tagged Questions
1
vote
1answer
60 views
Retrieve title from thousands of ppt/xls/doc files
As the result of recovering data from a storage catastrophe, I ended up thousands of files named 0000000001.{doc,ppt.xls}, 0000000002.{doc,ppt.xls}, etc. The files are not corrupted.
Now my users ...
-2
votes
1answer
1k views
How to convert pdf to doc in Linux [closed]
I have tried linux utility unoconv, but it's not working. Are there any alternatives? Need a way to convert from the linux console.
-1
votes
1answer
96 views
Viewing microsoft office files programaticly on linux
I want to code a desktop program to print microsoft office files (doc, docx, xls and xlxs) on linux machine. But I don't know how to print them without corruption on output.
Is there a way to print ...
0
votes
1answer
363 views
HTML to MS Word document? [duplicate]
Possible Duplicate:
Convert html to word /excel / powerPoint with PHP
I need to programatically convert HTML (created with CK Editor) into a .doc file. I have an old RTF converter written ...
4
votes
6answers
608 views
How do I see the python doc on linux?
In Windows, the python has a chm type document, and it is very convenient to read.
But in the linux, is there any document let me to read?
2
votes
1answer
2k views
Convert doc to txt via commandline
We're searching a programm that allows us to convert a doc or docx document to a txt file. We're working with linux and we want to start a website that converts user uploaded doc files. We don't wanna ...
1
vote
0answers
2k views
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 CentOS server running php. People submit these files as resumes. So far, I found PHPDocx to be great at ...
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 ...
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 ...
4
votes
3answers
894 views
Creating & Editing MS-Word documents on a linux server?
Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run ...
6
votes
1answer
1k views
What Linux/Unix software to use to convert html or pdf to doc?
I need to convert css styled (x)html or pdf to doc as accurately as possible and do it on Linux (and if possible also on Mac) from cli. Unfortunately OpenOffice can't handle the layout. Is there any ...