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

Merge-PDF does not merge multiple files with hyphens or dashes #49

Open
MikaelManuel opened this issue Jan 21, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@MikaelManuel
Copy link

Consider the following command:
Merge-PDF -InputFile "VIP-Build_4_16.pdf", "VIP-Build_4_15.pdf", "VIP-Build_4_14.pdf", "VIP-Build_4_13.pdf" -OutputFile 'test.pdf'

The merger does not show all pages. It only shows the first page, which is VIP-Build_4_16.pdf. All other files indicated in the Merge-PDF command is ignored.

Next test:
Merge-PDF -InputFile "0I-fqaav6_MVP-Build_3_22.pdf", "test3.pdf", "test3-Copy.pdf" -OutputFile "test.pdf"

All files are merged.

@MikaelManuel
Copy link
Author

The code is actually affected by the third party library - iText library

@PrzemyslawKlys
Copy link
Member

Is it affected in it's newest version? We haven't updated for a while

@PrzemyslawKlys PrzemyslawKlys added the bug Something isn't working label Jan 30, 2024
@anishnath
Copy link

Used https://8gwifi.org/merge-pdf.jsp for PDF merge with ordering it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants