Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Documentation
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha_v12 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
An error is thrown when a variable is used in any of the following:
1) cfpdf(action="export", type="comment", source="myPDFVariable"
2) cfpdf(action="import", type="comment", source="myPDFVariable"
3) cfpdf(action="import", type="comment", importfrom="myXFDFVariable"
4) cfpdf(action="export", type="metadata", source="myPDFVariable"
5) cfpdf(action="import", type="metadata", source="myPDFVariable"
6) cfpdf(action="import", type="metadata", importfrom="myXMPVariable"
7) cfpdf(action="addattachments", source="myPDFVariable"
8) cfpdfparam(source="myAttachmentVariable"
Steps to reproduce:
1) Download attached CFDocumentWithComment.pdf and CFHTMLToPDFWithComment.pdf
2) Create "temp" and "result" subfolders
3) Uncomment each of the following examples and see errors are thrown according to the comments in each example
Note: Some examples appear to throw no exception, but that's b/c the exception is thrown silently. So check CF's log files.
TODO: When action="sanitize" and action="addstamp" are fixed, please ensure a variable is supported in their attributes as well.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126618
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: