2 |
- |
1 |
.\" $Id: pdf2dsc.1,v 1.36 2005/10/20 19:46:55 ray Exp $
|
|
|
2 |
.TH PDF2DSC 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
|
|
|
3 |
.SH NAME
|
|
|
4 |
pdf2dsc \- generate a PostScript page list of a PDF document
|
|
|
5 |
.SH SYNOPSIS
|
|
|
6 |
\fBpdf2dsc\fR \fIinput.pdf\fR [ \fIoutput.dsc\fR ]
|
|
|
7 |
.SH DESCRIPTION
|
|
|
8 |
\fBpdf2dsc\fR uses \fBgs\fR(1) to read an Adobe \fBPortable Document
|
|
|
9 |
Format\fR (PDF) document "input.pdf" and create a \fBPostScript\fR(tm)
|
|
|
10 |
document "output.dsc" that conforms to Adobe's \fBDocument Structuring
|
|
|
11 |
Conventions\fR (DSC) requirements.
|
|
|
12 |
.PP
|
|
|
13 |
This new document simply tells Ghostscript to read the PDF file and to
|
|
|
14 |
display pages one at a time. The generated document can then be viewed
|
|
|
15 |
with any PostScript viewer based on Ghostscript, like \fBghostview\fR(1) on
|
|
|
16 |
Unix or \fBGSview\fR on Windows, with which the user can browse through the
|
|
|
17 |
pages of the PDF document in any order.
|
|
|
18 |
.PP
|
|
|
19 |
If no output file is named on the command line, the name of the output file
|
|
|
20 |
is that of the input file with any extension removed, followed by the
|
|
|
21 |
extension "\.dsc".
|
|
|
22 |
.SH CAVEATS
|
|
|
23 |
The DSC document uses Ghostscript-specific procedures. In addition, the
|
|
|
24 |
original PDF document must be accessible when the DSC document is
|
|
|
25 |
processed.
|
|
|
26 |
.PP
|
|
|
27 |
You need the file "pdf2dsc.ps" (originally by Russell Lang) supplied with
|
|
|
28 |
Ghostscript since release 3.53.
|
|
|
29 |
.SH SEE ALSO
|
|
|
30 |
gs(1), ghostview(1)
|
|
|
31 |
.SH VERSION
|
|
|
32 |
This document was last revised for Ghostscript version 8.53.
|
|
|
33 |
.SH AUTHOR
|
|
|
34 |
Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghostgum.com.au
|