Gentoo Archives: gentoo-user

From: Joseph <syscon780@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] can not print pdf w/e-document viewer
Date: Thu, 24 Jan 2013 18:04:04
Message-Id: 20130124180633.GC25218@syscon7.inet
In Reply to: Re: [gentoo-user] can not print pdf w/e-document viewer by Bruce Hill
1 On 01/24/13 11:25, Bruce Hill wrote:
2 >On Thu, Jan 24, 2013 at 09:43:06AM -0700, Joseph wrote:
3 >> I have a document "letter" size in landscape mode and I'm trying to print it with e-document viewer
4 >> 4-pages per side and it will not print. Some documents prints OK but this one will not print it.
5 >>
6 >> Are there better programs in Linux for printing pdf files?
7 >>
8 >> pdfinfo Biol_321_2013_Lec_06_Biogeography_1_per.pdf
9 >> Title: Microsoft PowerPoint - Biol 321 2013 Lec 06 Biogeography.pptx
10 >> Author: hproctor
11 >> Creator: PScript5.dll Version 5.2.2
12 >> Producer: Acrobat Distiller 7.0.5 (Windows)
13 >> CreationDate: Wed Jan 23 17:43:54 2013
14 >> ModDate: Wed Jan 23 17:43:54 2013
15 >> Tagged: no
16 >> Pages: 18
17 >> Encrypted: no
18 >> Page size: 612 x 792 pts (letter)
19 >> File size: 961318 bytes
20 >> Optimized: yes
21 >> PDF version: 1.4
22 >
23 >lp still does a good job for me:
24 >
25 >mingdao@workstation ~ $ lpstat -a
26 >Officejet_Pro_8500_A910 accepting requests since Wed 23 Jan 2013 02:52:15 PM CST
27 >mingdao@workstation ~ $ lp -d Officejet_Pro_8500_A910 -o scaling=75 HOW-TO/apcupsd.pdf
28 >request id is Officejet_Pro_8500_A910-19 (1 file(s))
29 >
30 >Bruce
31
32 The document prints OK from windows but Linux drivers are not up to standard :-/
33
34 I'm trying lpr but the following command does not print the pages I want, it prints all pages instead of 1-8
35
36 lpr -o media=Letter -o landscape -o number-up=4 -o page-ranges=1-8 -o number-up-layout=btlr
37
38 I think "-o number-up=4" can not be combine with: "-o page-ranges=1-8"
39 --
40 Joseph

Replies

Subject Author
[gentoo-user] Re: can not print pdf w/e-document viewer nunojsilva@×××××××.pt