Skip to main content
Participant
October 10, 2018
Question

How to use Coldfusion9 to send jobs to CUPS for printing a pdf through a network-printer?

  • October 10, 2018
  • 1 reply
  • 991 views

Hi,

I am working on printing the labels with a particular network printer ( TCP/IP ), when the user click a button on UI.

CUPS is installed but didn't configure the printer yet. Whats the next step, after configuring it in CUPS control panel?

Have no clue on how to get this done!!!

We are using Coldfusion 9.

Thanks

This topic has been closed for replies.

1 reply

Charlie Arehart
Community Expert
Community Expert
October 10, 2018

I'm not aware of what CUPS is, but to print from CF (as in, to print from within a CF page--as opposed to printing from a user's browser) , you would use the CFPRINT tag. See the docs (CFML Reference and also the CF Developer Guide) which each have substantial documentation on how to configure and use that. (You need to install the printer driver on the CF server, and  then need to see that CF has found it, as shown in the "settings summary" page of the CF admin.)

/Charlie (troubleshooter, carehart. org)
vinnu543Author
Participant
October 10, 2018

We use docker( with UNIX distribution  ) , So we had to build the CUPS Image and configure the network printer, I have been looking for information in internet..to send the jobs to CUPS...I haven't found anything, yet.

vinnu543Author
Participant
October 11, 2018

LINUX distribution*