This topic is locked
[SOLVED]

 Printer Friendly Page to open as Word Document

6/22/2011 9:48:42 PM
ASPRunnerPro General questions
C
chingupt author

Hi,
I have formatted the printer friendly page in a specific format.

The page works fine and opens up as an html page.
How can i provide and export to "word" or "pdf" functionality on this page OR the page directly opens up as an Word Document?
Is it possible to do so? Can we provide an export to word function there on this page?

Can the page directly open up as an Word Document?
Regards

Sachin

Sergey Kornilov admin 6/23/2011

PDF export is available in PHP version only. It uses PHP library that is not available for ASP.
Export to Word is available via Export page only.

C
chingupt author 7/27/2011

How can i modify the export to word template to my needs?
Regards



PDF export is available in PHP version only. It uses PHP library that is not available for ASP.
Export to Word is available via Export page only.

Sergey Kornilov admin 7/28/2011

Yes, you can. You will have to modify generated tablename_export.asp file for this purpose. Check ExportToWord() and WriteTableData() functions.