-
Notifications
You must be signed in to change notification settings - Fork 67
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
feature_request(merge): numerical (intuitive) order #364
Comments
Good suggestion. |
This is fixed in PDFsam and in Sejda using the -d argument to merge all the PDFs in a directory (which should pretty much do the same as the .pdf). |
@torakiki, did I understand correctly that version 3.2.85 was the latest free version of sejda-console? Thanks. |
Yes, 3.x was the last free open source version of the sejda-console that we released |
#326 — related issue
1. Summary
It would be nice, if Sejda for Windows will support intuitive (numerical) order, not lexicography order solely.
2. Argumentation
Why I need numerical order. I scan the book → I process books images → I convert images to PDF files → I need merge these files to PDF.
My PDF files have names
1.pdf
,2.pdf
,3.pdf
and so on. I need the same order in merged PDF.Also, it would be nice, if I merge PDF's quickly, use minimum actions. Therefore, for books, that contains hundreds of pages, I will use methods from item 7 of this issue, not manually set Sejda Console or PDFSam.
3. Data
For example, I have files
4.pdf
,7.pdf
and14.pdf
. Example files here, but you can use any another.pdf
files with this names.4. Steps to reproduce
I download and unzip latest Sejda Console Windows binary for 14.8.2019 → I add path of Sejda
bin
folder to myPATH
environment variable → I run sejda-console command:5. Actual behavior
Lexicographic (or classic literal filename) sorting:
For
KiraSuperhero.pdf
:14.pdf
,44.pdf
,7.pdf
.For PDFtk I have the same behavior.
5.1. Sejda Console
6. PDFSam Basic
Same:
7. Expected behavior
Numerical sorting.
For
KiraSuperhero.pdf
:7.pdf
,14.pdf
,44.pdf
.7.1. sejda.com
I visit https://www.sejda.com/merge-pdf → I upload my 3 example files →
Reorder
→File names, A—Z
:Merge PDF files
→ I get PDF with expected behavior.7.2. Weeny Free PDF Merger
I have expected behavior, if I merge my PDF, use this program. It's Windows program, but support numerical order.
7.3. Bulk Rename Utility
Bulk Rename Utility have an option
Logical Sorting
for solving this problem. Compare files order, if option:8. Not helped
8.1. Windows settings
I read about numerical sorting in Windows 10 File Explorer:
Enable_numerical_sorting_in_File_Explorer.reg
→ I restart Windows → I make «Steps to Reproduce» → I have the same behavior.
8.2. Options
I can't find options, how I can change order to numerical in:
sejda-console merge -h
9. Environment
Thanks.
The text was updated successfully, but these errors were encountered: