Ultimate .NET PDF Component - A high-speed, reliable, and cost effective PDF library for C#, VB.NET & ASP.NET

Ultimate .NET PDF Component - PDF for C#, VB.NET & ASP.NET

A high-speed, reliable, and cost effective PDF library for .NET Framework

Overview

Ultimate .NET PDF Component - transfer files in C#, VB.NET & ASP.NET
A high-speed, reliable PDF library with affordable price which lets you add PDF functionality to your .NET applications with only few lines of code.
Select your desired license below
from $349
Product OverviewFeature ListWhat's Included

Ultimate PDF for .NET is a 100%-managed PDF document component that helps you add PDF capabilities in your .NET applications. With a few lines of code, you can create a complex PDF document from scratch or load an existing PDF file. In addition to the ease-of-use and flexibility, the Ultimate PDF component also offers many features including: drawing text, image, tables and other shapes, compression, hyperlinks, security and custom fonts. PDF files created using the Ultimate PDF component are compatible with all versions of Adobe Acrobat and the free version of Acrobat Viewer from Adobe.

Sample Usage - Drawing a string

C#
VB.NET
const PdfFontStyle fontStyle = PdfFontStyle.Regular;
const float fontSize = 12.0f;
// Create a new PDF document. This object represents the PDF document.
PdfDocument pdfDoc = new PdfDocument();
// Add a page to the document
PdfPage page = pdfDoc.Pages.Add();
// Use the predefined fonts to draw the text.
PdfFont font = new PdfStandardFont(PdfFontFamily.Helvetica, fontSize, 
                                                fontStyle);
// Draw the string at the specified coordinates.
page.Graphics.DrawString("Hello World", font, PdfBrushes.Black, 0, 0);
// Save the PDF document to disk.
pdfDoc.Save("HelloWorld.pdf");
// Use the following code to stream the document to the browser.
// pdfDoc.Save("HelloWorld.pdf", Response, 
//       HttpResponseType.OpenInsideBrowser); 
// Response is an HttpResponse object.
// Close the document.
pdfDoc.Close();

Supports many .NET Platforms

Ultimate PDF Component for .NET supports the following platforms:
  • Windows Forms
  • Web Forms
  • Web Services

In addition, it is also possible to use the component in PowerShell - Microsoft’s new command console and scripting language.

Ultimate PDF is fully compatible with Visual Studio 2005 (.NET 2.0) and Visual Studio 2008 (.NET 3.5), as well as Visual Studio 2010 (.NET 4.0). As a benefit, you are always up-to-date with Microsoft's Technologies when using our products.

Flexibility

The PDF component can be used with a wide variety of programming languages and different types of development environments. As it was written in 100% managed Visual C#, it is fully supported by languages such as Visual Basic, Visual C#, J#, Managed C++, Borland C# Builder, and Delphi. In addition, the component is highly compatible with Microsoft ClickOnce.

Fully Documented

We know that no product can be complete without comprehensive documentation. This is why the ComponentSoft PDF for .NET product includes a Developer's Guide and a complete Technical Reference which documents every property, method and event supported by the component. A context-sensitive online help is included with the product which can be accessed directly from within the development environment.

Lots of complete PDF samples in C#, VB.NET, and ASP.NET

In addition to the fully documented Developer's Guide and a complete Technical Reference, Ultimate PDF component also includes a number of samples with full source code which help you to become familiar with the features of the component and provide code which you can re-use in your own applications.

Royalty-free and Unlimited Server Deployment

All ComponentSoft products include royalty-free distributation, for unlimited site deployment. It means applications built using the Ultimate PDF component can be redistributed to as many end-users as needed without additional royalties or runtime licensing fees.

Part of UltimateStudio

Ultimate Studio - All in one
Add UltimateStudio to your cart

Standard License

Buy and SAVE $1500
Your products are great. It makes my life so much easier. Now I only need to focus on business logic instead of having to deal with many limitations of the .NET framework.
Geoff Suddard - Software Developer
Office Choice Limited
ComponentSoft is a Microsoft Partner. Our components are compatible with Windows 7 and optimized for Visual Studio