
xpdf
List of commands for xpdf:
-
xpdf:tldr:3ce3c xpdf: Open a specific page in a PDF file.$ xpdf ${filename-pdf} :${page_number}try on your machineexplain this command
-
xpdf:tldr:47aa7 xpdf: Specify the initial zoom.$ xpdf -z ${75}% ${filename-pdf}try on your machineexplain this command
-
xpdf:tldr:6e68d xpdf: Specify the initial zoom at page width or full page.$ xpdf -z ${select} ${filename-pdf}try on your machineexplain this command
-
xpdf:tldr:b5f70 xpdf: Open a PDF file in fullscreen mode.$ xpdf -fullscreen ${filename-pdf}try on your machineexplain this command
-
xpdf:tldr:d7af9 xpdf: Open a PDF file.$ xpdf ${filename-pdf}try on your machineexplain this command