Questions tagged [postscript]
PostScript (PS) is a dynamically typed, concatenative programming language in the electronic publishing and desktop publishing business.
7 questions
1 vote
1 answer
70 views
Batch replace text color of pdf
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 ...
1 vote
1 answer
607 views
Get rid of grain in laser prints
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 ...
2 votes
1 answer
756 views
Postscript VS PCL/PCLXL in printing photos and complex designs
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....
0 votes
0 answers
89 views
How to enumerate images on A4 print for multiple pages on Phtoshop?
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 ...
1 vote
2 answers
13k views
How to flatten a shape with a pattern fill in Illustrator?
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 ...
3 votes
1 answer
437 views
What is the history of the bounding box concept? [closed]
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 ...
0 votes
2 answers
706 views
Change RGB to CMYK colour in PDF
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 ...