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

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

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

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

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

The example source codes on this page will display you how to make pdf a compatibility test with pdf extractor sdk in VB.NET. ByteScout Premium Suite was made to help with pdf a compatibility test with pdf extractor sdk in VB.NET. ByteScout Premium Suite is the bundle that includes twelve SDK products from ByteScout including tools and components for PDF, barcodes, spreadsheets, screen video recording.

This rich and prolific sample source code in VB.NET for ByteScout Premium Suite contains various functions and options you should do calling the API to implement pdf a compatibility test with pdf extractor sdk. Follow the steps-by-step instructions from the scratch to work and copy and paste code for VB.NET into your editor. VB.NET application implementation mostly involves various stages of the software development so even if the functionality works please check it with your data and the production environment.

If you want to try other samples for VB.NET then free trial version of ByteScout Premium Suite is available on our website.

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 Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium 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 Premium Suite Home Page

Explore ByteScout Premium Suite Documentation

Explore Samples

Sign Up for ByteScout Premium Suite Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next