Error when converting postscript to pcl

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
sp00ff
Posts: 7
Joined: 2011-03-17T07:59:05-07:00
Authentication code: 8675308

Error when converting postscript to pcl

Post by sp00ff »

Hi,

I'm trying to to convert a postscript file to pcl using the following command on the command line

convert -density 300 debugout.ps debugout.pcl

I'm running windows 7 using ImageMagick-6.6.8-5-Q16-windows-dll.exe with ghostscript gpl 9.01

The output I receive is the following

%%[ ProductName: GPL Ghostscript ]%%
%%[Page: 1]%%
%%[Page: 2]%%
%%[Page: 3]%%
%%[LastPage]%%

After %%[LastPage]%% is displayed I get a windows dialog box that the program closed unexpectedly although the file is created after you force close the process. If you can't reproduce give me an email address and I'll send through the file I'm struggling with.

Thanks for the help
Post Reply