ByteScout PDF Extractor SDK - VB.NET - PDF-A Compatibility Test - ByteScout

ByteScout PDF Extractor SDK – VB.NET – PDF-A Compatibility Test

  • Home
  • /
  • Articles
  • /
  • ByteScout PDF Extractor SDK – VB.NET – PDF-A Compatibility Test

PDF A compatibility test in VB.NET with ByteScout PDF Extractor SDK

Make PDF A compatibility test in VB.NET

:

Tutorial on how to do PDF A compatibility test in VB.NET

Writing of the code to PDF A compatibility test in VB.NET can be done by developers of any level using ByteScout PDF Extractor SDK. ByteScout PDF Extractor SDK was made to help with PDF A compatibility test in VB.NET. ByteScout PDF Extractor SDK is the SDK is designed to help developers with pdf tables and pdf data extraction from unstructured documents like pdf, tiff, scans, images, scanned and electronic forms. The library is powered by OCR, computer vision and AI to provide unique functionality like table detection, automatic table structure extraction, data restoration, data restructuring and reconstruction. Supports PDF, TIFF, PNG, JPG images as input and can output CSV, XML, JSON formatted data. Includes full set of utilities like pdf splitter, pdf merger, searchable pdf maker and other utilities.

VB.NET, code samples for VB.NET, developers help to speed up the application development and writing a code when using ByteScout PDF Extractor SDK. Follow the instruction from the scratch to work and copy and paste code for VB.NET into your editor. Code testing will allow the function to be tested and work properly with your data.

Trial version can be obtained from our website for free. It includes 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 Extractor SDK Home Page

Explore ByteScout PDF Extractor SDK Documentation

Explore Samples

Sign Up for ByteScout PDF Extractor SDK 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 Extractor SDK Home Page

Explore ByteScout PDF Extractor SDK Documentation

Explore Samples

Sign Up for ByteScout PDF Extractor SDK Online Training

ON-DEMAND REST WEB API

Get Your API Key

Explore Web API Docs

Explore Web API Samples

Tutorials:

prev
next