Applies to: PDFBuilderASP

Last updated: 30 November 2018


Why is the browser unable to display a PDF file sent using the BinaryWrite command


There are many possible reasons why a PDF will fail to display, but a common problem is that the Response.Write ASP command has been used in the same script that is used to generate the PDF. Response.Write must not be used. If a PDF is to be sent to the browser successfully, then the PDF file data must be the only data that is sent.