Hi,I have a process that allows the retrieval of items from a space in
content services and attaches those files (.xml, .pdf, .doc, .xls,
.docx, ...) as file attachments to an interactive, reader-extended pdf
(I achieve this using an attachments-map and the
FormsService.renderPDFForm service).However, when I transform the
interactive PDF into a non-interactive version of the document (using
OutputService.generatePDFOutput) I lose my attachments.My final
objective is to provide my end-user with a...