Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

creating assembly descriptor on aem forms 6.3 workbench

Avatar

Level 3

In adobe lifecycle workbench es2 we were able to add an assembly descriptor. that has been depecrated on AEM 6.3 forms workbench

1860984_pastedImage_1.png

this is the workbench on aem forms 6.3  but how do i go about creating an assembly descriptor ? thanks

1860983_pastedImage_0.png

15 Replies

Avatar

Employee Advisor

What’s under other? If this is urgent

you can create the assembly descriptor using notepad and place it In the application in workbench

Avatar

Level 3

this is under other. and no it is not urgent but very important that i  learn what replaced the assembly descriptor in AEM 6.3. I assume that option was deprecated. What i am trying to accomplish is getting attachments that are inside a PDF document.

https://forums.adobe.com/inbox

Avatar

Employee Advisor

well, then just create the DDX file manually and use in the process

https://helpx.adobe.com/pdf/aem-forms/6-2/ddxRef.pdf

go to page 83 that has the sample for the DDX for extracting the file attachments

let me know if you need help in creating the DDX

Avatar

Level 3

thank you very much workflowuser below is the DDX I put together based on the example. I do have questions

1861284_pastedImage_0.png

in the process I understand that the first step will be to extract the XML data from a given pdf and that is the attachmentInfo.xml that will have all the information of the attachments inside.

the nameKeys "*" wildcard is so that all document level file attachments be returned.

the source..... based on the DDX I already know the source name "doc3.pdf" what if the source name is not known and you want to process any pdf with different names? or is it a rule that you have to know the source filename?

is there a way for you to create a process where you input a pdf with attachments then extract the xml and add the DDX and extract them into a directory? can you zip that process or application?

thank you in advance

A.

Avatar

Employee Advisor

The source name can be anyname

you create a map of documents with the key equal to the source name defined in the xdp and the value is going to be the document from which you want to extract the attachments

you then pass the map of Documents to process

let me check if I can quickly create a sample process

One quick Question can you move to OSGI workflow ?

Avatar

Level 3

here they have everything on JEE and will be moving into OSGI in the future. So i am working with AEM forms 6.3. I hope i can import easily if you send me a package since i am not the admin.

"you create a map of documents with the key equal to the source name defined in the xdp and the value is going to be the document from which you want to extract the attachments"

so this map of documents will be inside of the xml below?

FileAttachments result="attachmentInfo.xml"

with a key  = doc3.pdf (or any name)

Avatar

Employee Advisor

Adobe LiveCycle ES4 * Assembling multiple documents

no the map of documents is process variable that you will create

you will then use setvmakeup component to populate the map

Avatar

Level 3

no the map of documents is process variable that you will create....

like this?

1861285_pastedImage_0.png

you lost me on the "setvmakeup component" is that part of the process? a service operation? remember i am not on workflow i am in workbench.

can you please send me or copy and paste in here the workbench screenshots?

thanks

Avatar

Employee Advisor

There is a setvue component that can be used in workbench process

Avatar

Level 3

workflowuser​ I think you mean SetValue not SetVue

so here is my process so far... i get the doc data and the output is the xml from the pdf

1861290_pastedImage_6.png

1861291_pastedImage_7.png

there is a gap between the get doc data and the set attachment count and name

here is the SetValue operation which set the count and name of the attachments that comes from a list ( which i believe is the xml map of documents you mention before)

1861292_pastedImage_8.png

it then writes the attachments into a already created folder

1861293_pastedImage_9.png

then it moves into incrementing the counter.

I am still missing where do i place the DDX in this process...

Avatar

Employee Advisor

Are you in the us?

lets do a web session

easier that way

Avatar

Level 3

yes I am in the US. how do I do one of those???

Avatar

Level 9

here is the link to working process

import this into your workbench

Adobe Document Cloud

Avatar

Level 9

login to adminui and then import the lca by clicking on the import button and then click on deploy to deploy the application

then go to workbench and do File -> Get Application

1861726_pastedImage_0.png