Sponsored Content
Full Discussion: UNIX and PostScript
Top Forums UNIX for Dummies Questions & Answers UNIX and PostScript Post 14314 by Neo on Wednesday 30th of January 2002 09:25:21 AM
Old 01-30-2002
Absolutely you can 'use postscript'. However, the term 'using postscript' is ambiguous. Do you mean view postscript docs? (the answer is yes) Do you mean create postscript docs (again, the answer is yes) or Do you mean print postscript docs? (answer yes, again).
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

postscript printing

How do I setup a printer queue to do postscript printing using UNIX commands? I setup a remote host/printer using the admintool (solaris), but it does not let me specify that this printer will print postscript. (1 Reply)
Discussion started by: pkappaz
1 Replies

2. UNIX for Dummies Questions & Answers

postscript reader for hp-unix

sorry, it is a dumb question, but i could not find any answer in anything else. does anybody know whether there is any postscript file reader for HP-Unix? :) (1 Reply)
Discussion started by: sskb
1 Replies

3. Shell Programming and Scripting

manipulate postscript via sed

dear all, on solaris10 for x86 i am trying to modify the creation date of a postscript file with sed in a csh script. sed is driving me crazy though...i think due to the spaces in the string i am trying to substitute?? part of the postscript file: %!PS-Adobe-3.0... (3 Replies)
Discussion started by: lada niva
3 Replies

4. Shell Programming and Scripting

setpagedevice (postscript)

Basically, I'd like to apply a printer tray selection on postscript files by means of a (Bash) shell script. What works on a Xerox DocuColor 5000, is this (exemplified for one tray): sed "s/BeginPageSetup/&\n<<\/MediaColor (red)>> setpagedevice/" -i page.ps Every attempt to do so on a... (0 Replies)
Discussion started by: dr.house
0 Replies

5. UNIX and Linux Applications

KickStart postscript problem

Hello everyone: Im not going to explain about kickstart, i supposed you know, that one of the features of this program is to run a postscript after installation.So after install packages you can run a set of commands to make a "first-configuration" of your system. Usually people writes... (0 Replies)
Discussion started by: trutoman
0 Replies

6. UNIX for Dummies Questions & Answers

Splitting a postscript file

Hi , I have a problem .. I have a post script file which has text as %%colur code :uyiu %% pagesize :9808 %%page: 1 1 %%color:78798- %%ufgfhre %%Page: 2 1 I need to create two files with this one post script file . the first file should have data till what is in %%Page: 1 1 ... (4 Replies)
Discussion started by: selvapraveen
4 Replies

7. UNIX for Dummies Questions & Answers

Creating a PostScript File

Hi All, I have a requirement, where i have create a pdf file in unix. I have gone through few links and understood that it could be done in 2 step manner. - Create a .ps PostScript file. - Pass .ps file to p2pdf command to create the pdf. But i am having trouble creating the .ps file. I... (3 Replies)
Discussion started by: abhisheksunkari
3 Replies

8. AIX

Printing Postscript files through Infoprint Manager to a Postscript printer

Hello, I am runnning Infoprint Manager 4.3 on AIX 5.2 . There is no problem printing AFP files, but I have hit a snag trying to use "AIX DSS" or "Other Printer" actual destinations to send unconverted Postscript files to native Postscript printers. The files are big, and they print correctly,... (0 Replies)
Discussion started by: ahetzel
0 Replies

9. Red Hat

How to print postscript files?

Hi, I am looking for a quick answer. How to print postscript files by using gs command? Let's say the HP printer's hostname is pname and the document name is pfile. The OS is RHEL 4 with cups enabled. I've read gs man but didn't get it well. Thank you in advance! (1 Reply)
Discussion started by: aixlover
1 Replies
XMLROFF(1)																XMLROFF(1)

NAME
xmlroff - XSL formatter SYNOPSIS
xmlroff [-o output-file] [--format {auto | pdf | postscript}] [--backend {gp | cairo}] [--continue] [-? | --help] [--compat | --nocompat] [--compat-stylesheet] [--valid | --novalid] [-v | --version] [-w warning-mode] [-d debug-mode] file [stylesheet] DESCRIPTION
xmlroff is a free, fast and high-quality XSL formatter that is useful for DocBook formatting. It produces PDF or PostScript output. It in- tegrates easily with other programs and with scripting languages. xmlroff processes the XML-FO file. An arbitrary XML file can optionally be first transformed via a specified XSLT stylesheet. OPTIONS
-v Show version information. -?, --help Show help message. -o output-file Specify output filename. If this option is not specified, a default of layout.pdf will be used. -d debug-mode Specify debug mode. -w warning-mode Specify warning mode. --format {auto | pdf | postscript} Specify format of the output file. The default is auto which selects the format based on the extension of the output filename. --backend {gp | cairo} Specify backend used to produce the output file. The default is GNOME print (gp). --compat, --nocompat Do or do not pre-processes the input file with an internal compatibility stylesheet. Default is --compat. --compat-stylesheet Prints the internal compatibility stylesheet then exits. --continue Continue after any formatting errors. --valid, --novalid Do or do not load the DTD. Default is --novalid. REPORTING BUGS
Report bugs at http://xmlroff.org/newticket: http://xmlroff.org/newticket. SEE ALSO
xsltproc(1) AUTHOR
Tony Graham XMLROFF(1)
All times are GMT -4. The time now is 08:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy