Is it possible to save a file as a JBIG encoded PDF file?
I am currently saving as a Tif encoded PDF ie:
codecTif.Save(Bitmap, "C:\temp\new.pdf", LEAD.Drawing.Imaging.ImageFormat.RasPdfG4, LEAD.Drawing.Imaging.PixelFormat.Format1bppIndexed, LEAD.Drawing.Imaging.Codecs.Codecs.SaveModifyConstants.Append)
For size reasons, it would be nice to be able to use JBIG, any thoughts?