Questions tagged [postscript]
57 questions
18
votes
2 answers
Export a man page in pdf
Doing man -t man > man.ps will export the man page for man in postscript.
How can I export it in PDF?
I have gone through the manuals and learnt about the -T option but it's a bit unclear to me.
Neo_Returns
- 529
- 3
- 14
13
votes
2 answers
Why is my PostScript print quality so poor?
My wife and I downloaded PDF museum passes and printed them on the same PostScript laser printer. To my surprise, hers looked much better! On the left is the printout from her Mac, and on the right the one sent from my Debian Linux machine. I am…
Aaron Brick
- 401
- 2
- 10
11
votes
4 answers
syntax_highlight | lpr
Does anyone know of a simple way to produce the PostScript corresponding to a syntax-highlighted version of a source file that can be piped directly to a PostScript printer?
As the wording of the question above probably suggests, I'm looking for…
kjo
- 14,779
- 25
- 69
- 109
10
votes
3 answers
what is the command to display .eps files?
I'm have a file called t-0.8.eps.
How can I open this file in the shell?
I am using Mac and when I click .eps files the preview (the name of the software to read PDFs) says failed.
Meva
- 383
- 3
- 5
- 12
9
votes
2 answers
Conversion of PDF to PS
I'm quite new to shell scripting.
I need to create a script or reuse a script that converts PDF to PS (Post Script) files, is there anyway this can be done?
Perry
- 101
- 1
- 1
- 2
7
votes
1 answer
convert man output to ebook format
I can convert man output to PDF. First, man -t grep >grep.ps (grep is just an example; I am not looking for mobile version of grep man page). Then Adobe Distiller converts PostScript to PDF. However, PDF looks terrible on the tablet (can't re-size,…
Felix
- 245
- 1
- 8
7
votes
5 answers
printing problems with DDST (aka PCL6) printer RICOH Aficio SP C240DN
I'm having big problems printing on a RICOH Aficio SP C240DN (a color laser printer). CUPS/OpenPrinting doesn't have a driver for exactly this printer. There are similar numbers but not 240DN.
It also seems there is no PPD file for this printer, as…
Luka
- 81
- 1
- 1
- 6
5
votes
1 answer
Merge several eps files into one PDF
I have several hundred encapulated postscript files, and I want to merge them all into one big PDF. How can I do this?
Dan
- 9,372
- 5
- 25
- 39
5
votes
1 answer
How to emulate the NeWS window system
Is there a reasonably easy way to run NeWS (Network-extensible Window System, a PostScript-based window system made by researchers at Sun in the 1980s) on current computers?
Lassi
- 821
- 6
- 15
5
votes
1 answer
Specifying font with enscript
I've read the man page for enscript but cannot find the answer to this problem. I am trying to print using enscript with a downloaded AFM file but I can't get it to work. I keep getting the following error:
$ enscript foo.txt -B -f OCRA10 -p - >…
AnonSubmitter85
- 221
- 2
- 6
5
votes
2 answers
How to control the page parameters (margins, brochurisation) of `man -t` PostScript output?
I want to print several man pages as several booklets. I need to tweak the output of the man -t command so the resulting PostScript file will have the brochurised page numbering, pages must be numerated on 'outer' edges, and 'inner' margin must be…
mbaitoff
- 4,911
- 8
- 28
- 32
5
votes
1 answer
Is there a tool or method for magnifying existing PostScript or PDF files for printing - not just for display
Almost all my printing, including web pages and emails works fine and has done so for years, but ...
When I print web pages and emails, I routinely run into a few that print in something like 1 point type and are unreadable. I usually print them to…
Joe
- 1,368
- 1
- 16
- 18
4
votes
1 answer
Can't use different font families in groff -ms
I'm using groff with ms macros and outputting it to PostScript. On Linux Void. I want to have a different font and also output Unicode characters. I have converted my font as written in this question. As specified, it worked for me (with NO ms…
zoomer
- 43
- 4
4
votes
1 answer
Displaying orbital node characters in groff ms macros
I'm trying to display the characters for ascending and descending orbital nodes (☊ and ☋) in groff, however when I export the document to postscript they simply don't show.
GeriatricJacob
- 41
- 1
4
votes
0 answers
several eps to ps
I have a bunch of eps vector images (btw... they are generated from dxf), and want to stack them on a single ps so I can print them on a single sheet. The eps files share the same dimensions but have slightly different content.
I'm looking for or…
Lev
- 41
- 2