Date:  12/14/2011 02:35:42 PM Msg ID:  004391
From:  irace_z28 Thread:  004391
Subject:  File does not begin with \'%PDF-\'
 When I run the sample code...
 
<%
M.TempFile = fwPDF.GetTempFile()
USE address SHARED
* Generate the PS, or PDF file
REPORT FORM address NOWAIT NOCONSOLE TO FILE (M.TempFile)
* Send the file to the browser for in-browser display
fwPDF.SendPDF(M.TempFile, , .T., fwPDF.PS2PDFMethod <> 0, .F.)
%>
 
I get the follow error...File does not begin with '%PDF-'
 
Is there a solution for this?