| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/help/ca/papers/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="commandline" xml:lang="ca">
<info>
<link type="guide" xref="index#advanced"/>
<title type="sort">Línia d'ordres</title>
<desc>The <cmd>papers</cmd> command can open any number of files, at specific pages and in various modes.</desc>
<revision pkgversion="3.2" version="0.1" date="2011-09-05" status="final"/>
<revision pkgversion="3.24" version="0.2" date="2017-09-17" status="final"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="editor">
<name>Tiffany Antopolski</name>
<email>tiffany@antopolski.com</email>
</credit>
<license>
<p>Creative Commons Compartir Igual 3.0</p>
</license>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Carles Ferrando Garcia</mal:name>
<mal:email>carles.ferrando@gmail.com</mal:email>
<mal:years>2010</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Xavier Roijals</mal:name>
<mal:email>xavier.roijals@gmail.com</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Gil Forcada</mal:name>
<mal:email>gilforcada@guifi.net</mal:email>
<mal:years>2013</mal:years>
</mal:credit>
</info>
<title>La línia d'ordres</title>
<p>
To start <app>Papers</app> from the command line, type <cmd>papers</cmd>. You
can open a specific file by typing the filename after the papers command:
</p>
<screen>papers file.pdf</screen>
<p>
You can open multiple files by typing the filenames after the papers command, separating the filenames by a space:
</p>
<screen>papers file1.pdf file2.pdf</screen>
<p>
<app>Papers</app> also supports the handling of files on the web. For example, after the papers command you can give the location of a file on the web:
</p>
<screen>papers http://www.claymath.org/millennium/P_vs_NP/pvsnp.pdf</screen>
<section id="open">
<title>Obrir un document en una pàgina específica</title>
<p>Podeu utilitzar el canviador <cmd>--page-label</cmd> per a obrir un document en una pàgina determinada. Per exemple, per a obrir un document a la pàgina 3, escriviu:</p>
<screen>papers --page-label=3 file.pdf</screen>
<p>
The page label should be in the same format as the page number displayed in
the <app>Papers</app> header bar.
</p>
</section>
<section id="fullsreen">
<title>Obertura de documents en mode a pantalla completa</title>
<screen>papers --fullscreen file.pdf</screen>
</section>
<section id="presentation">
<title>Obertura de documents en mode de presentació</title>
<screen>papers --presentation file.pdf</screen>
</section>
<section id="preview">
<title>Obertura de documents en mode de previsualització</title>
<screen>papers --preview file.pdf</screen>
</section>
</page>