Re: Fwd: using the printing engine of abiword

From: Dom Lachowicz (doml@appligent.com)
Date: Thu Feb 14 2002 - 15:06:14 GMT

  • Next message: Martin Sevior: "Re: RFP: back out the incremental loader changes for 1.0"

    > I am transferring my Msoffice application with an access Database and
    > OLE-driven Winword to Linux.
    > I am optimistic that I will live pretty well with the Postgres-Database
    > and a Perl application .
    > Now I am looking for a way of transferring our Winword letters to Linux
    > and printing them by my Perl
    > application filling automatically out the adress field, etc.
    > How could I do this with the printing engine of abiword.
    > Best regards
    > Heiner

    Hallo,

    AbiWord on Unix can print from the command line. Its usage varies
    slightly based on whether you're using the GTK+ or GNOME version of
    AbiWord.

    GNOME:
    abiword --print=file.ps <input_file>
    abiword --print=|lpr <input file>

    GTK+
    abiword --print file.ps <input_file>
    abiword --print '|lpr' <input_file>

    Where |lpr is the '|' sign and then your printing command. NOTE: you
    might have to enclose your printing command inside of quotes.

    Dom





    This archive was generated by hypermail 2.1.4 : Thu Feb 14 2002 - 14:27:02 GMT