SelectPdf for .NET - Pdf Library for .NET - VB / ASP.NET MVC Samples

SelectPdf for .NET is a powerful component that contains features to create, edit, read and manipulate PDF documents in .NET Framework applications. SelectPdf does not have any 3rd party dependencies and does not need users to install Adobe software to be able to create PDF documents.


SelectPdf Library for .NET free trial archive contains ready to use samples coded with C# and VB.NET for Windows Forms, ASP.NET, ASP.NET MVC with Razor and ASPX engines.


Sample Code VB.NET



Public Class HomeController
    Inherits System.Web.Mvc.Controller

    Function Index() As ActionResult
        Return View()
    End Function
End Class