All I am trying to do is add attachments to a PDF file in a application
process, the PDF has been flattened into a standard PDF file with tags
for eSign and the attachments were connected to the XFA PDF file before
it was flattened. I can do all kinds of great things with attachments up
to this point, such as add them to XFA PDF's, and tasks or even read the
XML from an Excel file, but I am stymied by something that seams rather
simple to do everywhere else. Is there a Java library from Adobe th...