Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - ASP.NET returning PDF
  FAQ FAQ  Forum Search   Register Register  Login Login

ASP.NET returning PDF

 Post Reply Post Reply
Author
Message Reverse Sort Order
bogey View Drop Down
Senior Member
Senior Member
Avatar

Joined: 30 Nov 05
Location: United States
Status: Offline
Points: 50
Post Options Post Options   Thanks (0) Thanks(0)   Quote bogey Quote  Post ReplyReply Direct Link To This Post Topic: ASP.NET returning PDF
    Posted: 31 Oct 06 at 2:11PM

This is how I do it with traditional ASP.

Response.ContentType = "application/pdf"
Response.AddHeader "Content-disposition",  "inline; filename=" & timer * 100 & ".pdf"
Response.BinaryWrite QP.SaveToVariant()

Back to Top
Jim Sullivan View Drop Down
Team Player
Team Player


Joined: 10 Nov 05
Location: United States
Status: Offline
Points: 36
Post Options Post Options   Thanks (0) Thanks(0)   Quote Jim Sullivan Quote  Post ReplyReply Direct Link To This Post Posted: 31 Oct 06 at 1:19PM

I need to return a dynamically generated PDF to my users.  I'm using ASP.NET 2.0.  I am able to return the PDF using SaveToVariant, but if I try to display it in IE, I get a completely blank screen.  If the user right-clicks the hyperlink and does Save Target As, then they get the PDF.  It seems like this is a known issue with IE (http://support.microsoft.com/default.aspx?scid=kb;en-us;Q305153), but I can't get the workaround to work.

I know this isn't really a QuickPDF issue, but if anyone else has done this, let me know.

I did try the KB article at ised's site, but it's the same thing that I've been doing.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. AboutContactBlogSupportOnline Store