http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.14.tar.gz
[xscreensaver] / driver / pdf2jpeg.man
1 .TH XScreenSaver 1 "07-Sep-2003 (4.13)" "X Version 11"
2 .SH NAME
3 pdf2jpeg - converts a PDF file to a JPEG file using Cocoa
4 .SH SYNOPSIS
5 .B pdf2jpeg
6 [\--verbose] [\--quality \fINN\fP] infile.pdf outfile.jpg
7 .SH DESCRIPTION
8 This reads a PDF file (for example, as written by the
9 .BR screencapture (1)
10 program) and writes a JPEG file.
11 .SH OPTIONS
12 .I pdf2jpeg
13 accepts the following options:
14 .TP 4
15 .B --verbose
16 Print diagnostics.
17 .TP 4
18 .B --quality \fINN\fP
19 JPEG compression factor.  Default 85%.
20 .SH BUGS
21 The input and output files must be files: pipes don't work.
22
23 This program is Cocoa-specific, so it won't work on non-MacOS systems.
24
25 This shouldn't need to be a part of the XScreenSaver distribution at
26 all, but Apple is COMPLETELY INSANE and made
27 .BR screencapture (1)
28 only write PDFs, with no simple way to convert that to something
29 less crazy.
30 .SH SEE ALSO
31 .BR screencapture (1),
32 .BR xscreensaver\-getimage\-desktop (1)
33 .SH COPYRIGHT
34 Copyright \(co 2003 by Jamie Zawinski.  Permission to use, copy,
35 modify, distribute, and sell this software and its documentation for
36 any purpose is hereby granted without fee, provided that the above
37 copyright notice appear in all copies and that both that copyright
38 notice and this permission notice appear in supporting documentation.
39 No representations are made about the suitability of this software for
40 any purpose.  It is provided "as is" without express or implied
41 warranty.
42 .SH AUTHOR
43 Jamie Zawinski <jwz@jwz.org>, 20-Oct-03.