End Google Ads 201810 - BS.net 01 --> Hi,

I'm developing a C# application to process binary (b&w) images. I need to save them as PDF files.

I've found a few libraries (see example below) that would let me do so by saving the images as JPEG first and then converting them to PDF. Doing so however produces relatively large PDF files.

Example: http://www.codeproject.com/script/Fo...49/Csharp.aspx

Any ideas on how I can directly convert System.Drawing.Image objects to B&W PDF files?

Thanks,

Sarab