Add annotation in Images using .NET Webforms Sample project

Hello,

We are using old version of Groupdocs in one of our client’s application and now require a similar annotation functionality in a new application. We downloaded the sample project for webforms and ran the application. It works fine for pdf and csv files but does not for images like jpeg or png. Can you please suggest if any tweak is required in the code for supporting image formats.

Regards
Rahul

1 Like

@rguptanetsol,

Did you use our GitHub example project? Can you please share the issue/exception you are facing and the problematic files? Also specify the API version that you integrated in the application (e.g. 19.10, 20.1).

Hi,

If the GroupDocs sample project for webforms works fine for PDF and CSV files but not for JPEG or PNG images, it’s possible that the sample project is using an older version of the GroupDocs library that does not support these image formats.

To add support for image formats such as JPEG and PNG, you may need to update the GroupDocs library to a newer version that supports these formats. You can download the latest version of the GroupDocs library from their website and replace the existing library in the sample project with the newer version.

Once you have updated the GroupDocs library, you may also need to modify the code in the sample project to add support for the new image formats. This may involve updating the code that reads and displays the images, as well as the code that handles the images annotation functionality.

@Muhammed123

Please get the updated example projects here on GitHub.