diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2017-04-07 16:18:53 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2017-04-13 13:52:16 +0200 |
commit | c88941abc6f0fe91a41dc35dcaa1874d4de2c429 (patch) | |
tree | 51ff32d773f80219922a0458ec76f401ba21e138 /docs/manual-mutool-portfolio.html | |
parent | 9c805cc9f934cd12e89014db8ad70e3191cdaf2d (diff) | |
download | mupdf-c88941abc6f0fe91a41dc35dcaa1874d4de2c429.tar.xz |
Organize docs into HTML files.
Diffstat (limited to 'docs/manual-mutool-portfolio.html')
-rw-r--r-- | docs/manual-mutool-portfolio.html | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/manual-mutool-portfolio.html b/docs/manual-mutool-portfolio.html new file mode 100644 index 00000000..d36dd898 --- /dev/null +++ b/docs/manual-mutool-portfolio.html @@ -0,0 +1,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 © 2006-2017 Artifex Software Inc. +</footer> + +</body> +</html> |