Click to See Complete Forum and Search --> : Convert ASP Page to PDF


manju_ambare
February 27th, 2006, 10:17 PM
I am showing ASP page as a report to user and i want to export that page into PDF format for Email purpose.
Is there any way to export ASP page into PDF format?
Pls let me know as soon as possible

rhr
February 27th, 2006, 10:43 PM
As far as I know you will have to use a third party tool to do so.

For eg: activePDF WebGrabber

manju_ambare
February 27th, 2006, 10:58 PM
As far as I know you will have to use a third party tool to do so.

For eg: activePDF WebGrabber

but how to use that i did paste that code and i was trying with the same

Set WG = Server.CreateObject("APWebGrabber.Object")

when i m trying to create an object
i m getting following error

Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.

could u pls guide me how to use it? thank you for ur reply

manju_ambare
February 27th, 2006, 11:03 PM
I want some free component or pls tell me some command with which i can convert ASP page to PDF

vbUserName
February 28th, 2006, 06:50 AM
You have many free tools, just search at google...

Some are:
- Pdf995
- iTextSharp
- TotalHTMLConverter
- http://www.gohtm.com/convert_pdf.asp

manju_ambare
February 28th, 2006, 11:17 PM
You have suggested me convertors, i got trial version of then, i cannot use them can you tell me whether we can generate PDF from ASP page, itself in ASP page?

I mean,Is it possible to do it through coding?(In ASP)

No matter if i need to use convertor but then it shouldn't trial version.
Thank you for ur help

vbUserName
March 1st, 2006, 06:35 AM
Pdf995 and iTextSharp, among many others, are not trials and must be used through code.

yatt
November 6th, 2006, 08:02 PM
Hi vbUserName,
I have download pdf995, but now my problem is I have no idea how to do the coding in my application or where to put it. Please help me...

yatt
November 8th, 2006, 02:30 AM
hi manju_ambare,

Have you found out how to convert asp page to pdf? I have try but with no luck