Downloads

Here you can find a collection of some of my works (in compiled version or as source code)

vbPDF – clsPDFCreator

vbPDF is a class for for generating PDF files from Visual Basic. It is available in a freely downloadable version (clsPDFCreator for VB6 and VB.NET), with a limited number of functions and in a complete version. The FULL version of vbPDF also includes some compression algorithms (including LZW) allowing you to generate small PDF documents.

    Sample projects

    Some applications created with the vbPDF library: a generator of postal module and a tool to manipulate PDFs.

      vbPDFParser

      vbPDFParser is a class for BASIC language (such as Visual Basic 6.0, Visual Basic .Net, Visual Basic 2005, ASP, PowerBASIC, etc.) that allows to analyze PDF documents without using third-party software, external libraries ( DLL) or ActiveX controls (OCX): currently it is only a beta version, but soon a version with more features will be available

        vbFattEl and vbParseXML

        vbFattEl is a library that allows you to create electronic invoices in a simple way from any application written in Visual Basic. vbParseXML is a library that allows you to read the contents and data of electronic invoices in a simple way from any application written in Visual Basic.

          2D barcodes

          vbQRCode, vbDataMatrix, vbPDF417 and vbAtec are classes for BASIC language (such as Visual Basic 6.0, Visual Basic .Net, Visual Basic 2005, etc ..) that allow you to generate 2D barcodes without using third-party software, external libraries (DLL) or controls ActiveX (OCX).

            vbGCalendar

            vbGCalendar is a class for Visual Basic 6.0 that, using the Google API, allows interfacing with Google Calendar, to manage events and calendars. THIS CODE IS NO LONGER MAINTAINED