Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Document Management
Versions: 2016
Failure Type: Unspecified
Found In Build/Fixed In Build: Alpha3_v12 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Win All
Vote Count: 0
Related Bugs:
4131474 - Blocking CT Gibson
4131476 - Blocking CT Gibson
CF-4149530 - Similar to
Stamps show in Acrobat but not in Adobe Reader (verified w/ Adobe Reader DC)
Steps to reproduce:
1) run the following code
<cfscript>
cfdocument(format="pdf", filename=expandPath('./MyPDFToStamp01.pdf'), overwrite=true) {writeOutput("my PDF");};
cfpdf(action="addstamp", source=expandPath('./MyPDFToStamp01.pdf'), destination=expandPath('./MyPDFStamped01.pdf'), overwrite=true) {
cfpdfparam(iconname="Approved", pages="1", coordinate="200,300,400,500", content="my note") {};
};
cfhtmltopdf(destination=expandPath('./MyPDFToStamp02.pdf'), overwrite=true) {writeOutput("my PDF");};
cfpdf(action="addstamp", source=expandPath('./MyPDFToStamp02.pdf'), destination=expandPath('./MyPDFStamped02.pdf'), overwrite=true) {
cfpdfparam(iconname="Approved", pages="1", coordinate="200,300,400,500", content="my note") {};
};
</cfscript>
2) open MyPDFStamped01.pdf and MyPDFStamped02.pdf w/ Adobe Reader
actual result: stamp does not show (instead, what shows is: a black square outline w/ a black 'x' inside)
expected result: stamp should show (like it does in Acrobat)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126543
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: