17 | | from the command line, passing your print job's content in the PostScript |
18 | | format, either in the form of one or more file names on the command line, |
| 17 | from the command line, passing your print job's content in any format |
| 18 | recognized by PyKota |
| 19 | <footnote><para>PyKota currently recognizes PostScript (both binary and DSC compliant), |
| 20 | PCLXL (aka PCL6), PDF, PCL3/4/5, and ESC/P2 |
| 21 | </para></footnote>, either in the form of one or more file names on the command line, |
| 38 | </para> |
| 39 | |
| 40 | <para> |
| 41 | <command>pykotme</command>'s functionnality is also available through the |
| 42 | use of the <filename>pykotme.cgi</filename> <acronym>CGI</acronym> script. |
| 43 | However without authentication <filename>pykotme.cgi</filename> will only |
| 44 | return the print job's size and not its cost, because the cost depends on |
| 45 | the value of the user's overcharging factor. That's why if you want to |
| 46 | obtain the same functionnality with the <acronym>CGI</acronym> script than |
| 47 | with the command line tool, you must configure your web server to force |
| 48 | users to authenticate whevenver they access to <filename>pykotme.cgi</filename>. |