Print Logger Update 1.2

I rolled out a new release of the free PaperCut Print Logger utility today – version 1.2. The release includes support for a number of new printer models as well as improved page/plot size detection on some HPGL based plotters. I’ve also updated the URLs to point to the www.papercut.com domain.


Subscribe to new posts:

This entry was posted in PaperCut Print Logger, Releases. Bookmark the permalink.

One Response to Print Logger Update 1.2

  1. Adonias says:

    Hi.

    Next update

    You added option for generated internet web report.

    IE:

    In the PaperCut Print Logger Configuration File add URL POST Data.

    URL_POST = http://www.blabla.com

    and in the software add.

    [CODE]

    function URL_POST(URL. String)

    var
    idHttp: TIdHTTP;
    datosPost: TIdMultiPartFormDataStream;

    begin
    datosPost := TIdMultiPartFormDataStream.Create;
    try
    datosPost.AddFormField(‘Time’, PRINT.Time);
    datosPost.AddFormField(‘User’, PRINT.User);
    datosPost.AddFormField(‘Pages’, PRINT.Pages);
    datosPost.AddFormField(‘Copies’, PRINT.Copies);
    datosPost.AddFormField(‘Printer’, PRINT.Printer);
    bla bla bla

    idHttp := TIdHTTP.Create(nil);
    try
    RespuestaPost := idHttp.Post(‘http://www.bla bla.com/receptor.php’, datosPost);

    bla bla
    end;

    thxx

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Please don't ask support questions here. Send them to support@papercut.com instead.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>