Hello Perlmonks
Maybe someone knows an open source Server Software that takes incoming cups printing data stream and converts this into a pdf file?
This should be stored (on a local) SMB Share if possible with details (extracted from printing stream) in filename ...
scheme:
Internet Print Server Cups (no control) ->
sends data to local "PDF Server" (full control, linux system) ->
store on SMB share ->
User copies pdf document on his windows desktop

<UPDATE> (external) Dealer System (CUPS 1.1.2.3 modified) sends print jobs to customers Site "Printer" regularly this would be a HP PCL/Postscript compatible Network Printer.
This should be changed for 1 Printer to a "general pdf printer" because around 150 users are printing unnecessary/seldom needed protocols "tons of paper"
So my task is to setup a linux box and tell "Cups Admins at Dealer Management" the target IP Adress,Port/socket, printing protocol e.g. they should send their printing data to customers "receiving pdf print box" ...


<UPDATE> Maybe someone already implemented this and knows a working solution?
Many thanks in advance
<Answer to replies> The Target Client System are Win7 Desktops but thats a later task ...
The Target "server system" will be a linux box Debian or ubuntu which i have to install.
Maybe i will try to get a working cups print server and try to generate "local stored pdfs" from another cups printer -
if this is working i contact "Dealer System Print Source" for further tests ...

Many thanks to RonW and jellisii2, all replies
<Answer to replies>


Thanks
MH

In reply to OT: PDF Server with CUPS ? by matze77

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.