Getting a strange error when trying to do a CFPDF "read":
<cfpdf action="read" source="c:\test.pdf" name="myBook">
An error occurred during the READ operation in the cfpdf tag.
Error: Invalid Document c:/test.pdf specified for source or directory.
The file is defintely there, and I can open the PDF fine with acrobat reader (or any other pdf reader).
Could it be partial corruption of the PDF itself somehow?