Linux Commands Examples

A great documentation place for Linux commands

pdf2dsc

generate a PostScript page list of a PDF document


see also : gs

Synopsis

pdf2dsc input.pdf [ output.dsc ]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

pdf2dsc uses gs(1) to read an Adobe Portable Document Format (PDF) document "input.pdf" and create a PostScript(tm) document "output.dsc" that conforms to Adobe’s Document Structuring Conventions (DSC) requirements.

This new document simply tells Ghostscript to read the PDF file and to display pages one at a time. The generated document can then be viewed with any PostScript viewer based on Ghostscript, like ghostview(1) on Unix or GSview on Windows, with which the user can browse through the pages of the PDF document in any order.

If no output file is named on the command line, the name of the output file is that of the input file with any extension removed, followed by the extension ".dsc".

caveats

The DSC document uses Ghostscript-specific procedures. In addition, the original PDF document must be accessible when the DSC document is processed.

You need the file "pdf2dsc.ps" (originally by Russell Lang) supplied with Ghostscript since release 3.53.

version

This document was last revised for Ghostscript version 9.07.


see also

gs , ghostview


author

Yves Arrouye <yves.arrouye[:at:]usa[:dot:]net> and Russell Lang gsview at ghostgum.com.au

How can this site be more helpful to YOU ?


give  feedback