Installing GhostPDL on Raspberry Pi - Raspberry Pi Forums
we have been trying install , use ghostpdl program https://artifex.com/ - unfortunately, have not been able print pcl data files downloaded internet without ghostpdl reporting error.
installation instructions straightforward (we welcome comments on how improve this): seems work ok - have problems when trying print 1 of test files http://www.pcltools.com/propthlp.php
error "\ undefined"
has managed ghostpdl running on rpi?
installation instructions straightforward (we welcome comments on how improve this):
code: select all
ensure cups libraries installed apt-get install libcups2-dev libcupsimage2-dev download ghostpcl: cd /tmp wget https://github.com/artifexsoftware/ghostpdl-downloads/releases/download/gs921/ghostpdl-9.21.tar.gz tar zxvf ghostpdl-9.21.tar.gz cd ghostpdl-9.21 ./autogen.sh ./configure make make install
code: select all
gs -sdevice=printer -dnopause w495.pcl -c quit;
has managed ghostpdl running on rpi?
rwap wrote: ↑sat sep 16, 2017 9:20 amhave been trying install , use ghostpdl program https://artifex.com/ - unfortunately, have not been able print pcl data files downloaded internet without ghostpdl reporting error.
installation instructions straightforward (we welcome comments on how improve this):seems work ok - have problems when trying print 1 of test files http://www.pcltools.com/propthlp.phpcode: select all
ensure cups libraries installed apt-get install libcups2-dev libcupsimage2-dev download ghostpcl: cd /tmp wget https://github.com/artifexsoftware/ghostpdl-downloads/releases/download/gs921/ghostpdl-9.21.tar.gz tar zxvf ghostpdl-9.21.tar.gz cd ghostpdl-9.21 ./autogen.sh ./configure make make install
error "\ undefined"code: select all
gs -sdevice=printer -dnopause w495.pcl -c quit;
has managed ghostpdl running on rpi?
ghostpdl compiled x86 cpu architecture ??
raspberry pi soc has arm cpu architecture !!
download page here:
https://github.com/artifexsoftware/ghos ... s/releases
raspberrypi
Comments
Post a Comment