About 6,460,000 results
Open links in new tab
  1. How do I send data to a modern printer? PDF, PostScript, HPGL, etc

    Jan 16, 2015 · Or are you saying: "I have this ready-made PostScript file (generated elsewhere) which I want to print to a PostScript printer?" If so, then simply run a command like lpr -S …

  2. Simple way to add an image in postscript - Stack Overflow

    There is a simple method and Postscript does support the jpeg format. If you are using ghostscript you may have to use the -dNOSAFER option to open files. Here is an example: gsave 360 72 …

  3. postscript - I want to view a .ps file through Ghostscript 9.05 …

    Mar 2, 2014 · I have a file abc.ps on my desktop. I have installed Ghostscript 9.05 on my machine and I want to view my abc.ps file using the command line. GS>????? What command …

  4. Strange behaviour of PDF security - Stack Overflow

    Nov 24, 2019 · You could print to a PostScript file from Acrobat, then edit the PostScript file to remove the portion of the program that checks for 're-dictilling'. Despite the threatening …

  5. How to convert a Python tkinter canvas postscript file to an image …

    Jan 14, 2016 · If you don't supply the file parameter in the call to cnv.postscript, then a cnv.postscript returns the PostScript as a (unicode) string. You can then convert the unicode …

  6. How can I convert canvas content to an image? - Stack Overflow

    when I try to convert to postscript, it resizes my image (the saved postscript is smaller respect to canvas); why??

  7. How to merge two postscript files together? - Stack Overflow

    If we do not need to view the output file, concatenating two postscript file together with the following line "false 0 startjob pop" inserted in between the files is also a solution. (See also …

  8. How to embed JPEG image in a postscript file? - Stack Overflow

    Using currentfile as the data source means the image operator will read data directly from the postscript program file. So you need to embed the data directly into the program source code …

  9. Edit (every page of a) Postscript file manually - Stack Overflow

    Feb 25, 2019 · I want to (manually) insert additional postscript commands in a postscript file that was converted from a PDF file via ghostscript’s pdf2ps. For the purpose of testing I created a …

  10. How can I convert a .ps file into a .png file?

    I need to convert .ps files to .png files as part of an image recognition program I am making. I know I can use Ghostscript or other programs, but could someone give a specific example of …