We have a Java web app that implements a WebDAV servlet and receives
shared review annotations which we store on the file system. At the end
of the shared review, we want to build the final PDF using LiveCycle to
embed the annotations and/or attachments into it. We are currently using
an XSLT transformation to convert the saved annotations to XFDF format
so that it can be "imported" into the PDF by LiveCycle. However, the one
thing we have not been able to do is to embed the attachments into the...