Skip to content
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

add --listpagesizes (similar to --listdevices) #508

Open
muescha opened this issue Dec 21, 2024 · 1 comment
Open

add --listpagesizes (similar to --listdevices) #508

muescha opened this issue Dec 21, 2024 · 1 comment

Comments

@muescha
Copy link

muescha commented Dec 21, 2024

Is your feature request related to a problem? Please describe.

For devices I can list the current devices with --listdevices. But not for pagesizes. I have to look at the source code to see it:

"letter" => Letter,
"legal" => Legal,
"a5" => A5,
"a4" => A4,
"a3" => A3,
"b5" => B5,
"b4" => B4,
_ => null

Describe the solution you'd like

It would be nice to have a --listprofiles

Describe alternatives you've considered

add to doc command-line#scanning-options and to --help the full list of available sizes

Additional context

@muescha muescha changed the title add --listpagesizes (similar to --listdevices) #507 add --listpagesizes (similar to --listdevices) Dec 21, 2024
@muescha
Copy link
Author

muescha commented Dec 21, 2024

Bonus point:
Provide a list of “recently used page sizes” that are not in the well-known list, so they can be used as input for the --pagesize option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant