Hello,
We have an EML file and we want to convert it to PDF.
In our usecase we need to consume less than 256MB of RAM and we are passing files up to 25MB of size.
The code we use to convert them is something like:
pu…...void resizeLargeImage(Shape image) throws Exception { // Return...this shape is not an image. if (!image.hasImage()) return; //...