How to convert PDF documents to the TIF images?

Q:

I am writing an application in which I need to convert the pdf
documents to the TIF images. I am looking for some component that can
do conversion from pdf to tif. I want to do this conversion in the C#
application.
---

A:
You can use PDFNet SDK for .NET (www.pdftron.com/net) to convert PDF to
TIFF.

If you would like to convert (i.e. rasterize) the entire page, you
should use PDFDraw class (as illustrated in PDF draw sample project -
http://www.pdftron.com/net/samplecode.html#PDFDraw)

If you would like to extract embedded images from PDF (e.g. from a
scanned PDF), you can use Image.Export method as illustrated in
ImageExtract sample project
(http://www.pdftron.com/net/samplecode.html#ImageExtract)