Can I use PDFNet SDK to extract text, render to image?

Q: I have a query about some of the functionality of your PDFNet SDK.

1. Can it extract the text from a specific page from a PDF file?
2. Can it save a specific page of a PDF file as a TIF file (or other
format) ?
----------------------------------
A: You can use PDFNet SDK to extract text, to rasterize and export to
TIFF among many other features (http://www.pdftron.com/pdfnet/
features.html).

As a starting point for PDF text extraction, please take a look at
TextExtract sample:
  http://www.pdftron.com/pdfnet/samplecode.html#TextExtract

For example on how to convert specific PDF pages to TIFF, PNG, JPEG …
please see PDFDraw sample:
  http://www.pdftron.com/pdfnet/samplecode.html#PDFDraw