Tool for .Net to convert RTF to PDF without MS Office Automation

Our team of developers tasked to create a web-service which required a tool to convert RTF files into PDF under
By: Yana
 
Oct. 26, 2011 - PRLog -- Our team of developers tasked to create a web-service which required a tool to convert RTF files into PDF under .Net without using MS Office Automation. Google search gave a lot of results, but most of components require MS Word or Adobe products, either the price was not acceptable for us.
Some search results followed to Sautinsoft web-site and their PDF Metamorphosis .Net. Guys from online support helped us to create testing project with speed of F1! Below there is a piece of code to convert RTF to PDF without using MS Word:
           SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
           string[] rtfFiles = System.IO.Directory.GetFiles(@"c:\folder with pdfs\", ".rtf");

           foreach (string rtfFile in rtfFiles)
           {
               p.RtfToPdfConvertFile(rtfFile, Path.GetFileNameWithoutExtension(rtfFile) + ".pdf");
           }
Download unlimited time trial version with C# and VB.Net samples: http://www.sautinsoft.com/components/pdf_metamorphosis_net.zip

# # #

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:Net, Rtf To Pdf, Rtf2pdf, Convert, How To, Office
Industry:Computers, 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