Is there a printer dialog where I could get a list of printers available and select one?
I would like to set a printer (name) which may be different than default printer.
Code:
Dim PDF As ABPDFBox
PDF.Print( ppath, fn, pprn, 1, True) ' directs the print job to defined printer...
' params: path as string, filename as string, PrinterName as string, numberOfCopies as Int, collated as boolean.
Thanks
I would like to set a printer (name) which may be different than default printer.
Code:
Dim PDF As ABPDFBox
PDF.Print( ppath, fn, pprn, 1, True) ' directs the print job to defined printer...
' params: path as string, filename as string, PrinterName as string, numberOfCopies as Int, collated as boolean.
Thanks