tracker issue : CF-4126474

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

[ANeff] Bug for: action="redaction" corrupts PDF text

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/BugVerified

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: Beta2_v12 / Update 6

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 0

Duplicate ID:	CF-4146073

Related Bugs:
4105756 - Blocking	CT Gibson
4111705 - Blocking	CT Gibson
CF-4146073 - Similar to
4147695 - Blocking	CT Gibson


action="redaction" corrupts PDF text

Repro:

<cfscript>
  cfhtmltopdf(destination=expandPath('./MyPDF1.pdf'), overwrite=true) {
	  writeOutput(repeatString("PDF 1 Page 1", 425));
	  cfhtmltopdfitem(type="pagebreak");
	  writeOutput(repeatString("PDF 1 Page 2", 425));
  };
  cfhtmltopdf(destination=expandPath('./MyPDF2.pdf'), overwrite=true) {
	  writeOutput(repeatString("PDF 2 Page 1", 425));
	  cfhtmltopdfitem(type="pagebreak");
	  writeOutput(repeatString("PDF 2 Page 2", 425));
  };
  cfpdf(action="merge", destination=expandPath('./MyPDFMerged.pdf'), overwrite=true) {
	  cfpdfparam(source=expandPath('./MyPDF1.pdf'));
	  cfpdfparam(source=expandPath('./MyPDF2.pdf'));
  };
  cfpdf(action="redact", source=expandPath('./MyPDFMerged.pdf'), destination=expandPath('./MyPDFRedacted.pdf'), overwrite=true) {
	  cfpdfparam(wordstoredact=["page"], ignorecase=true, pages="1-4");
  };
  cfpdf(action="addstamp", source=expandPath('./MyPDFRedacted.pdf'), destination=expandPath('./MyPDFStamped.pdf'), overwrite=true) {
	  cfpdfparam(iconname="approved", coordinates="200,300,400,500");
  };
</cfscript>

Actual result: additional text is removed from MyPDFRedacted.pdf and MyPDFStamped.pdf

Expected result: only wordstoredact should be removed from MyPDFRedacted.pdf and MyPDFStamped.pdf

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4126474

Bug Grouping Info:
Bug Group ID: BG175025
Bug ID: CF-4126474
Bug relationship: Awaiting Fix
Product: ColdFusion

Bug Group ID: BG175025
Bug ID: CF-4105656
Bug relationship: Awaiting Fix
Product: ColdFusion

Bug Group ID: BG175025
Bug ID: 4105756
Bug relationship: Pending Fix
Product: CT Gibson

Bug Group ID: BG175025
Bug ID: 4111705
Bug relationship: Pending Fix
Product: CT Gibson

Bug Group ID: BG175025
Bug ID: 4112256
Bug relationship: Awaiting Fix
Product: CT Gibson



External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:  


Bug File Paths:
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion\12.0\Beta2_v12\4105656\MyPDFStamped.pdf
	 
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion\12.0\Beta2_v12\4105656\MyPDFRedacted.pdf
	 
\\sjshare.corp.adobe.com\Prereleasebugfiles\ColdFusion\12.0\Beta2_v12\4105656\MyPDFRedacted_1.pdf

Attachments:

Comments:

Adding BUG AUDIT TRAIL ********action: updated fieldName: Fix By Product Milestone newValue: HF2 oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-02-29 12:49:44.0 action: updated fieldName: Fix By Milestone newValue: Post Release oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-02-29 12:49:44.0 action: updated fieldName: Priority newValue: 3 oldValue: 0 oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-11 13:20:14.0 action: updated fieldName: Status newValue: ToTrack oldValue: Unverified oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-11 13:20:14.0 action: updated fieldName: Reason newValue: ThirdParty oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2016-01-11 13:20:14.0
Comment by CFwatson U.
4030 | March 09, 2016 02:14:22 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: Please disregard that last comment. I see the files are attached :) I was looking in the wrong place. Date Added :2016-01-11 07:39:07.0 Added By: PreRelease User User Name:Aaron Neff Note Added: I keep attaching MyPDFRedacted.pdf and MyPDFStamped.pdf, but they keep disappearing. Date Added :2016-01-11 07:36:59.0 Added By: PreRelease User User Name:Aaron Neff Note Added: The forum thread discussing this ticket is: http://prerelease.adobe.com/r/?73e7060fae4248208efe64b12a2056a3 Please follow-up in that thread, not here in this ticket. Date Added :2016-01-11 07:29:26.0 Added By: PreRelease User User Name:Aaron Neff Note Added: action="redaction" corrupts PDF text should've been action="redact" corrupts PDF text Date Added :2016-01-11 06:31:37.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Attached are the generated MyPDFRedacted.pdf and MyPDFStamped.pdf Date Added :2016-01-11 06:28:55.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2016-01-11 06:26:11.0
Comment by CFwatson U.
4031 | March 09, 2016 02:14:26 AM GMT
Hi Adobe, I need a public ticket for commenting. Duplicate ID CF-4146073 is not publicly visible. Suggestions: 1) Please make Duplicate ID CF-4146073 publicly visible. -or- 2) Please switch CF-4146073 as the duplicate of this one (CF-4126474). Thanks!, -Aaron
Comment by External U.
4032 | May 27, 2016 03:07:22 PM GMT
Hi Adobe, I see CF-4146073 is visible now. Thanks!, -Aaron
Comment by Aaron N.
4033 | October 05, 2017 08:01:16 AM GMT
Hi Adobe, Thank you very much for re-opening this ticket, and especially with status ToTest. Thanks!, -Aaron
Comment by Aaron N.
27331 | April 08, 2018 05:54:44 PM GMT