

‘ ‘ The following procedure uses the bioPDF printer driver ‘ documentation is available at ‘ ‘ THIS DRIVER IS USED AS AN EXAMPLE ONLY ‘ THIS PROCEDURE DOES NOT IMPLY ANY ENDORSEMENT ‘ OF THIS DRIVER ‘ Private Sub cmdPrint_Click() Dim prtidx As Integer Dim sPrinterName As String Dim settings As Object Dim util As Object Option Explicit Const SETTINGS_PROGID = “biopdf.PDFSettings” Const UTIL_PROGID = “biopdf.PDFUtil” Perhaps it would be helpful to give you an example of how this would be done in Visual Basic 6:
#How does bullzip work pdf#
Is it a standard command in Visual RPG? Or is it a command that is specific to the Nuance PDF driver?
#How does bullzip work software#
What I asked for was the documentation – the description by the software vendor – that tells you what commands (such as DclPrintfile) are available, and what the parameters (such as Printer) are available to each command.ĭclPrintfile is not a command in the native VB6 lexicon.

PreviousDevice = Printer.DeviceName 0 Then Set Printer = Printers(PtrIdx) End IfĪnother option that I’ve been forced to do before, because the previous app used the same file name over and over, was to write a routine that waited until the file didn’t change anymore in size then I could DELETE that file, INSERT my file with the same name, then carry on – that’s not an easy option and only really works if you can guarantee the automation time. The following are code functions that are in use in our automation sync application Have to say not heard of that one, but with bull zip I do the following ġ) Get the Name of the printer driver, get the port number, get the device name 2) Switch to the PDF print 3) Create my print out 4) Issue Print instruction 5) Switch back to the original printer
