ByteScout PDF Suite - VB.NET - Pdf-a compatibility test with pdf extractor sdk - ByteScout

ByteScout PDF Suite – VB.NET – Pdf-a compatibility test with pdf extractor sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Suite – VB.NET – Pdf-a compatibility test with pdf extractor sdk

pdf a compatibility test with pdf extractor sdk in VB.NET and ByteScout PDF Suite

How to apply ByteScout PDF Suite for pdf a compatibility test with pdf extractor sdk in VB.NET

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)

Module1.vb
      
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

ON-PREMISE OFFLINE SDK

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

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

VIDEO

ON-PREMISE OFFLINE SDK

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

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next