1PDF2DSC(1) Ghostscript Tools PDF2DSC(1)
2
3
4
6 pdf2dsc - generate a PostScript page list of a PDF document
7
9 pdf2dsc input.pdf [ output.dsc ]
10
12 pdf2dsc uses gs(1) to read an Adobe Portable Document Format (PDF) doc‐
13 ument "input.pdf" and create a PostScript(tm) document "output.dsc"
14 that conforms to Adobe's Document Structuring Conventions (DSC) re‐
15 quirements.
16
17 This new document simply tells Ghostscript to read the PDF file and to
18 display pages one at a time. The generated document can then be viewed
19 with any PostScript viewer based on Ghostscript, like ghostview(1) on
20 Unix or GSview on Windows, with which the user can browse through the
21 pages of the PDF document in any order.
22
23 If no output file is named on the command line, the name of the output
24 file is that of the input file with any extension removed, followed by
25 the extension ".dsc".
26
28 The DSC document uses Ghostscript-specific procedures. In addition,
29 the original PDF document must be accessible when the DSC document is
30 processed.
31
32 You need the file "pdf2dsc.ps" (originally by Russell Lang) supplied
33 with Ghostscript since release 3.53.
34
36 gs(1), ghostview(1)
37
39 This document was last revised for Ghostscript version 10.02.1.
40
42 Yves Arrouye <yves.arrouye@usa.net> and Russell Lang gsview at ghost‐
43 gum.com.au
44
45
46
4710.02.1 01 November 2023 PDF2DSC(1)