Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.postscript > #3481
| From | Martin Leese <please@see.Web.for.e-mail.INVALID> |
|---|---|
| Newsgroups | comp.lang.postscript |
| Subject | Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 |
| Date | 2019-12-03 14:35 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <qs6kev$sbp$1@dont-email.me> (permalink) |
| References | <20069c05-36d5-4bb2-ac7e-4fb16b68ee4b@googlegroups.com> |
pvrbre@gmail.com wrote:
> I am using GNU GhostScript for PostScript to PCL6 conversion in Ubuntu OS.
>
> The command is as follows:
>
>
> Test Command 1:
>
> gs -o testoutpot.pxl -sDEVICE=pxlcolor test.ps
>
> The testoutpot.pxl file always contains 2 PJL data.
>
> @PJL SET RESOLUTION=600
> @PJL ENTER LANGUAGE = PCLXL
...
> Why always 2 PJL settings are irrespective of number of settings like (PAPERSIZE, PDFPassword , FirstPage ..etc)
I have never used -sDEVICE=pxlcolor. I have
used -sDEVICE=pnggray, where I include the
options:
-g400x400 -r72 -dTextAlphaBits=4
Have you tried setting the resolution using
-rRES or -rXRESxYRES ?
> Please help me how to get corresponding PJL data in the output pxl file.
>
> Also how can i give printer custom parameters to the Ghostscript as command line args.
The appropriate manual page appears to be at:
https://www.ghostscript.com/doc/current/Use.htm
> Thank you so much for understanding my problem.
Can't say that I have understood it.
--
Regards,
Martin Leese
E-mail: please@see.Web.for.e-mail.INVALID
Web: http://members.tripod.com/martin_leese/
Back to comp.lang.postscript | Previous | Next — Previous in thread | Next in thread | Find similar
Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 pvrbre@gmail.com - 2019-12-03 03:18 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 Martin Leese <please@see.Web.for.e-mail.INVALID> - 2019-12-03 14:35 -0700
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 pvrbre@gmail.com - 2019-12-03 20:38 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 luser droog <luser.droog@gmail.com> - 2019-12-03 22:00 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 pvrbre@gmail.com - 2019-12-04 20:47 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 luser droog <luser.droog@gmail.com> - 2019-12-04 21:06 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 pvrbre@gmail.com - 2019-12-04 23:04 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 luser droog <luser.droog@gmail.com> - 2019-12-05 00:05 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 pvrbre@gmail.com - 2019-12-05 00:44 -0800
Re: Unable to view PJL data in .pcl when GhostScript is used to convert PostScript to PCL6 luser droog <luser.droog@gmail.com> - 2019-12-05 19:51 -0800
csiph-web