CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2005
    Posts
    59

    Convert ASP Page to PDF

    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

  2. #2
    Join Date
    Nov 2005
    Posts
    28

    Re: Convert ASP Page to PDF

    As far as I know you will have to use a third party tool to do so.

    For eg: activePDF WebGrabber

  3. #3
    Join Date
    Nov 2005
    Posts
    59

    Re: Convert ASP Page to PDF

    Quote Originally Posted by rhr
    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

  4. #4
    Join Date
    Nov 2005
    Posts
    59

    Re: Convert ASP Page to PDF

    I want some free component or pls tell me some command with which i can convert ASP page to PDF

  5. #5
    Join Date
    Aug 2003
    Location
    Buenos Aires, Argentina
    Posts
    513

    Re: 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

  6. #6
    Join Date
    Nov 2005
    Posts
    59

    Re: Convert ASP Page to PDF

    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

  7. #7
    Join Date
    Aug 2003
    Location
    Buenos Aires, Argentina
    Posts
    513

    Re: Convert ASP Page to PDF

    Pdf995 and iTextSharp, among many others, are not trials and must be used through code.

  8. #8
    Join Date
    Aug 2005
    Posts
    43

    Re: Convert ASP Page to PDF

    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...

  9. #9
    Join Date
    Aug 2005
    Posts
    43

    Re: Convert ASP Page to PDF

    hi manju_ambare,

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured