How to convert PDF to JPEG with 2 PDF pages per output image?

Q: I want to know if PDFNet SDK can do this:

1- If i have a PDF with 8 pages, i want to save page by page in to JPEG
format without loosing quality of the original PDF.

2- if i can merge 2 pages of the PDF to a JPEG format without loosing
quality of the original PDF.
----

A:

You can use PDFNet SDK (www.pdftron.com/net) to convert PDF to
high-quality JPEG. As a starting point you may want to take a look at
PDFDraw sample project
(http://www.pdftron.com/net/samplecode.html#PDFDraw).

You can also rasterize two PDF pages on a single output JPEG, by
creating a temporary PDF document with booklet imposition style (as
illustrated in ImpositionTest sample project
- http://www.pdftron.com/net/samplecode.html#Imposition). You would
then pass the temporary PDF pages to PDFDraw as before.