Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
3answers
2k views

Reporting Services 2008: Is there a way to change item properties, depending on how a report is being rendered?

I am writing a report, which exports nicely to PDF. However, it does not export to a Word document (.doc) properly. (Margins get ignored in the header area, which messes up pages breaks, footer text ...
2
votes
3answers
4k views

SSRS 2008 Export to Microsoft Word does not include headers and footers

I have a report, which was recently converted from SSRS2005 to SSRS2208. The report header has a background, which is calculated depending on the page number. In the report footer there is an image ...
1
vote
2answers
178 views

Response closes after export document

I have been trying to export a Word document into Response using ASP.Net. So I achieved this goal with this code. Response.Clear(); Response.ClearHeaders(); Response.ClearContent(); ...
1
vote
1answer
425 views

How to Export an HTML Table to Excel/Word/PDF/CSV?

I have a html table which is populated dynamically. I need to put 4 buttons below it which enables exporting the table structure and data to Excel, Word, PDF and CSV. What is the best/easiest ...
1
vote
1answer
824 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, ...
1
vote
3answers
962 views

Export to Word from PHP doesn't carry headers beyond first page

I exported data from a PHP page to a Word document but the header is not available in all pages. Header is present in the first page but not in the other pages of the Word document. Here is my code, ...
1
vote
5answers
122 views

Export to word with a filename doesn't seem to work

I export a datatable to word, when I pass a file name it doesn't seem to get the file name in Open/Save dialog box. Here is what I am doing public static void Convertword(DataTable dt, HttpResponse ...
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 ...
0
votes
2answers
566 views

How to fill a word document using Visual Basic / Visual C# in ASP.NET

I'm looking for options to fill a Word Document from either Visual Basic, or Visual C#. I'm currently using merge fields, and the code below to fill specific fields in a Word Document, but now I've ...
0
votes
2answers
552 views

SketchFlow Export to Word File and the Order of Objects

i have made a prototype in SketchFlow which is found in Expression Blend 3. As my designer can not use the published .exe version (Due to being on a Mac) I have to export the application to Word. This ...
0
votes
2answers
1k views

SSRS 2008 word export doesn't print to landscape

I have a number of SSRS 2008 reports that need to be exported to word in landscape mode. The reports look great when exported but when you attempt to print (or even preview) the page Word appears to ...