1

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!

flag

2 Answers

1

Have you looked at ISharp?

link|flag
1 
Do you have a web link? Google returns too many unrealted results when I query for "isharp" or "isharp pdf" – Richard West Mar 2 at 18:43
1

I think this is the site suggested: http://itextpdf.com/ with its port to C# dotNET here: http://itextsharp.sourceforge.net/

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.