In This Topic
Using JBIG2 compression when converting TIFF images to PDF documents
In This Topic
In this tutorial, we will see how to convert TIFF images to PDF documents using GdPicture.NET. We take advantage of a lossless JBIG2 compression for bitonal images.
- The first example shows you a very quick and easy one-step operation using the GdPictureDocumentConverter class.
- The second example demonstrates it using another approach by converting page by page to images through the GdPictureImaging class.