-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what are acceptable strings for --paper-size? #20
Comments
Hi! I do believe minimalism just improved even more with that my But to answer the question - in short, it is: I.e. my approximation of what's in https://ftp.pwg.org/pub/pwg/candidates/cs-pwgmsn20-20130328-5101.1.pdf Rougly: If you haven't specified a size you get A4; so you should be getting conversion back and forth, which isn't ideal. ipptool does not read document data at all, but your printer of course does, though it will let the ipp setting override it.
|
Hi, attah. Thank you very much for the detailed response. I think I understand. Only the numbers (with optional decimal part) and units are significant. So something silly such as I'm excited about |
Valid in the sense that those names will produce the desired dimensions. US Letter is |
Got it. Thank you so much for all the pointers. Happy hacking! |
Hi, attah. Thank you very much for
pdf2printable
, which I use in a shell script to print (by sending PWG to network printer usingipptool
). All GNU/Linux computers in my household (mine, wife's, and children's) use this script :) I usepdf2printable
rather thanmutool
because it is so wonderfully minimalistic.So far I have only needed to use my printer's default paper size (8.5 x 11 inches, aka "letter") and printing "just works" without having to specify paper size to
pdf2printable
or toipptool
. But I'd like to learn how to print to different paper size (e.g., 8.5 x 14 inches, aka "legal") just in case I need it someday.I have two questions, please:
pdf2printable --paper-size
?pdf2printable --paper-size foo
, do I need to specifyfoo
again when usingipptool
to send the PWG to printer, or doesipptool
automatically determine the paper size based on PWG's dimensions?The text was updated successfully, but these errors were encountered: