Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Merge Odd-Even Pages

Skillkiller opened this issue · comments

Feature Description

I would like to add a PDF Page Organiser Mode which re-sorts manual double-sided scans.

Specifically, it is about scans where first all front pages (odd pages) and then all back pages (even pages) were scanned. Example: 1,3,5,2,4,6

I have already mentioned this in discussion #1365 but have not yet received an answer, so I assume that this is not yet possible.

Why is this feature valuable?

I think this feature is useful for manual one-sided bulk scans

Suggested Implementation

I would add a new PDF Page Organiser mode for this.

Additional Information

I would implement this feature or the new mode myself and submit it as a PR.

No Duplicate of the Feature

  • I have verified that there are no existing features requests similar to my request.

Sounds good to add!

Duplex sort might already do this not sure

Hello, I have tested all previous modes. None sorted in the appropriate order.
Odd-Even Scan.pdf Example

Just for the record in the hope that they might be useful:
Normal Order.pdf
Example.docx

Initial situation

Odd-Even Scan(1)

Duplex Sort

Odd-Even Scan Duplex

Booklet Sort

Odd-Even Scan Booklet

Side Stitched Booklet Sort

Odd-Even Scan Side Stitched Booklet

Odd-Even Split

Odd-Even Scan Odd-Even Split

Sure then!

I will do that. How can I add a new text string which can be translated? I have seen that in src/main/resources/messages_en_US.properties + other languages all the strings are defined. Can I simply enter them there in German and English or is there a central translation platform or a central definition centre/file?

En_GB is central
Anything added there will be spread to rest later via scripts after merge if they don't have their own translations