Skip to main content

Questions tagged [postscript]

PostScript (PS) is a dynamically typed, concatenative programming language in the electronic publishing and desktop publishing business.

1 vote
1 answer
70 views

I have a pdf file with text in gray. The text is in vector format; this is not a scan. I want to convert precisely those elements in this specific gray into black. I have tried importing the pdf into ...
Yifan Dai's user avatar
1 vote
1 answer
607 views

I recently bought a professional color laser printer (>1.5k$), but until now I worked only with black and white lines and text (100% black). I'm now moving to colored prints, what've found is ...
user3450548's user avatar
2 votes
1 answer
756 views

I have the possibility to buy a PCL 6, PCL 5e , PCL XL, XPS laser printer but I discovered that it hasn't PostScript language support. For office uses that would not be a problem, I would use only PCL....
user3450548's user avatar
0 votes
0 answers
89 views

I have to print some labels on an A4 paper. These labels need to be enumerated with iteration for multiple prints. About 8 labels per page, and more than 10-15 pages, depending on the requirement. I ...
mk117's user avatar
  • 183
1 vote
2 answers
13k views

Apologies in advance for the potentially-newbie question – I haven't used Illustrator very much and may not be using the right terminology for things. I have a group of shapes that I've applied a ...
BadgerPriest's user avatar
3 votes
1 answer
437 views

A bounding box, if I understood correctly is a box that frames the box in which we work. It allows to align the box on the left, on the right, in the center. Its use can be found in LaTeX package ...
AndréC's user avatar
  • 139
0 votes
2 answers
706 views

I have a PDF produced by matplotlib/python. Since matplotlib does not support CMYK, I used blue (0 0 1) colour for the reference where I want to have CMYK colour. My plan is to change that colour to ...
Pygmalion's user avatar
  • 191