How to create PDF out of JPEG2000 images using PDFNet?

Q:
We need to take one or more JPEG 2000 files and create a multi-page PDF
file without recompressing the JPEG 2000 data. Does PDFNet support JPEG
2000 and not recompressing original data?
------
A:

Yes, you can use PDFNet SDK (www.pdftron.com/net) to embed JPEG 2000
images into PDF files without recompressing original data. For a
concrete code used to insert JPEG2000 image in PDF, please take a look
at AddImage sample project:
http://www.pdftron.com/net/samplecode.html#AddImage