summaryrefslogtreecommitdiff
path: root/docs/manual-mutool-portfolio.html
blob: d36dd89886dc90ec822294ceea27516b9c1b9c00 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>mutool portfolio</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

<header>
<h1>mutool portfolio</h1>
</header>

<nav>
<a href="http://mupdf.com/index.html">ABOUT</a>
<a href="http://mupdf.com/news.html">NEWS</a>
<a href="index.html">DOCUMENTATION</a>
<a href="http://mupdf.com/downloads/">DOWNLOAD</a>
<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">SOURCE</a>
<a href="https://bugs.ghostscript.com/">BUGS</a>
</nav>

<article>

<p>
The portfolio tool can list files in, extract files from, and add files to PDF portfolios.

<pre>
mutool portfolio [options] portfolio.pdf [actions]
</pre>

<p>
Options are:

<dl>
<dt> -p password
<dd> password
<dt> -o filename
<dd> output (defaults to input file)
<dt> -O options
<dd> PDF output options (see <a href="manual-mutool-create.html">mutool create</a>)
</dl>

<p>
Actions are:

<dl>
<dt> t
<dd> Display a table listing the contents of the portfolio.
<dt> x <i>N file</i>
<dd> Extract <i>Nth</i> entry to <i>file</i>.
<dt> a <i>file name</i>
<dd> Add contents of <i>file</i> as an entry named <i>name</i>.
</dl>

<p>
For safety, only use ASCII characters in entry names for now.

</article>

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

</body>
</html>