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):

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 
seems work ok - have problems when trying print 1 of test files http://www.pcltools.com/propthlp.php

code: select all

gs -sdevice=printer -dnopause w495.pcl -c quit;
error "\ undefined"

has managed ghostpdl running on rpi?

rwap wrote:
sat sep 16, 2017 9:20 am
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):

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 
seems work ok - have problems when trying print 1 of test files http://www.pcltools.com/propthlp.php

code: select all

gs -sdevice=printer -dnopause w495.pcl -c quit;
error "\ undefined"

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

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'