Tagged Questions
0
votes
1answer
32 views
How can doc/docx files be converted to markdown or structured text?
Is there a program or workflow to convert .doc or .docx files to Markdown or similar text?
PS: Ideally, I would welcome the option that a specific font (e.g. consolas) in the MS Word document will ...
1
vote
1answer
171 views
PHP HTML Word Doc not showing image generated via URL
I have a php script that generates a word document by creating it in HTML and outputting it to .doc when attaching static images from my website, the images load fine in Microsoft Word 03 and 2010. ...
1
vote
0answers
74 views
Convert massive ascii doc to unicode doc [closed]
I've a big doc file which has large russian ascii texts inside, it also contains equations etc.
My questions what the easiest way to convert the russian ascii text to unicode keeping the doc's ...
0
votes
1answer
181 views
office documents won't open with quicklook
I've created 2 test applications:
In the one the documents are included into the bundle and can be opened by using the quick look controller.
In the other app, the documents are downloaded. When I ...
0
votes
1answer
716 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
1answer
356 views
How to retrieve data from MS Word to TextBox
I am in a need to have a help from you people. I need to get the data from .doc file(MS word) to a TextBox using C#.NET, Let me clearly explain you by giving below example.
Example:
Consider below ...
0
votes
2answers
338 views
Web service for converting MS Office file formats (doc, docx, ppt, etc) into plain text?
Larger context: we're working on an Intranet portal's search engine, which needs to be able to search within ALL office types: doc, docx, xls,xlsx, ppt, and pptx. Having the search algo already in ...
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 ...
0
votes
3answers
822 views
How can I convert PDF to doc without microsoft.office.interop?
I need to convert PDF files into .doc files using C#. The computer has no file system though it doesn't have Office installed. Any good ideas how I can approach this? I did some research and most of ...