Loading image on Image Control using SyncFusion in PDF Form.

Is there any way we can load an image in an image control in existing PDF form dynamically using SyncFusion and C#? (Note : I am able to modify Textbox and Combobox, the only thing I found missing is image control).

1 Reply 1 reply marked as answer

GK Gowthamraj Kumar Syncfusion Team May 28, 2021 12:05 PM UTC

Hi Sreekesh, 
 
Thank you for contacting Syncfusion support. 
 
At present, we do not have support for Image Form Fields in our pdf library. As a workaround, we can add the image using PdfButton field on existing PDF document in our PDF library. When loading the input PDF document with image field, we can get that field as PdfButton field in our end. In that, we could not directly add the images to button fields, we need to add the images (using file path) in appearance of button fields in sample level. Please find the sample from below link,   
    
 
Please refer the below link for more information, 
    
If you are facing any issue, kindly please share the details such as input and output document, modified sample, product version to check the issue in our end. So, that it will be helpful for us to analyze and assist you further on this.  
 
Regards, 
Gowthamraj K 


Marked as answer
Loader.
Up arrow icon