Question
isPDFFile() and CFPDF won't recognize a PDF
I have a PDF that I can open up in Adobe Acrobat Reader 8.0
without problems. However, if I use the CFPDF tag to action =
"read", I get the following error:
"Error: Invalid Document D:\temp\test.pdf specified for source or directory. "
If I use the isPDFFile() with the same file, I get a return of false.
The only way around this is using the <cffile action="readBinary"... and using the <cfontent> tag.
I had this same problem on 8.0 on a version 1.2 document, but installing 8.0.1 fixed it. This is a 1.3 document.
Here is a link to the file
test.pdf
Is this a bug in CF?
"Error: Invalid Document D:\temp\test.pdf specified for source or directory. "
If I use the isPDFFile() with the same file, I get a return of false.
The only way around this is using the <cffile action="readBinary"... and using the <cfontent> tag.
I had this same problem on 8.0 on a version 1.2 document, but installing 8.0.1 fixed it. This is a 1.3 document.
Here is a link to the file
test.pdf
Is this a bug in CF?
