Status/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 09/21/2015
Components: File Management, VFS-RAM
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
cfpdf/cfpdfparam/cfpdfform have near-complete VFS support. This ER is to complete the VFS support for these, which will then complete CF's VFS support.
Currently:
1) These cfpdf attributes support VFS: directory, image, outputfiles, source*, destination**
2) This cfpdfparam attribute supports VFS: source
3) These cfpdfform attributes supports VFS: source, xmldata, fdfdata***
4) These cfpdf attributes don't support VFS: copyfrom, ddxfile, inputfiles, keystore
5) These cfpdfform attributes don't support VFS: destination
* source attribute supports VFS for these cfpdf actions: addfooter, addheader, addwatermark, archive, deletepages, extractimage, extracttext, merge, optimize, protect, read, readsignaturefields, removeheaderfooter, removewatermark, setinfo, sign, transform, unsign, validatesignature
* source attribute doesn't support VFS for these cfpdf actions: getinfo, thumbnail, write
** destination attribute supports VFS for these cfpdf actions: addfooter, addheader, addwatermark, archive, deletepages, extracttext, merge, optimize, protect, removeheaderfooter, removewatermark, setinfo, transform, unsign, write
** destination attribute doesn't support VFS for these cfpdf actions: extractimage, sign, thumbnail
** when destination attribute is omitted, or has the same value as the source attribute, then VFS fails for these actions: addfooter, addheader, addwatermark, deletepages, optimize, protect, removeheaderfooter, removewatermark, setinfo, archive, unsign
*** cfpdfform doesn't support VFS in the fdfdata attribute when action="read"
This ER is to do the following, which will complete CF's VFS support:
1) Add VFS support to cfpdf's copyfrom, ddxfile, inputfiles and keystore attributes
2) Add VFS support to cfpdfform's destination attribute
3) Complete the VFS support in cfpdf's source and destination attributes
4) Ensure no error is thrown when cfpdf's source attribute uses VFS and its destination attribute is either omitted or has the same value as its source attribute.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4060772
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
- September 22, 2015 00:00:00: 1_4060772_repro.cfm
- September 22, 2015 00:00:00: 2_PDFWithAcrobatForm.pdf
- September 22, 2015 00:00:00: 3_PDFWithLiveCycleForm.pdf
Comments: