Can I convert PDF documents to multipage TIFF?
Yes, we made this very simple. A single method ConvertToTiff lets you convert a PDF to multipage B&W and color TIFF and allows you to choose resolution and compression.
What output formats do you support?
WPF, XPS and All raster formats as supported by GDI+. These are: BMP, PNG, JPG, GIF and TIFF.
Does your component depend on any other software such as a printer driver or Adobe Acrobat?
No, PDFRasterizer.NET is fully stand-alone. It depends on no other software than the Microsoft .NET (1.1, 2.0, 3.0 or 3.5) framework.
Can you set the page background color when creating images of pdf files instead of the default white?
Yes. Use the Page.Draw overload that takes a RenderSettings argument. Assign your background color to RenderSettings.ColorSettings.BackColor.
Can I use PDFRasterizer.NET to do unattended printing e.g on a server?
Yes. PDFRasterizer.NET lets you draw a page to a System.Drawing.Graphics object and this is how a printer is represented in .NET. The evaluation download includes an extensive print sample that shows you how to select paper sizes, scale to fit, etc.
Is PDFRasterizer.NET Vista, Windows 7 and Windows Server 2008 compliant?
Yes, fully.