Bruno, Leonard
Thanks for your suggestions. It works out just fine !
private void addCharts(PdfWriter writer, Document doc) throws Exception {
log.info("Adding charts");
if (pib.charts != null) {
for (byte[] chartPDFAsBytes : pib.charts) {
Hi
I receive a batch of 3rd party PDF documents containing only one page with
what seems to be 1 big image (a chart).
I need to concat these files into another document. This works fine using
PDFCopy, but since there is no page event, I loose the footer for those
added pages.
On a test PDF I