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

Allow -stdin and -stdout everywhere possible #311

Open
johnwhitington opened this issue Dec 22, 2023 · 1 comment
Open

Allow -stdin and -stdout everywhere possible #311

johnwhitington opened this issue Dec 22, 2023 · 1 comment

Comments

@johnwhitington
Copy link
Owner

As a customer points out:

For example,

cpdf -merge -stdin 1.pdf -stdin -o o.pdf < 0.pdf

should have the same effect as

cpdf -merge 0.pdf 1.pdf 0.pdf -o o.pdf

@johnwhitington johnwhitington changed the title -stdin cannot be used multiple times Allow -stdin and -stdout everywhere possible Apr 20, 2024
@johnwhitington
Copy link
Owner Author

See also:

$ cpdf -info -utf8 -stdin < in.pdf
Encryption: Not encrypted
Permissions:

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