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
Printable View
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
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 sameQuote:
Originally Posted by rhr
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
I want some free component or pls tell me some command with which i can convert ASP page to PDF
You have many free tools, just search at google...
Some are:
- Pdf995
- iTextSharp
- TotalHTMLConverter
- http://www.gohtm.com/convert_pdf.asp
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
Pdf995 and iTextSharp, among many others, are not trials and must be used through code.
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...
hi manju_ambare,
Have you found out how to convert asp page to pdf? I have try but with no luck