File: manual-mutool-merge.html

package info (click to toggle)
mupdf 1.17.0%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 64,012 kB
  • sloc: ansic: 322,239; java: 3,042; javascript: 1,243; python: 775; xml: 498; makefile: 438; sh: 312; awk: 6; sed: 5; lisp: 3
file content (41 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (3)
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
<!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>