Error in PDF Generation(Urgent)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • giveDsolution
    New Member
    • May 2007
    • 107

    Error in PDF Generation(Urgent)

    Hello Techies,

    My requirement is I have to generate a PDF programmaticall y which i m generating by the help of third party DLL(ABCpdf5.Doc ).
    Its functin is like this...
    when i am clicking one button then that page will be automatically converted to a PDF and store in a Folder in the application.
    It works fine but the problem generates when i am checking the session in global.asax which will redirect to a login page.
    The pdf is generated and stores in the Folder but the content is the login page rather than the page content.

    Hope u understand wht i am trying to narrate.
    I can make u clear if anybody interest.
    Thanks in advance
  • dotneto
    New Member
    • Feb 2007
    • 36

    #2
    Originally posted by giveDsolution
    Hello Techies,

    My requirement is I have to generate a PDF programmaticall y which i m generating by the help of third party DLL(ABCpdf5.Doc ).
    Its functin is like this...
    when i am clicking one button then that page will be automatically converted to a PDF and store in a Folder in the application.
    It works fine but the problem generates when i am checking the session in global.asax which will redirect to a login page.
    The pdf is generated and stores in the Folder but the content is the login page rather than the page content.

    Hope u understand wht i am trying to narrate.
    I can make u clear if anybody interest.
    Thanks in advance

    Could you post some code?

    Comment

    Working...