summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-11-12 17:55:39 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-11-12 17:56:22 +0100
commit24092ea1f4ac9cc128c73f1c4c6b947686bf8e8c (patch)
treecb5c936d80ae3262db4212263b944f775b858b8c /docs
parent984ae2a4484c8cf4177349efdfe3aeaa469ba152 (diff)
downloadmupdf-24092ea1f4ac9cc128c73f1c4c6b947686bf8e8c.tar.xz
Remove bitrotted and not working PDF portfolio code.
Extracting embedded files can be trivially done with 'mutool show' or a simple mutool run script. The portfolio creation code is incomplete, and would require a lot of work and testing with Adobe in order to be useful.
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html2
-rw-r--r--docs/manual-mutool-portfolio.html57
2 files changed, 0 insertions, 59 deletions
diff --git a/docs/index.html b/docs/index.html
index b31c42de..f860b19b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -76,8 +76,6 @@ There are also several tools specifically for working with PDF files:
<dd>Merge pages from multiple input files into a new PDF.
<dt><a href="manual-mutool-create.html">mutool create</a>
<dd>Create a new PDF file from a text file with graphics commands.
-<dt><a href="manual-mutool-portfolio.html">mutool portfolio</a>
-<dd>Manipulate PDF portfolios.
</dl>
<p>
diff --git a/docs/manual-mutool-portfolio.html b/docs/manual-mutool-portfolio.html
deleted file mode 100644
index c65b1296..00000000
--- a/docs/manual-mutool-portfolio.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<title>mutool portfolio</title>
-<link rel="stylesheet" href="style.css" type="text/css">
-</head>
-<body>
-
-<header>
-<h1>mutool portfolio</h1>
-</header>
-
-<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://www.artifex.com/"><img src="artifex-logo.png" align="right"></a>
-Copyright &copy; 2006-2018 Artifex Software Inc.
-</footer>
-
-</body>
-</html>