Answered
cfprint
I am trying to print a pdf on my local machine (in the same
directory as the code calling it).
Here is my code:
<cfdocument format="FlashPaper" filename="test.pdf" overwrite="yes">
<p>This is a document rendered by the cfdocument tag.</p>
</cfdocument>
<cfprint type="pdf" source="test.pdf" printer="Dell Laser Printer 1110">
I am not sure what is wrong, but the error is :
Could not print PDF document.
No Startref found in last 1024 bytes opening file
The error occurred in C:\inetpub\testing\purple.cfm: line 15
13 : </cfdocument>
14 :
15 : <cfprint type="pdf" source="test.pdf" printer="Dell Laser Printer 1110">
16 :
17 :
Does anyone have any insight?
Thanks,
Frank
Here is my code:
<cfdocument format="FlashPaper" filename="test.pdf" overwrite="yes">
<p>This is a document rendered by the cfdocument tag.</p>
</cfdocument>
<cfprint type="pdf" source="test.pdf" printer="Dell Laser Printer 1110">
I am not sure what is wrong, but the error is :
Could not print PDF document.
No Startref found in last 1024 bytes opening file
The error occurred in C:\inetpub\testing\purple.cfm: line 15
13 : </cfdocument>
14 :
15 : <cfprint type="pdf" source="test.pdf" printer="Dell Laser Printer 1110">
16 :
17 :
Does anyone have any insight?
Thanks,
Frank
