Expand my Community achievements bar.

attachments in extracted xml??

Avatar

Former Community Member

Hi All,

I have a pdf form in which i have an option to attach documents within a pdf.

Now, when i extract the xml of that pdf , i cannot see the attachments in it.

Is there is way to have attachment details inside the xml?

My requirement is when i take that filled xml and bind with the blank pdf , i want the same attachments to be there inside the pdf.

Thanks

Abhiram

1 Reply

Avatar

Level 10

Extracted XML data won't contain attachments. You can retrive all attachment and append to the binding PDF using third-party PDF processing APIs such as iText.

Nith