Pdf viewer with page-per-sheet print setting
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Is there a program that - when printing - provides an option for the number of pages to be printed per sheet?
I know about this CLI solution, but I want a GUI. Can I have a such option or the document must be modified first?
Evince and Master PDF Editor don't seem have this option. Does Okular? (I'm asking in Xfce and Okular comes with a lot of dependencies anyway).
linux pdf gui printing
add a comment |Â
up vote
1
down vote
favorite
Is there a program that - when printing - provides an option for the number of pages to be printed per sheet?
I know about this CLI solution, but I want a GUI. Can I have a such option or the document must be modified first?
Evince and Master PDF Editor don't seem have this option. Does Okular? (I'm asking in Xfce and Okular comes with a lot of dependencies anyway).
linux pdf gui printing
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is there a program that - when printing - provides an option for the number of pages to be printed per sheet?
I know about this CLI solution, but I want a GUI. Can I have a such option or the document must be modified first?
Evince and Master PDF Editor don't seem have this option. Does Okular? (I'm asking in Xfce and Okular comes with a lot of dependencies anyway).
linux pdf gui printing
Is there a program that - when printing - provides an option for the number of pages to be printed per sheet?
I know about this CLI solution, but I want a GUI. Can I have a such option or the document must be modified first?
Evince and Master PDF Editor don't seem have this option. Does Okular? (I'm asking in Xfce and Okular comes with a lot of dependencies anyway).
linux pdf gui printing
linux pdf gui printing
edited Oct 10 '17 at 15:37
asked Oct 10 '17 at 14:47
cipricus
2,620850122
2,620850122
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07
add a comment |Â
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
2
down vote
accepted
qpdfview provides this setting, somewhat hidden in the printer properties. As most viewers just use some native printer dialog you may find it there in your favorite viewer, too.
Addendum:
- Looking up Evince, the option is under Print -Page setup - Pages per side.
PDF Studio Viewer has the option:
Considering Master PDF Editor, it has that setting in the printer Properties, but it is active only for a real printer, while it is disabled for the "Print to file (PDF)" option.
LibreOffice Draw can be used to view, print, and export PDF files, and it has this option too (Print - Page layout - Pages per sheet).
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
add a comment |Â
up vote
1
down vote
I am still expecting an answer in case there is a pdf viewer with that option, but for the moment I can confirm the pdfnup
command, which can be integrated to Thunar custom actions and thus operate through a GUI.
Testing pdfnup
terminal command (from here) in Linux Mint Xfce it said the needed tool was not installed and recommended texlive-extra-utils
. After installing that, it still gave an error complaining of some missing LaTex package. I found here that the error can be fixed by installing texlive-latex-recommended
. After installing that it all went fine.
So, to use in terminal: open terminal in the location of your.pdf and run pdfnup your.pdf
.
Or in Thunar custom actions, add the command pdfnup %f
. Appearance conditions: check "other files"
and restrict to pdf under "file pattern".
This will create a new file called your-nup.pdf where two pages from before will be integrated on one single page from left to right.
If you need four per page, 2x2 (not all four from left to right, but 1-2 above and 3-4 below on the same sheet), use the command pdfnup --nup 2x2 %f
(indicated in a comment under the answer linked above).
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
qpdfview provides this setting, somewhat hidden in the printer properties. As most viewers just use some native printer dialog you may find it there in your favorite viewer, too.
Addendum:
- Looking up Evince, the option is under Print -Page setup - Pages per side.
PDF Studio Viewer has the option:
Considering Master PDF Editor, it has that setting in the printer Properties, but it is active only for a real printer, while it is disabled for the "Print to file (PDF)" option.
LibreOffice Draw can be used to view, print, and export PDF files, and it has this option too (Print - Page layout - Pages per sheet).
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
add a comment |Â
up vote
2
down vote
accepted
qpdfview provides this setting, somewhat hidden in the printer properties. As most viewers just use some native printer dialog you may find it there in your favorite viewer, too.
Addendum:
- Looking up Evince, the option is under Print -Page setup - Pages per side.
PDF Studio Viewer has the option:
Considering Master PDF Editor, it has that setting in the printer Properties, but it is active only for a real printer, while it is disabled for the "Print to file (PDF)" option.
LibreOffice Draw can be used to view, print, and export PDF files, and it has this option too (Print - Page layout - Pages per sheet).
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
qpdfview provides this setting, somewhat hidden in the printer properties. As most viewers just use some native printer dialog you may find it there in your favorite viewer, too.
Addendum:
- Looking up Evince, the option is under Print -Page setup - Pages per side.
PDF Studio Viewer has the option:
Considering Master PDF Editor, it has that setting in the printer Properties, but it is active only for a real printer, while it is disabled for the "Print to file (PDF)" option.
LibreOffice Draw can be used to view, print, and export PDF files, and it has this option too (Print - Page layout - Pages per sheet).
qpdfview provides this setting, somewhat hidden in the printer properties. As most viewers just use some native printer dialog you may find it there in your favorite viewer, too.
Addendum:
- Looking up Evince, the option is under Print -Page setup - Pages per side.
PDF Studio Viewer has the option:
Considering Master PDF Editor, it has that setting in the printer Properties, but it is active only for a real printer, while it is disabled for the "Print to file (PDF)" option.
LibreOffice Draw can be used to view, print, and export PDF files, and it has this option too (Print - Page layout - Pages per sheet).
edited Oct 10 '17 at 19:57
cipricus
2,620850122
2,620850122
answered Oct 10 '17 at 15:12
Murphy
1,7471517
1,7471517
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
add a comment |Â
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
do those options appear after you press "Print" in the first window?
â cipricus
Oct 10 '17 at 15:29
1
1
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
No, press the "Properties" button right of the printer selection.
â Murphy
Oct 10 '17 at 15:37
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
I have accepted your answer ("most viewers just use some native printer dialog you may find it there in your favorite viewer, too"); please accept my future edits as I try to add info on other programs involved.
â cipricus
Oct 10 '17 at 15:46
add a comment |Â
up vote
1
down vote
I am still expecting an answer in case there is a pdf viewer with that option, but for the moment I can confirm the pdfnup
command, which can be integrated to Thunar custom actions and thus operate through a GUI.
Testing pdfnup
terminal command (from here) in Linux Mint Xfce it said the needed tool was not installed and recommended texlive-extra-utils
. After installing that, it still gave an error complaining of some missing LaTex package. I found here that the error can be fixed by installing texlive-latex-recommended
. After installing that it all went fine.
So, to use in terminal: open terminal in the location of your.pdf and run pdfnup your.pdf
.
Or in Thunar custom actions, add the command pdfnup %f
. Appearance conditions: check "other files"
and restrict to pdf under "file pattern".
This will create a new file called your-nup.pdf where two pages from before will be integrated on one single page from left to right.
If you need four per page, 2x2 (not all four from left to right, but 1-2 above and 3-4 below on the same sheet), use the command pdfnup --nup 2x2 %f
(indicated in a comment under the answer linked above).
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
add a comment |Â
up vote
1
down vote
I am still expecting an answer in case there is a pdf viewer with that option, but for the moment I can confirm the pdfnup
command, which can be integrated to Thunar custom actions and thus operate through a GUI.
Testing pdfnup
terminal command (from here) in Linux Mint Xfce it said the needed tool was not installed and recommended texlive-extra-utils
. After installing that, it still gave an error complaining of some missing LaTex package. I found here that the error can be fixed by installing texlive-latex-recommended
. After installing that it all went fine.
So, to use in terminal: open terminal in the location of your.pdf and run pdfnup your.pdf
.
Or in Thunar custom actions, add the command pdfnup %f
. Appearance conditions: check "other files"
and restrict to pdf under "file pattern".
This will create a new file called your-nup.pdf where two pages from before will be integrated on one single page from left to right.
If you need four per page, 2x2 (not all four from left to right, but 1-2 above and 3-4 below on the same sheet), use the command pdfnup --nup 2x2 %f
(indicated in a comment under the answer linked above).
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I am still expecting an answer in case there is a pdf viewer with that option, but for the moment I can confirm the pdfnup
command, which can be integrated to Thunar custom actions and thus operate through a GUI.
Testing pdfnup
terminal command (from here) in Linux Mint Xfce it said the needed tool was not installed and recommended texlive-extra-utils
. After installing that, it still gave an error complaining of some missing LaTex package. I found here that the error can be fixed by installing texlive-latex-recommended
. After installing that it all went fine.
So, to use in terminal: open terminal in the location of your.pdf and run pdfnup your.pdf
.
Or in Thunar custom actions, add the command pdfnup %f
. Appearance conditions: check "other files"
and restrict to pdf under "file pattern".
This will create a new file called your-nup.pdf where two pages from before will be integrated on one single page from left to right.
If you need four per page, 2x2 (not all four from left to right, but 1-2 above and 3-4 below on the same sheet), use the command pdfnup --nup 2x2 %f
(indicated in a comment under the answer linked above).
I am still expecting an answer in case there is a pdf viewer with that option, but for the moment I can confirm the pdfnup
command, which can be integrated to Thunar custom actions and thus operate through a GUI.
Testing pdfnup
terminal command (from here) in Linux Mint Xfce it said the needed tool was not installed and recommended texlive-extra-utils
. After installing that, it still gave an error complaining of some missing LaTex package. I found here that the error can be fixed by installing texlive-latex-recommended
. After installing that it all went fine.
So, to use in terminal: open terminal in the location of your.pdf and run pdfnup your.pdf
.
Or in Thunar custom actions, add the command pdfnup %f
. Appearance conditions: check "other files"
and restrict to pdf under "file pattern".
This will create a new file called your-nup.pdf where two pages from before will be integrated on one single page from left to right.
If you need four per page, 2x2 (not all four from left to right, but 1-2 above and 3-4 below on the same sheet), use the command pdfnup --nup 2x2 %f
(indicated in a comment under the answer linked above).
edited Oct 10 '17 at 19:51
answered Oct 10 '17 at 15:15
cipricus
2,620850122
2,620850122
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
add a comment |Â
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
Interesting solution!
â Mark Stewart
Oct 10 '17 at 16:47
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f397242%2fpdf-viewer-with-page-per-sheet-print-setting%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
PDF, GUI edit, UNIX - pick two.
â Satà  Katsura
Oct 10 '17 at 15:07