Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 03/09/2016
Components: Document Management, PDF manipulation
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Alpha_v12 / 2016
Priority/Frequency: Normal / Unknown
Locale/System: English / Mac All
Vote Count: 1
Related Bugs:
3991547 - Similar to CT Gibson
Using this code:
<cfscript>
cfpdf(action="sanitize", source="../ColdFusion_Raijin_WhatIsNew.pdf",destination=expandPath("./sanitized.pdf"));
</cfscript>
Done
I get:
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
The error occurred in /Applications/ColdFusionRaijin/cfusion/wwwroot/cf12tests/pdf_sanitize.cfm: line 3
1 : <cfscript>
2 :
3 : cfpdf(action="sanitize", source="../ColdFusion_Raijin_WhatIsNew.pdf",destination=expandPath("./sanitized.pdf"));
4 :
5 : </cfscript>
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126733
External Customer Info:
External Company: Broadchoice
External Customer Name: Raymond Camden
External Customer Email: raymondcamden@gmail.com
External Test Config:
Attachments:
Comments: