Hi ,
I have created DDX file and previewed the same in Assembler Descripter editor , am able to create PDF portfolio and save it into local system.
The DDX :
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="Untitled 1">
<Portfolio>
<Navigator source="mysrc"/>
<ColorScheme scheme="pinkScheme"/>
</Portfolio>
<PackageFiles>
<PDF source="sourcePDF1"/>
<PDF source="sourcePDF2"/>
</PackageFiles>
</PDF>
<?ddx-source-hint name="mysrc"?>
<?ddx-source-hint name="sourcePDF1"?>
<?ddx-source-hint name="sourcePDF2"?>
</DDX>
Used above DDX file to genarate the PDF Portfolio thru Activity "AssemblerService - Invoke DDX ", I hope I genarated the PDF Portfolio, but i don't know how to retrive the PDF portfolio from AssemblerResult output Variable.
I got same log files in both cases ....So assuming that Process created PDF Portfolio.
But I dont know how to get the PDF portfolio from AssemblerResult and store into local system.
Please help me to get PDF Portfolio from AssemblerRequest output variable.
Attached AssemblerResult as attachment.
Thanks
Praveen