VOOZH about

URL: https://www.gemboxsoftware.com/pdf

⇱ GemBox.Pdf - C# / VB.NET PDF library


GemBox.Pdf
.NET PDF Library

Read, write, edit, and print PDF files from .NET applications.

Examples Pricing

Try the Free version now!

static void Main()
{
// Set license key to use GemBox.Pdf in Free mode.
ComponentInfo.SetLicense("FREE-LIMITED-KEY");

// Load PDF documents.
using var document = PdfDocument.Load("Document1.pdf");
using var document2 = PdfDocument.Load("Document2.pdf");

// Merge document2 into document.
document.Pages.AddClone(document2.Pages);

// Save the merged PDF document.
document.Save("Merged Documents.pdf");
}

👁 Standalone .NET library
Standalone .NET Library

Not dependent on Adobe Acrobat. 100% managed code (C#). Follows .NET class library design guidelines.

👁 Support for multiple platforms
Multiple Platforms

Read, write, create and update PDF files in .NET, .NET Core, .NET Framework, Mono, and Xamarin.

👁 Fast performance
Fast Performance

Read and write 1000 pages with less than 50MB RAM, or create 200 small files in less than a second.

👁 Built-in security
Security

Encrypt and digitally sign files with local, web or hardware based signatures.

👁 Content manipulation
Content Manipulation

Edit page content such as text, images, etc. and annotations such as form fields, links, etc.

👁 High-quality printing and rendering
High Quality

High quality rendering and printing, and more.

GemBox.Pdf is a powerful .NET library that enables you to create, read, write, edit, and print PDF files. You can also merge, split, sign, clone, and convert PDF files and manipulate low-level objects from .NET applications simply and efficiently.

With GemBox.Pdf, you get a fast and reliable library that's easy to use. Best of all, GemBox.Pdf requires only .NET – it doesn't rely on Adobe Acrobat or any other third-party software. That means you can easily deploy your application without worrying about additional licenses or compatibility issues.

You can download and use the library for free, even for commercial projects. The Professional version, which comes with 12 months of technical support and without limitations, requires a license for every developer.

No server or OEM licenses. Unlimited deployments. We also offer a 30-day money-back guarantee.

Main library features

If the feature you are looking for is not listed above, please check the examples, or visit our support center where you can vote for missing features.

Trusted by developers at 11,000+ companies worldwide

Need assistance?

Get in touch with us if you have any questions about our products and we will be happy to help you:

Technical support

Sales support

Next steps

Try the examples or download GemBox.Pdf for free.

Examples Free Version