Hi All,
how do i retrive attachments in a pdf using workbench process?
I have used a DDX file which is :
<?xml version="1.0" encoding="UTF-8"?>
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<FileAttachments result="attachmentInfo.xml" nameKeys="*" extract="true">
<PDF source="inDoc"/>
<FilenameEncoding encoding="ISO-8859-1"/>
</FileAttachments>
</DDX>
Now i got the attachmentInfo.xml with the informartion of all the attachments.
My problem is how to actually get hold of the attachments inside the PDF.
Pls help.
Thanks
Abhiram