python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Send postscript file to 4 tray of printer
I have code for sending ps file to printer but I need to sent ps file to tray 4. How can i do it ?
My code:
c:\Program Files\gs\gs9.27\bin>gsprint "c:\1\1.ps" -printer "RICOH Pro C53...
Marek Brigada
Votes: 0
Answers: 0
How to force Ghostscript to convert PDF to monochrome bitmap using CMYK colors instead of RGB?
I have a PDF file containing black text specified with CMYK color of 0,0,0,100. When I convert this to "bmpmono" using ghostscript, it interprets this as not 100% black. I discovered that ...
KyleL
Votes: 0
Answers: 1
Imagick/Gmagick crashing on Hostinger when converting PDF to jpg
I'm trying to get it to work using PHP on Hostinger.
I have tried the following:
$white=new Imagick($fichero["tmp_name"]); $white->setImageFormat('jpg'); $nombre = explode(".", ...
Ivan Rodríguez
Votes: 0
Answers: 0
Python script to convert .pcl to .pdf
I see some programs that are trying to accomplish the .pcl to .pdf conversion and doing it successfully, but i didn't manage to find a simple solution that can run on any machine, independently, often...
Luka Savić
Votes: 0
Answers: 0