Currently I use Crystal Reports to create custom reports that are saves as PDF files.
One of the big limitations that I have with with this solution is that vector images are not supported. Such as our company logo. Thus we are forced to use 72 dpi jpg or bmp images that are included within the PDF. The problem that I have is that the quality of these images in the PDF file leave a lot to be desired.
I know that a PDF file can include vector based images that will scale and remain crisp at all sizes and when printed. However I have not found a report generation program that makes use of this image type.
Does anyone know of such a program? We develop in C# on a Windows platform, but I would be willing to look at other solutions if any are available (must remain on a Windows platform though).
Thanks for any help!