#Aspose.Pdf for .NET Examples Repository

This repository contains C# and VB.NET Example Projects for Aspose.Pdf for .NET.

##How to use the Examples?

###With the Examples Dashboard

Download the Aspose Examples Dashboard for .NET to view and run all these examples on your PC. It updates itself with the latest dependency libraries and examples.

Aspose Examples Dashboard

###With IDE

Clone or Download the ZIP and extract the contents to your local hard drive. It has Solution (SLN) files for Microsoft Visual Studio 2005, 2008 and 2010.

Also download the latest version of Aspose.Pdf for .NET and set/fix dll references.

Open Source Feel of Aspose.Pdf

Aspose.Pdf for .NET and Aspose.Pdf for Java are successful commercial products, but our philosophy is to develop them using our unique "open-source feel" approach. In other words, we at Aspose are extremely customer driven and this shows in:

  • Frequent releases (at least 1-2 a month).
  • Features are prioritized according to your requests.
  • Unlimited free technical support for anyone.
  • Helpful support in the forums and answers within 12-24 hours.
  • Live chat with experienced technical advisors.

We think that customers who use our products feel that they use an open source product because of the extent they can influence the project, but with the security of a fully committed talented team working on the project.

The Aspose.Pdf for .NET examples published here at GitHub is a part of the above effort.

##What's Included in this Examples Repository?

###Code

Each example is provided in both C# and Visual Basic.

ExampleDescription
Extract TextDemonstrates how to extract text from a particular page or all pages of Pdf document.
Search TextShows how to search text from a particular page or all pages of Pdf document.
Replace TextShows how to search and replace text in a particular page or all pages of Pdf document.
Add TextShows how to add text to a particular or all pages of a Pdf file at specific coordinates.
Add ImageDemonstrates how to add image to a particular or all pages of a Pdf file at specific coordinates.
Add PagesShows how to insert a blank page or Pdf page into a Pdf file.
Annotations FeaturesShows how to add/delete/get Annotations from a Pdf file.
Bookmarks FeaturesShows how to add/delete/get Bookmarks from a Pdf file.
Concatenate Pdf filesDemonstrates how to concatenate two Pdf files.
Split Pdf fileShows how to Split pages from a Pdf file to separate Pdf.
Adding Text StampShows how to add Text stamp to a particular page or all pages of a Pdf file.
Adding Image StampDemonstrates how to add image stamp on all pages or an individual page.
Adding Page No. StampShows how to add page number stamp to a single page or all pages of a Pdf file.
Adding Pdf StampShows how to add pdf stamp to a single page or all pages of a Pdf file at specific coordinates.
Add AttachmentShows how to add attachment to a Pdf file.
Get AttachmentsShows how to get all the attachments from a Pdf file.
Delete AttachmentsShows how to delete all the attachments from a Pdf file.
Add Text to FieldShows how to add text into a form text field in a Pdf file.
Get Field ValuesShows how to get form field values from a Pdf file.
Move or Remove FieldShows how to move or remove a form field from a Pdf file.
Northwind ExamplesHas different examples using the Northwind database.

##Contact Us