From e82bd2c2b4d0a1556234e33bdfeafc43ff21d9ec Mon Sep 17 00:00:00 2001 From: mbkma Date: Fri, 12 Mar 2021 11:24:53 +0100 Subject: update help --- help/C/commandline.page | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 help/C/commandline.page (limited to 'help/C/commandline.page') diff --git a/help/C/commandline.page b/help/C/commandline.page new file mode 100644 index 00000000..8a40aed6 --- /dev/null +++ b/help/C/commandline.page @@ -0,0 +1,61 @@ + + + + + Command line + The atril command can open any number of files, at specific pages and in various modes. + + + Phil Bull + philbull@gmail.com + + + Tiffany Antopolski + tiffany@antopolski.com + + +

Creative Commons Share Alike 3.0

+
+
+ +The command line +

+To startAtril from the command line, type atril. You +can open a specific file by typing the filename after the atril command: +

+ +atril file.pdf +

+You can open multiple files by typing the filenames after the atril command, separating the filenames by a space: +

+atril file1.pdf file2.pdf +

+Atril also supports the handling of files on the web. For example, after the atril command you can give the location of a file on the web: +

+
+ Opening a document at a specific page +

+ You can use--page-label switch to open a document at a + specific page. For example, to open a document to page 3, you would type: +

+ atril --page-label=3 file.pdf +

+ The page label should be in the same format as the page number displayed in + Atril header bar. +

+
+
+ Opening a document in fullscreen mode + atril --fullscreen file.pdf +
+
+ Opening a document in presentation mode + atril --presentation file.pdf +
+
+ Opening a document in preview mode + atril --preview file.pdf +
+
-- cgit v1.2.1