Hi, is it possible to create XFDF annotation with image using PDFBox?
I have managed to create an Image annotation that is stored within the PDF File using PDAnnotationRubberStamp. At first I believed I could just simply export this annotation to XFDF, but so far I have not discovered such option in SDK, only a mechanism that can export FDFDocument from PDAcroForm, which is in my case null. I basically could create it manually, but I have serious trouble identifying in what format is the given picture stored in XFDF, therefore how to transform it to XFDF Format. So the requirements are that I need a movable and resizable transparent Image in my embedded PDF Viewer imported from XFDF.

