From 24092ea1f4ac9cc128c73f1c4c6b947686bf8e8c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 12 Nov 2018 17:55:39 +0100 Subject: 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. --- docs/index.html | 2 -- docs/manual-mutool-portfolio.html | 57 --------------------------------------- 2 files changed, 59 deletions(-) delete mode 100644 docs/manual-mutool-portfolio.html (limited to 'docs') 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:
Merge pages from multiple input files into a new PDF.
mutool create
Create a new PDF file from a text file with graphics commands. -
mutool portfolio -
Manipulate PDF portfolios.

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 @@ - - - -mutool portfolio - - - - -

-

mutool portfolio

-
- -
- -

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

-mutool portfolio [options] portfolio.pdf [actions]
-
- -

-Options are: - -

-
-p password -
password -
-o filename -
output (defaults to input file) -
-O options -
PDF output options (see mutool create) -
- -

-Actions are: - -

-
t -
Display a table listing the contents of the portfolio. -
x N file -
Extract Nth entry to file. -
a file name -
Add contents of file as an entry named name. -
- -

-For safety, only use ASCII characters in entry names for now. - -

- - - - - -- cgit v1.2.3