ByteScout BarCode Generator SDK - VBScript - PDF417 - ByteScout
Announcement
Our ByteScout SDK products are sunsetting as we focus on expanding new solutions.
Learn More Open modal
Close modal
Announcement Important Update
ByteScout SDK Sunsetting Notice
Our ByteScout SDK products are sunsetting as we focus on our new & improved solutions. Thank you for being part of our journey, and we look forward to supporting you in this next chapter!

ByteScout BarCode Generator SDK – VBScript – PDF417

  • Home
  • /
  • Articles
  • /
  • ByteScout BarCode Generator SDK – VBScript – PDF417

ByteScout BarCode Generator SDK – VBScript – PDF417

GeneratePDF417.vbs

Set bc = CreateObject("Bytescout.BarCode.Barcode")

' set symbology to PDF417
bc.Symbology = 13 ' 13 = PDF417 barcode type

' set barcode value to encode
bc.Value = "12345678901234567890abcdefghijk"

bc.SaveImage "result.png"

Set bc = Nothing

' Open the output file in default app
Set shell = CreateObject("WScript.Shell")
shell.Run "result.png", 1, false
Set shell = Nothing


  Click here to get your Free Trial version of the SDK

Tutorials:

prev
next