How to convert PDF files to multipage TIFF using С#

I’m developing a Web-app to online converting of PDF files in DOC and TIFF.
By: Yana
 
Oct. 14, 2011 - PRLog -- I’m developing a Web-app to online converting of PDF files in DOC and TIFF.
The part of functions I’ve successfully made, but I get troubles with PDF to TIFF (PDF to MultiPage TIFF) conversion. As I found, there is no standard methods in Visual Studio .Net to operate with PDF to Images! I’ve googled and found easy and inexpensive library in Internet, which is written in C#. Here I’m placing my code which shows “How to convert PDF to multipage TIFF”:

           SautinSoft.PdfFocus f = new SautinSoft.PdfFocus();

           string pdfPath = @"C:\My project\Report.pdf";
           string tiffPath = @" C:\ My project\Report.tiff";

           f.OpenPdf(pdfPath);

           if (f.PageCount > 0)
           {
         //convert with 120 dpi
               if (f.ToMultipageTiff(tiffPath, 120) == 0)
               {
                   System.Diagnostics.Process.Start(tiffPath);
               }
           }

If you have questions, email me at dev@simpledeveloper.com or visit this web-site: SautinSoft – www.sautinsoft.com
Good Luck!

# # #

SautinSoft is the independent software development company. The line of our software applications was started in 2002 (web-site www.sautin.com) and now developing components for converting such formats as: HTML, RTF, PDF, Word and others.
End
Source:Yana
Email:***@sautinsoft.com Email Verified
Zip:427440
Tags:Html To Pdf, Html2pdf, Image To Pdf, Image2pdf, c, Convert, Dll
Industry:Software
Location:Votkinsk - Udmurt Republic - Russian Federation
Account Email Address Verified     Account Phone Number Verified     Disclaimer     Report Abuse
Sautinsoft PRs
Trending News
Most Viewed
Top Daily News



Like PRLog?
9K2K1K
Click to Share