CFPDF GetInfo "Invalid date format"
We receive PDF documents via a upload function we incorporated and once the file is saved to our server we perform the following action
<cfpdf action="getinfo" name="pdfInfoStc" source="#uploadResult.serverDirectory#/#uploadResult.serverFile#">
this works great if the PDF was made from a genuine source but a lot of times we're receiving files from low end scanners or banks that aren't saving a created date so the getinfo action fails with the message "Invalid date format" which makes sense as the date doesn't obviously exist, however it's not really acceptable that the getinfo process couldn't just return back a null value or blank string rather then throw a massive coldfusion error?
Currently running Coldfusion Enterprise version is 8,0,1,195765
Has anyone else ever ran into this bug / problem before and found a solution?
