Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature-vt/sys/src/cmd/gs/man/pdfopt.1 – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
.\" $Id: pdfopt.1,v 1.36 2005/10/20 19:46:55 ray Exp $
2
.TH PDFOPT 1 "20 October 2005" 8.53 "Ghostscript Tools" \" -*- nroff -*-
3
.SH NAME
4
pdfopt \- Ghostscript PDF Optimizer
5
.SH SYNOPSIS
6
\fBpdfopt\fR [ \fIoptions\fR ] \fIinput.pdf output.pdf\fR
7
.SH DESCRIPTION
8
\fBpdfopt\fR uses \fBgs\fR(1) to convert the Adobe \fBPortable Document
9
Format\fR (PDF) file "input.pdf" to a so-called optimized form in
10
"output.pdf".  Optimization puts the elements of the file into a more linear
11
order and adds "hint" pointers, allowing Adobe's Acrobat(TM) products to
12
display individual pages of the file more quickly when accessing the file
13
through a network.
14
.PP
15
Note: input.pdf and output.pdf must not be the same.  If they are, the file
16
will probably be destroyed.  \fBpdfopt\fR currently does not check for this.
17
.SH FILES
18
Run "\fBgs -h\fR" to find the location of Ghostscript documentation on your
19
system, from which you can get more details.
20
.SH SEE ALSO
21
"Linearized PDF" in Adobe's PDF reference manual,
22
http://partners.adobe.com/asn/developer/acrosdk/DOCS/pdfspec.pdf
23
.SH VERSION
24
This document was last revised for Ghostscript version 8.53.
25
.SH AUTHOR
26
artofcode LLC and Artifex Software, bug-gs at ghostscript.com, are the
27
primary maintainers of Ghostscript.