Zum Hauptinhalt gehen

Suche

Suche

Distributed Install

Kommentare

1 Kommentar

  • Avatar
    Permanently deleted user

    The Print Server SDK cannot be used on a system that does not have BarTender installed.  The Print Server SDK does not itself contain the print engine, it calls BarTender using ActiveX to perform print operations.  So at present, what you would need to do is one of the following:

     

    1. Use Commander, listening on a TCP socket or watching a directory on the filesystem with a file trigger.  Then on the web server machine, send data to that socket on the print server (or write to the monitored directory).

    2. Create some sort of web service running on the print server system where BarTender is installed, using a technology like WCF.  It could accept incoming remote requests and use the Print Server SDK to tell BarTender to print the job.

     

    So it is definitely possible, but not quite as simple as just using the Print Server SDK directly.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.