Tagged Questions
3
votes
2answers
148 views
Opening an existing .doc file using ofstream in C++
Assuming I have a file with .doc extension in Windows platform, how can I open the the file for outputting its contents on the screen using the ofstream object in C++? I am aware that the object can ...
2
votes
1answer
278 views
Generate a Doc File with an Image
<?php
$docName = "testdoc";
header("Expires: Mon, 26 Jul 2020 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, ...
3
votes
1answer
685 views
Can I convert between .doc and .docx using PHP only?
I have search for this on SO but all posts relating to the issue seem to require the installation of software (like the Zend framework or PHPdocx) on the server - which I am not able to do.
I need to ...
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 ...
1
vote
2answers
672 views
collect html output of a php script and serve it as doc file
How can i collect all the html content of a php page and save it into a doc file and then serve it to user with save prompt.
<?php
ob_start();
echo 'Hello World';
...
0
votes
2answers
1k views
Parse a word document using ASP.NET
I need to parse a word document and find out some key words from that file. I have gone through some solutions to read doc files like using COM or using third party tools. Is there any other way to ...
1
vote
0answers
414 views
windows application extract name email id and contact no from doc file
i want to extract name,contactno and emailid from the word document file how i can extract plz any one help my code is here
public void Opendoc(object file)
{
...
1
vote
2answers
1k views
how to add content of word doc file in jsp file using include action?
I am trying to include the text content of microsoft word file in my jsp file.... I am not able to figure out the solution.
0
votes
1answer
2k views
Read and Write in Word file using Visual studio 2005
How to read and write a MS word file in VB.net or C# .net