I'm currently making a plugin for Adobe Acrobat via the Acrobat SDK C++ tool. This plugin needs to be a Stamp annotation that stamps a custom icon (either .ico, .jpg, or .png file) rather than the default Draft
or Approved
stamps.
I've followed the tutorial on how to customize annotation appearances. However, this only shows how to pull data from a PDF file and display those pages as an annotation.
I've also looked at how to access non-PDF files, but alas, this only shows usage for text files.
I was wondering if anyone might know/provide some insight on how to make a plugin that creates a stamp annotation that uses custom icons. I need this to be a plugin that can be distributed to others for them to use in their instance of Adobe Acrobat.