eBookReaderSwitch/docs/manual-mutool-merge.html
Moroni Granja 98d9d7be17 Squashed 'mupdf/' content from commit 340abaf66
git-subtree-dir: mupdf
git-subtree-split: 340abaf66f43a04477866e5df8ba9726709f43f4
2019-10-30 13:48:08 -03:00

41 lines
725 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>mutool merge</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<header>
<h1>mutool merge</h1>
</header>
<article>
<p>
The merge command is used to pick out pages from two or more files and
merge them in order into a new output file.
<pre>
mutool merge [options] file1 [pages] file2 [pages] ...
</pre>
<p>
Options:
<dl>
<dt> -o output
<dd> The output filename.
<dt> -O options
<dd> See <a href="manual-mutool-create.html">mutool create</a> for details on this option.
</dl>
</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>