Page 1 of 1

Error while converting PCL to PS

Posted: 2016-11-02T08:27:13-07:00
by sbatt
I am using IM "ImageMagick-7.0.3-Q16" ..but while converting PCL file to PS I am getting this error..
C:\Users\sbatt>magick convert C:\tmp\image.pcl C:\tmp\image1.ps
convert: FailedToExecuteCommand `"pcl6.exe" -dQUIET -dSAFER -dBATCH -dNOPAUSE -d
NOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=ppmraw"
-dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -g612x792 "-sOutputFile=C:/U
sers/sbatt/AppData/Local/Temp/magick-4364evzbq7xPqsjY" "C:/Users/sbatt/AppData/L
ocal/Temp/magick-43640i1OWmkmfwz-"' (-1) @ error/delegate.c/ExternalDelegateComm
and/463.
convert: no decode delegate for this image format `' @ error/constitute.c/ReadIm
age/508.
convert: PCL delegate failed `C:\tmp\image.pcl' @ error/pcl.c/ReadPCLImage/367.
convert: no images defined `C:\tmp\image1.ps' @ error/convert.c/ConvertImageComm
and/3253.

I tried to install "GhostPCL 9.20 for Windows (32 bit) " but got this error while doing so "The program can't start because GPCL6DLL.32 is missing from your computer..Try re0-installing the program to fix this problem"

Dont know how to do that

Re: Error while converting PCL to PS

Posted: 2016-11-02T08:35:16-07:00
by snibgo
sbatt wrote:I tried to install "GhostPCL 9.20 for Windows (32 bit) " ...
How did you do that? Generally, standalone delegates will have a website somewhere, with a Windows installation package. But if that doesn't work, you need to take it up with those people.

Re: Error while converting PCL to PS

Posted: 2016-11-02T10:25:21-07:00
by sbatt

Re: Error while converting PCL to PS

Posted: 2016-11-02T10:31:29-07:00
by fmw42
I am not an expert on this format, but according to http://www.imagemagick.org/script/formats.php, PCL in Imagemagick is write only. So you may have to use GhostPCL standalone to convert from PCL. But I will defer to the IM developers on this.

Re: Error while converting PCL to PS

Posted: 2016-11-02T11:01:08-07:00
by snibgo
The zip file contains a program called "gpcl6win64.exe". I suppose you have installed that to somewhere on your system path.

IM is trying to run "pcl6.exe". So you should either rename the downloaded program, or edit your delegates.xml to use the actual program name.

Re: Error while converting PCL to PS

Posted: 2016-11-02T11:49:33-07:00
by sbatt
snibgo wrote:The zip file contains a program called "gpcl6win64.exe". I suppose you have installed that to somewhere on your system path.

IM is trying to run "pcl6.exe". So you should either rename the downloaded program, or edit your delegates.xml to use the actual program name.

GhostPCL 9.20 for Windows (32 bit) this will give you "gpcl6win32.exe" but when I try to execute this I get ""The program can't start because GPCL6DLL.32 is missing from your computer..Try re0-installing the program to fix this problem""

Re: Error while converting PCL to PS

Posted: 2016-11-02T11:57:17-07:00
by snibgo
I downloaded the 64-bit version. It includes a file called "gpcl6dll64.dll".

Does the zip you downloaded contain "GPCL6DLL.32"? If so, did you put it in the same directory as the EXE file, and is that directory on your path?

Re: Error while converting PCL to PS

Posted: 2016-11-08T13:22:55-07:00
by sbatt
snibgo wrote:I downloaded the 64-bit version. It includes a file called "gpcl6dll64.dll".

Does the zip you downloaded contain "GPCL6DLL.32"? If so, did you put it in the same directory as the EXE file, and is that directory on your path?

yes