BCL easyPDF SDK 6.0 Now Runs In 64-Bit And Supports PDF/A And PDF/X
The folk at BCL have long been proud of the “just 3 lines of code” required to integrate their SDK with your app to add a PDF conversion engine:
1| Set oPrinter = CreateObject(“easyPDF.Printer.6″)
2| Set oPrintJob = oPrinter.PrintJob
3| oPrintJob.PrintOut “C:\input.doc”, “C:\output.pdf”
Well, the latest version of BCL’s easyPDF SDK 6.0 now supports three “major capabilities“:
- Support for 64-bit versions of Windows 2003/2008/Vista/XP
- PDF/A Standard support for long term archiving of electronic documents
- PDF/X Standard support for exchange of print-ready PDF files in printing/advertising industries











Does anyone know how to upgrade BCL easyPDF v.4 to work with 64-bit Windows Vista? Is there a BCL package that is a “printer driver” in Vista 64-bit like easyPDF v.4 was a “printer driver” in 32-bit Windows environments?
Thanks.
Leave your response!