tracker issue : CF-4126627

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

[ANeff] ER for: cfpdf standard="3b" (PDF/A-3b)

| 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: Enhancement Request

Found In Build/Fixed In Build: Alpha_v12 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Win All

Vote Count: 0

Using cfpdf archive after addattachments removes attachments, b/c standard="3b" (PDF/A-3b) isn't supported

Repro:

<cfscript>
  cfdocument(format="pdf", filename=expandPath('./MyPDF.pdf'), overwrite=true) {writeOutput("my PDF");};
  cfdocument(format="pdf", filename=expandPath('./MyPDFAttachment.pdf'), overwrite=true) {writeOutput("my PDF attachment");};
  cfpdf(action="addattachments", source=expandPath('./MyPDF.pdf'), destination=expandPath("./MyPDFWithAttachments.pdf"), overwrite=true) {
	  cfpdfparam(source=expandPath('./MyPDFAttachment.pdf'), filename="MyPDFAttachment.pdf", encoding="UTF-8") {};
  };
  cfpdf(action="archive", source=expandPath("./MyPDFWithAttachments.pdf"), destination=expandPath("./MyPDFWithAttachmentsArchived.pdf"), standard="2b", overwrite=true);//standard="3b" throws: Standard can be 1b or 2b
</cfscript>

Actual result: standard="3b" isn't supported, so MyPDFWithAttachmentsArchived.pdf does not retain the attachments

Expected result: standard="3b" should be supported, so that MyPDFWithAttachmentsArchived.pdf will retain the attachments

PDF/A-3b supports archiving PDFs w/ attachments - thus standard="3b" needs to be supported so that action="addattachments"+action="archive" can work together.

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

Watson Bug ID:	4126627

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: Priority newValue: 2 oldValue: 0 oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2016-02-16 15:11:26.0 action: updated fieldName: Fix By Product Milestone newValue: Beta oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-09 03:47:50.0 action: updated fieldName: Fix By Milestone newValue: Beta oldValue: Blank oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-12-09 03:47:50.0 action: updated fieldName: Reason newValue: Blank oldValue: Fixed oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: Date Closed newValue: 2015-10-29 00:37:30.0 oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: Closed By newValue: bihani oldValue: Blank oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: Owner newValue: Blank oldValue: bihani oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: Status newValue: Fixed oldValue: ToTest oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: State newValue: Closed oldValue: Open oprid: bihani recordName: RQ_DEFECT timpestamp: 2015-10-29 07:37:30.0 action: updated fieldName: Owner newValue: bihani oldValue: suchsing oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-10-27 13:44:39.0 action: updated fieldName: QE Assigned newValue: bihani oldValue: suchsing oprid: suchsing recordName: RQ_DEFECT timpestamp: 2015-10-27 13:44:39.0 action: updated fieldName: Fixed By newValue: vadiraja oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-10-27 09:49:08.0 action: updated fieldName: Reason newValue: Fixed oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-10-27 09:49:08.0 action: updated fieldName: Status newValue: ToTest oldValue: Unverified oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-10-27 09:49:08.0 action: updated fieldName: Changelist newValue: 296144 oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-10-27 09:49:08.0 action: updated fieldName: Date Fixed newValue: 2015-10-27 02:49:07.0 oldValue: Blank oprid: vadiraja recordName: RQ_DEFECT timpestamp: 2015-10-27 09:49:08.0 action: updated fieldName: QE Assigned newValue: suchsing oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-28 06:34:55.0 action: updated fieldName: Owner newValue: suchsing oldValue: poojain oprid: vmannebo recordName: RQ_DEFECT timpestamp: 2015-09-28 06:34:55.0 action: updated fieldName: Dev Assigned newValue: vadiraja oldValue: uogra oprid: rukumar recordName: RQ_DEFECT timpestamp: 2015-09-22 05:33:54.0
Comment by CFwatson U.
3690 | March 09, 2016 04:19:11 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: YVW! Date Added :2015-12-09 04:03:54.0 Added By:vmannebo Note Added: Thanks Aaron Date Added :2015-12-09 03:47:37.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Verified this is fixed, thanks! Tested in Beta 1. Date Added :2015-12-09 02:51:02.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Forum thread for this ticket is: http://prerelease.adobe.com/r/?85ee1e1c099243a48e3b04b56e839b58 Please follow-up in that thread, not here in this ticket. Thanks!, -Aaron Date Added :2015-10-24 05:06:00.0 Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Feature. Date Added :2015-09-21 22:06:11.0
Comment by CFwatson U.
3691 | March 09, 2016 04:19:12 AM GMT