Software Discount Codes & Deals Available over 50,000, Savings to our Customers $
software discount coupon codes
Home > Business > PDF Tools >  Subscribe
*USD$ is default, select other currencies at the order page
Winnovative RTF to PDF Converter Library for .NET Boxshot
  • Winnovative RTF to PDF Converter Library for .NET


    Add rtf to pdf conversion capabilities to your application


  • Windows All| Version 3.1 | 16 sold
$250.00
Currently not available
100% Purchase Secure & 30 Days Money Back Guarantee!
Shipping:1. Sale for global. Send Register Code by E-mail (Free)
2. More shipping requirements, please see in order page.
Buy Now
Discount Info

Limited
This deal maybe time limited. Don't miss it out!
Promo Info
Other LicenseWe offer various licenses/editions for this product, as shown below:
LicensePrice
Deployment LicenseGet It Now
Deployment with 1 Year MaintenanceGet It Now
Redistributable with 1 Year MaintenanceGet It Now
Note: Once at the shopping cart web page, please fill the number into the quantity blank to purchase this product. (1 is default)

Click "Get It Now" Button above or below to activate this coupon code or deal. It's only valid on SoftCns.com
If The Coupon Code Not Available
Please bookmark this page first, and then clear the cookies of your browser. Lastly, restart your browser again or try to use another web browser, If you don't get it clearly, please visit Coupon Using Guide or send us expired.
Discount Bundle
Reviews
Average user rating: Excellent (/5)
Your Rating:
Outside Software AwardsSoftcns Editor's Pick
Product Details

The RTF to PDF Converter library for .NET can be linked into any .NET application, either ASP.NET web sites or Windows Forms applications, to add rtf to pdf conversion capabilities to your application.

With the RTF to PDF Converter library for .NET you can easily convert RTF strings and files to PDF. You can obtain the PDF document either as an array of bytes or as a PDF file.

The integration is extremely easy and no additional installation is necessary in order to get started. It's just a .NET assembly that you have to reference in your application. Samples and documentation are available in the downloaded archive.

Features
• Easy integration, no installation or setup is necessary on the server
• Delivered as a single strong named .NET assembly (can be installed in GAC)
• Can be deployed on the server by simple copy (xcopy deployment support)
• Can be used from ASP.NET, Windows Forms, WPF, Web Service or Console applications
• The same assembly can be used both on 32-bit and 64-bit Windows servers
• Convert RTF strings to PDF documents
• Convert RTF files to PDF documents

Code Sample

1: protected void btnConvert_Click(object sender, EventArgs e)
2: {
3: PdfConverter pdfConverter = new PdfConverter();
4:
5: pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4;
6: pdfConverter.PdfDocumentOptions.PdfPageOrientation = PDFPageOrientation.Portrait;
7: pdfConverter.PdfDocumentOptions.PdfCompressionLevel = PdfCompressionLevel.Normal;
8:
9:
10:
11: pdfConverter.PdfDocumentOptions.ShowFooter =
false;
12: pdfConverter.PdfDocumentOptions.ShowHeader =
false;
13:
14: pdfConverter.LicenseKey = "MyLicenseKeyString";
15:
16: byte[] downloadBytes = pdfConverter.GetPdfBytesFromRtfString(MyRTFString);
17:
18: System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;
19: response.Clear();
20: response.AddHeader("Content-Type", "binary/octet-stream");
21: response.AddHeader(
"Content-Disposition",
22: "attachment; filename=" + "Rendered.pdf" + "; size="
+ downloadBytes.Length.ToString());
23: response.Flush();
24: response.BinaryWrite(downloadBytes);
25: response.Flush();
26: response.End();
27: }

Winnovative RTF to PDF Converter Library for .NET Comparison

More Coupon Codes & Deals from Outside Software
Share the Winnovative RTF to PDF Converter Library for .NET Coupon code with everyone.
  
Sitemap - Submit Software - Contact / Help - Free Advertise
About | Copyright ©2006-2013 SoftCns.com, All Rights Reserved. | Privacy Policy & Terms of Use