tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Appending a signature page to a pdf document with an attachment removes the attachment #997

Closed aviking closed 8 years ago

aviking commented 8 years ago

If you upload a pdf document that has an attachment on it and route it for approval, upon the first esignature the attachment will be removed.

Issue is with the itextpdf PDFCopy class. it doesn't copy over attachments or bookmarks.

Fix is to use itextpdf PDF stamper to just append the page to the content.

aviking commented 8 years ago

Fixed with OC Commit: 13745 Code Review: Ben Allen.