How to convert PDF to TIFF

I wish there was a search feature on this site so I don't have to register and ask a question that probably already has been asked in the past. But more processing power, etc etc, I get it...

Anyways, I just downloaded PDF Creator. Tried using it for about half an hour now. Instead of wandering aimlessly some more, can anyone direct me to how to convert multi page PDF to single TIFF file?

There are 2 ways:

1.) Start PDFCreator, use drag'n drop and save it as TIFF.

2.) Just print the pdf and save it as TIFF.

Best regards,

 Search is hidden in pdfcreator menu under 'Community'.

Another solution in C#.NET goes like :guide lines of PDF to TIFF conversion , following is the short sample codes .Anyone interested?

using RasterEdge.Imaging.Basic;
using RasterEdge.Imaging.Basic.Core;
using RasterEdge.Imaging.Basic.Codec;
using RasterEdge.Imaging.PDF;
using RasterEdge.Imaging.TIFF;
using System.Diagnostics;
<br><br>