Tagged Questions
3
votes
3answers
629 views
How to index and search .doc files
I have an application that needs to have .doc files uploaded to it. These documents should then be index and the whole collection of documents should be searchable. This will run on a Windows Server, ...
1
vote
2answers
224 views
How do I display a Word document in a rich-edit control?
I'm building a Delphi app and I want to read a Word document and display it in a rich edit. How can I do that?
1
vote
2answers
560 views
how to programmatically (c#) find and replace in doc and docx file in share point library
My job is to do a find and replace in .doc and .docx files which are saved in sharepoint document library. i have to alter all the documents in the document library by doing find and replace. please ...
0
votes
0answers
38 views
Save document with Zoho remote api
I am using Zoho remote api to open and view a .doc file. I want now to convert the .doc file into a pdf file and save into my hosting account. Thay have hier a small tutorial but i don't get it right ...
0
votes
1answer
73 views
Creating an MS Word document in an Android App
I am working on a client project for an android app and wanted to confirm if the designed solution appears to be utilizing the most appropriate technology and resources.
The application gathers data ...
0
votes
1answer
81 views
How to generate a .DOC file in PHP with a Watermark
Is this even possible? I know it's possible to generate watermarks in PHP. Also, is there a site with a list of HTML tags that can be used in a doc file? I'm basically wondering how far you can go in ...
0
votes
2answers
246 views
How to create image (or other “read-only” format) from .doc
Anyone know of a way to convert a .doc with mail-merge fields into an image in C#? Basically we want to be able to display a "read-only" version of the document. This can be an image or some other ...