I'm working with some reports using the report viewer with a dlc report. I have some embeded images that look perfect when the webform is loaded, but if I export the report to pdf, the quality of the image become very poor.
It's because of the image format. I was working with png images, then tried .gif, no changes, after one and a half hour of researching I read something about image compression and ASP.NET working with jpg images. So I tried with .jpg and just like that,
everything went well. But I don't quite understand, what's the problem on using image formats other than jpg?
cmarin
Member
76 Points
27 Posts
Poor image quality after pdf export
Jan 28, 2008 01:48 PM|LINK
Hi,
I'm working with some reports using the report viewer with a dlc report. I have some embeded images that look perfect when the webform is loaded, but if I export the report to pdf, the quality of the image become very poor.
What am I missing here?
Thanks in advance.
cmarin
Member
76 Points
27 Posts
Re: Poor image quality after pdf export
Jan 28, 2008 02:30 PM|LINK
I answer myself:
It's because of the image format. I was working with png images, then tried .gif, no changes, after one and a half hour of researching I read something about image compression and ASP.NET working with jpg images. So I tried with .jpg and just like that, everything went well. But I don't quite understand, what's the problem on using image formats other than jpg?