Hello, I created an PDF Overlay with two PDDocuments
Overlay overlay = new Overlay(); overlay.overlay(overlayPdf,original); Everything is working fine except that the hyperlink in the overlay PDF is not in the final PDF anymore. It was converted to a simple text. How to overcome this issue without adding text and image myself to the final pdf. Cheers, Vadimo

