HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Troubleshooting › BufferedImage via ImageIO not schow in firefox preview › Re: Re: BufferedImage via ImageIO not schow in firefox preview
February 13, 2015 at 08:54
#29430
In the servlet code I would try also to return a content lengths in HTTP header.
For that, you would probably need to print image to a ByteArrayOutputStream, measure resulting byte array length, set headers and only after that send it to HTTP output stream.