summaryrefslogtreecommitdiff
path: root/docs/manual-mutool-extract.html
blob: 51a44583a3665c745991d4a4122adf43c78667fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>mutool extract</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>

<header>
<h1>mutool extract</h1>
</header>

<article>

<p>
The extract command can be used to extract images and font files from a PDF file.

<pre>
mutool extract [options] file.pdf [object numbers]
</pre>

<p>
Options:

<dl>
<dt> -p password
<dd> Use the specified password if the file is encrypted.
<dt> -r
<dd> Convert images to RGB when extracting them.
</dl>

<p>
If no object numbers are given on the command line, all images
and fonts will be extracted.

</article>

<footer>
<a href="http://www.artifex.com/"><img src="artifex-logo.png" align="right"></a>
Copyright &copy; 2006-2018 Artifex Software Inc.
</footer>

</body>
</html>