Convert PDF to Tiff files and XPS to Tiff format

Q: I’m interested in a sdk for Windows that has the functionality to
convert PDF to Tiff files and XPS to Tiff format. I want to add this
to a .net windows program


A: You can use PDFNet SDK (http://www.pdftron.com/pdfnet) to
implement these requirements.

To convert PDF to TIFF, use ‘pdftron.PDF.PDFDraw’ and shown in PDFDraw
sample project:

Alternatively you can use PDF2Image CLI (which is based PDFNet and
PDFDraw): http://www.pdftron.com/pdf2image

To convert XPS to TIFF you can use pdftron.PDF.Convert.FromXps()
[which is part of convert Add-on] and then PDFDraw.

Alternatively you can use XPSConvert CLI (http://www.pdftron.com/
xpsconvert).