ACG Soft XL PDF Wizard Add In
for Microsoft Excel
®

ACG Soft's XL PDF Wizard for Microsoft Excel takes automation of creating PDF files from Microsoft Excel Workbooks and spreadsheets to a new level of capability and flexibility.

The PDF Wizard allows one click creation of PDF files from within Excel 97 -2003 using familiar toolbar buttons.  However rather than just one family of drivers, the ACG XL PDF Wizard provides this functionality with multiple drivers including:

Adobe Acrobat
® PDF drivers from Adobe Systems (versions 3 - 7)
Win2PDF, Win2PDF Pro and Win2PDF Terminal Server from Dane Prairie Systems
pdfFactory, pdfFactory Pro and pdfFactory Server from Fine Print Software 
PDF995 and 995 Tools from Software995
PDF4U from PDF Bean, Inc.
Amyuni PDF Creator Amyuni Technologies, Inc. 
PDF-XChange drivers Tracker Software Products.
(Note: Support for NT/2000/Xp only.)
Scan Soft PDF Converter and PDFCreate! (version 3 and higher) Scan Soft
DocuCom PDF Printer Driver by Zeon Corporation

Last 23 May 2006

In addition:

The Wizard exposes its own Visual Basic PDFClass for developer and power users to automate output of complex PDF files using macros and VB from within any Workbook.

Provides the ability to add page numbers, set PDF display options and other properties of the PDF file.

Adds the capability to create a "PDF Job", that can combine external worksheets and files with your Excel data into a single PDF file to automate routine reporting tasks.

The ACG Soft XL PDF Wizard is available in two editions the Standard Edition and the Pro Edition.

The Standard Edition provides:

  1. One click output and mailing of PDF documents using any number of PDF printer drivers. 

  2. Create PDF Jobs that merge into one file, data from the current Workbook as well as external workbooks, worksheets and charts.

  3. The ability to set a range of PDF file display and information properties and to add page numbers to the PDF file when it spans multiple Worksheets or Workbooks.

  4. An easy to use Visual Basic PDFClass to allow you to build custom PDF creation into your Workbooks using Excel Visual Basic macros.

  5. On version of the XL PDF Wizard supports all recent versions of Excel; so no upgrade hassles.

The Pro Edition adds:

  1. The ability to secure PDF files at run time.

  2. The capability to add pages or whole documents from external MS Word and other PDF files along with your Excel data to produce whole reports.

  3. Multi-Level Bookmarks so that your PDF file is organized for easy navigation.

 


The Visual Basic Class is Easy to Use

Acrobat The PDF Class in both Editions makes creating PDF files from a macro simple:

Code Example:
Dim objPDF As New PDFClass
Const OBJ_TYPE_WORD = 4
Const OBJ_TYPE_XL = 5
'The constant specified below is an example; _
specify the appropriate target PDFEngine in your application
Const ADOBE_PDF = 2  'Acrobat 6

With objPDF
.PDFEngine = ADOBE_PDF
     'Add the Monthly Budget Worksheet from the current Wookbook
.AddObject OBJ_TYPE_XL, , , True, ,"Region 1 Monthly Budget"
     'Add a sheet from a separate workbook
.AddObject OBJ_TYPE_XL, "c:\worksheets\Region 1.xls", True, "Region 1 Annual Budget"
    'Add a Word document summary and its bookmark (Pro Edition Only)
.AddObject OBJ_TYPE_WORD, "c:\my documents\docs\RG1 Var Report.doc", , , , , , , , , , "Monthly Report"
   'Display bookmarks when the file opens
.DisplayAndViewMode = &H8
   'Set PDF file properties
.SetPDFInfo "Region 1 Monthly Variance for January", "Corporate Accting", ""
.OutputFile = "c:\my documents\Region 1 January Variance Report.pdf"
.MailOutput = True
.PrintImage
Debug.Print .Result
End With

Here's what users are say about ACG Soft's PDF Library for the Microsoft Access application:

"It works flawlessly - we can now generate reports in PDF format directly in Access."
- H. Arnet, Walnut Creek, CA

"Thanks for making a great product.  One of our products (Access based of course) is a Catalog Generator, and some of our clients build 700 page catalogs.  To get their books to press, they were having to name and print each page, ONE PDF AT A TIME!  Within ten minutes of downloading your demo, I had our software producing all 700 PDF pages in just 25 minutes."
-T. Vickory, Tampa FL

"Great tool...Our customers are now getting PDF e-Bills. It takes just minutes to generate the complete billing cycle with over 50,000 records, 200 files merged into 80 and e-mailed to each customer with personalized letters.  This really was worth the price."
E. Benaim, Miami, FL


XL PDF Wizard Download and Ordering Information
Each edition of the Add In can be downloaded and evaluated for up to 30 days without registration.

Download a copy of the Standard Edition  of the class library for:
Excel 97, 2000, 2002 (Xp) and Office Excel 2003

Download a copy of the Pro Edition  of the class library for:
Excel 97, 2000, 2002 (Xp) and Office Excel 2003

Single Workstation prices are:
 
Standard Edition: $50 US
Pro Edition: $90 US

Multi-seat corporate discounted licenses are available.  Pricing for corporate licenses is outlined in the Help File that comes with the Library. Order below.

WHEN ORDERING, BE SURE TO CAREFULLY SELECT THE PROPER EDITION OF THE LIBRARY ON THE ORDER FORM

Register for ACG Soft XL PDF Wizard
Back to the Developer Tools