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

Cannot handle spaces in filenames #56

Open
mbeynon-galois opened this issue Apr 18, 2023 · 0 comments
Open

Cannot handle spaces in filenames #56

mbeynon-galois opened this issue Apr 18, 2023 · 0 comments

Comments

@mbeynon-galois
Copy link

Merging two PDF files, one of which has spaces in the name:

backslash escaped on command line ...

$ unipdf merge output.pdf part1.pdf part\ two\ report.pdf
Could not merge the input files: open part: no such file or directory

enclosed in double quotes ...

$ unipdf merge output.pdf part1.pdf "part two report.pdf"
Could not merge the input files: open part: no such file or directory

I was forced to rename the input file to be "part_two_report.pdf" for it to work properly. This should be an easy fix to not assume filenames won't have spaces in the name.

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