ByteScout Premium Suite - VB.NET - Zugferd invoice extraction with pdf extractor sdk - ByteScout

ByteScout Premium Suite – VB.NET – Zugferd invoice extraction with pdf extractor sdk

  • Home
  • /
  • Articles
  • /
  • ByteScout Premium Suite – VB.NET – Zugferd invoice extraction with pdf extractor sdk

zugferd invoice extraction with pdf extractor sdk in VB.NET with ByteScout Premium Suite

zugferd invoice extraction with pdf extractor sdk in VB.NET

Easy to understand coding instructions are written to assist you to try-out the features without the requirement to write your own code. ByteScout Premium Suite helps with zugferd invoice extraction with pdf extractor sdk in VB.NET. ByteScout Premium Suite is the set that includes 12 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 zugferd invoice extraction with pdf extractor sdk. To use zugferd invoice extraction with pdf extractor sdk in your VB.NET project or application just copy & paste the code and then run your app! Enjoy writing a code with ready-to-use sample VB.NET codes to implement zugferd invoice extraction with pdf extractor sdk using ByteScout Premium Suite.

On our website you may get trial version of ByteScout Premium Suite for free. Source code samples are included to help you with your VB.NET application.

On-demand (REST Web API) version:
 Web API (on-demand version)

On-premise offline SDK for Windows:
 60 Day Free Trial (on-premise)

Program.vb
      
Imports Bytescout.PDFExtractor Class Program Friend Shared Sub Main(args As String()) ' Create Bytescout.PDFExtractor.AttachmentExtractor instance Dim extractor As New AttachmentExtractor() extractor.RegistrationName = "demo" extractor.RegistrationKey = "demo" ' Load sample PDF document extractor.LoadDocumentFromFile(".\ZUGFeRD-invoice.pdf") Dim i As Integer ' Extract the XML invoice that is stored as an attachment For i = 0 To extractor.Count - 1 Console.WriteLine("Saving XML attachment: " + extractor.GetFileName(i)) ' Save file to current folder extractor.Save(i, extractor.GetFileName(i)) Console.WriteLine("Done.") Next ' Cleanup extractor.Dispose() Console.WriteLine() Console.WriteLine("Press any key...") Console.ReadLine() End Sub End Class

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