We are assessing Aspose.PDF as a replacement for ActivePDF and are having trouble with replicating one critical part of the code: adding an image to a form field.
Does Aspose.PDF support loading images into form fields? If so, could you point me to the documentation or example code that shows how it works?
I’m looking specifically for something comparable the following code that we use with ActivePdf’s PDF Toolkit library:
byte[] image = // load image from db and store here;
PdfObject.ImageByteArray = image;
PdfObject.SetFormFieldData(field, “MEMORY”, -996);
If it is of any help, here is a link to ActivePDF’s documentation supporting this feature.
Many thanks,
Rick Caborn