tracker issue : CF-4126543

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: stamps not showing in Adobe Reader

| View in Tracker

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

Listed in the version 2016.0.02.299200 Issues Fixed doc
Verification notes: verified_fixed on July 07, 2020 using build 2016.0.02.299200
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:

Adding BUG AUDIT TRAIL ********action: updated fieldName: State newValue: Closed oldValue: Open oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Date Closed newValue: 2015-11-30 00:35:14.0 oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Closed By newValue: bihani oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Owner newValue: Blank oldValue: bihani oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Status newValue: Withdrawn oldValue: ToTest oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Reason newValue: NotThisProduct oldValue: NotThisProduct oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-30 08:35:14.0 action: updated fieldName: Owner newValue: bihani oldValue: uogra oprid: rukumar recordName: RQ_DEFECT timpestamp: 2015-11-26 18:45:34.0 action: updated fieldName: Reason newValue: NotThisProduct oldValue: Blank oprid: rukumar recordName: RQ_DEFECT timpestamp: 2015-11-26 18:45:34.0 action: updated fieldName: Status newValue: ToTest oldValue: ToFix oprid: rukumar recordName: RQ_DEFECT timpestamp: 2015-11-26 18:45:34.0 action: updated fieldName: Owner newValue: uogra oldValue: bihani oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-21 06:44:05.0 action: updated fieldName: Reason newValue: Blank oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-21 06:44:05.0 action: updated fieldName: Status newValue: ToFix oldValue: Unverified oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-11-21 06:44:05.0 action: updated fieldName: Owner newValue: bihani oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-10-26 09:48:36.0 action: updated fieldName: QE Assigned newValue: bihani oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-10-26 09:48:36.0
Comment by CFwatson U.
3795 | March 09, 2016 02:31:47 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: The forum thread for this ticket is: http://prerelease.adobe.com/r/?ff139658422b43f5870bbca6c8a149de Please follow-up on that thread, not here in this ticket. Thanks!, -Aaron Date Added :2015-10-24 06:52:37.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2015-10-24 05:46:02.0
Comment by CFwatson U.
3796 | March 09, 2016 02:31:48 AM GMT
The height to width ratio for stamp should be 3:10
Comment by Mayur J.
3797 | April 28, 2016 02:22:56 AM GMT
Updated Gibson jars
Comment by Mayur J.
3798 | May 03, 2016 07:38:30 AM GMT
test note
Comment by CFwatson U.
3799 | June 07, 2016 04:18:15 AM GMT
The fix for this bug is available as part of the early-access build for ColdFusion 2016 Update 2.
Comment by CFwatson U.
3800 | June 07, 2016 04:24:54 AM GMT