Tagged Questions

2
votes
2answers
206 views

Exporting to MS Word in Cocoa?

Writing an application in Cocoa that will take input from the user, format it appropriately, and then export it to MS Word. Are there any references or built-in libraries available regarding how to ...
1
vote
1answer
823 views

export asp.net page to word document

I need help in exporting an asp.net page to a word (rtf) format. It seems really simple but somehow I cannot seem to complete it. I do NOT need to download it, i just need to convert it at the back ...
1
vote
1answer
159 views

Why wont this entire word doc file generate from my php script?

Here's the php script I'm using on a linux environment: <?php include("../_inc/odbcw.php"); //connect string $cat = $_GET["cat"]; if($_GET["st"]){$crs_query = "select crs_no, title, credits, ...
0
votes
0answers
41 views

use visual basic 6 to export to word2007

I used code below to type a text with desired font into word from vb6. it works fine when I use it to type English texts, but when I use it to type persian texts it just inserts text into word without ...