pdfRender: WEBP format support added
In our iText 7.1.14 release we've added support for the WEBP image format to pdfRender 1.0.3. This is a modern image format which employs both lossy and lossless compression, and typically produces smaller images than JPEG or PNG at equivalent quality settings.
Not a lot changes in the actual pdfRender library, other than the fact that it is now able to handle WEBP images. The code to execute this should also look familiar to iText users who have experimented or worked with pdfRender in the past.
We do not currently have a pdfRender .NET library available, however we do have a CLI (command line interface) version which will work with multiple programming languages (including C# for .NET).
For more information regarding the pdfRender CLI please refer to our FAQ.