Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» PDF417 Fontware Developer
» Major Features of PDF417 Symbology
Using PDF417 Fontware Developer
» Morovia PDF417 Fontware
» Programming PDF417
» How PDF417 Fontware Works?
» Using PDF417 Encoder with Visual Basic
» Using PDF417 Encoder with Visual C++
 

Using PDF417 Encoder with Visual Basic

The engine of the PDF417 encoding lies in this ActiveX dll, PDF417FontEncoder.dll, which is usually located under program files\morovia\PDF417fontware folder. It is a self-registered ActiveX component. To register the component, just runt the command under DOS prompt:

Regsvr32 PDF417FontEncoder.dll

This DLL also exposes Windows DLL interface so you can treat it as a normal Windows DLL if you are more familiar with programming with DLL interface. Features of Morovia PDF417 Encoder ActiveX:
DLL Name: PDF417FontEncoder.dll

Prog ID: Morovia.PDF417FontEncoder

Properties: PDFMaxCols, PDFMaxRows, PDFSecurityLevel, PDFTruncatedSymbol, LineFeedString

Methods: Encode

Using PDF417 Encoder with Visual Basic

unerase digital photos photos recovery compact flash recovery
best data recovery download data recovery tools group sms
flash drive data restore unformat usb usb drive file recovery

Dim encoder As Object

Dim output As String

Set encoder = CreateObject("Morovia.PDF417FontEncoder")

output = encoder.Encode(DataToEncode)

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals