With as little as 3 lines of code, BCL easyPDF SDK 7.0 allows development of robust, multi-threaded systems that can be easily scaled for enterprise class applications.
1 | Set oPrinter = CreateObject ("easyPDF.Printer.7")
2 | Set oPrintJob=oPrinter.PrintJob
3 | oPrintJob.PrintOut "C:\input.doc", "C:\output.pdf"

