×
Menu
Index

PrintO

 
 
ยท PrintO( cFileName, [nFirst] [,nLast], [nFit], [nPQual] ) => Print's the named file to any Windows Printer device.
 
PrintO is an alternative print method with different rendering options, fell free to try and compare the results a choose whichever gives you a better result.
 
cFileName (character) : full filename of PDF file (including path, if not in current folder) to be printed.
 
nFirst (numeric) : number of first page to be printed, default is 1.
 
nLast (numeric) : number of last page to be printed, default is number of pages in pdf file.
 
nFit (numeric) : page scaling, options are :
                         0 = no scaling
                         1 = Fit to Page
                         2 = Shrink larger pages
                         (Default is 1 = Fit to Page)
 
nPQual (numeric) : printing (rendering) quality,
      1 = high,
      2 = medium,
      3 = low,
      4 = draft
     or an exact DPI, for example 600
 
 
 
Obs: The PDF will be printed to the printer object specified in the :Create() method. If none, then a Printer Dialog will be shown to select the desired printer. All printer specifications like page size, orientation, number of copies, paper bins, collate, duplex etc will be obtained from that object.