Can PDFNet compress documents using JBIG2 Compression?

Q:

Can PDFNet compress documents using JBIG2 Compression?

I also need to a) Convert TIF and JPEG files to PDF and b) Break a PDF
documents into pages.
---
A:

PDFNet SDK can be used to compress existing (or new documents) using
JBIG2 Compression. As a starting point you may want to take a look at
JBIG2 and AddImage sample projects:
   JBIG2: http://www.pdftron.com/net/samplecode.html#JBIG2
   AddImage: http://www.pdftron.com/net/samplecode.html#AddImage

AddImage sample also illustrates how you could add TIFF and other
image formats in PDF.

Finally you can also split PDF documents based on different criteria.
The following resources may be helpful:

- PDFPage sample project: (http://www.pdftron.com/net/
samplecode.html#PDFPage).
- http://www.pdftron.com/net/usermanual.html#page_manip
- http://www.pdftron.com/net/faq.html#merge_00