OSDN Git Service

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