These sample source codes given below will show you how to handle a complex task, for example, pdf a compatibility test with pdf extractor sdk in VB.NET. ByteScout PDF Suite was created to assist pdf a compatibility test with pdf extractor sdk in VB.NET. ByteScout PDF Suite is the set that includes 6 SDK products to work with PDF from generating rich PDF reports to extracting data from PDF documents and converting them to HTML. This bundle includes PDF (Generator) SDK, PDF Renderer SDK, PDF Extractor SDK, PDF to HTML SDK, PDF Viewer SDK and PDF Generator SDK for Javascript.
Save time on writing and testing code by using the code below and use it in your application. Just copy and paste this VB.NET sample code to your VB.NET application’s code editor, add a reference to ByteScout PDF Suite (if you haven’t added yet) and you are ready to go! Use of ByteScout PDF Suite in VB.NET is also described in the documentation included along with the product.
Trial version can be downloaded from our website for free. It contains this and other source code samples for VB.NET.
On-demand (REST Web API) version:
Web API (on-demand version)
On-premise offline SDK for Windows:
60 Day Free Trial (on-premise)
Imports System Imports Bytescout.PDFExtractor Namespace PDFATest Class Program Shared Sub Main(ByVal args As String()) ' Create Bytescout.PDFExtractor.PDFAValidator instance Dim validator As New PDFAValidator() validator.RegistrationName = "demo" validator.RegistrationKey = "demo" ' Load sample PDF document validator.LoadDocumentFromFile("sample1.pdf") If validator.IsPDFA Then Console.WriteLine("This file conforms to the PDF/A standard") Else Console.WriteLine("This file doesn't conform to the PDF/A standard.") Console.WriteLine("Issues:") For Each validationError As String In validator.ValidationErrors Console.WriteLine(validationError) Next End If ' Cleanup validator.Dispose() Console.WriteLine() Console.WriteLine("Press any key...") Console.ReadKey() End Sub End Class End Namespace
60 Day Free Trial or Visit ByteScout PDF Suite Home Page
Explore ByteScout PDF Suite Documentation
Explore Samples
Sign Up for ByteScout PDF Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
60 Day Free Trial or Visit ByteScout PDF Suite Home Page
Explore ByteScout PDF Suite Documentation
Explore Samples
Sign Up for ByteScout PDF Suite Online Training
Get Your API Key
Explore Web API Docs
Explore Web API Samples
also available as: