Print Page | Close Window

Unable to show PDF on the browser

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=473
Printed Date: 18 May 24 at 11:19PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Unable to show PDF on the browser
Posted By: sams177
Subject: Unable to show PDF on the browser
Date Posted: 21 Jul 06 at 4:55AM
Hi !

  I am evaluating iSEDQuickPDF on the ASP.net and c#
 
  Using this utility i am able to create and save PDF fills on the fly. But not able to show it on the browser.

  Please provide the code on C# to display the PDF file on the browser.

  Thanks,
SAM

-------------
Regards,
Sam



Replies:
Posted By: geraldmanickam
Date Posted: 24 Jul 06 at 1:15AM

hai friend,

  Did you run the adobe update patches(1,2,3,4) on that system .

 



Posted By: bogey
Date Posted: 25 Jul 06 at 10:27AM

Here is the code in VB to open a PDF in the browser. Write your content type headers and use the binarywrite to send the PDF loaded memory.

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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk