Stirling-Tools / Stirling-PDF

#1 Locally hosted web application that allows you to perform various operations on PDF files
https://stirlingpdf.com
MIT License
45.93k stars 3.74k forks source link

[Feature Request]: Split PDF when total pages count is unknown #1576

Open t0mmili opened 3 months ago

t0mmili commented 3 months ago

Feature Description

Split PDF should allow to choose range from x to y, where x is known, and y is unknown (end of document).

Why is this feature valuable?

I was trying to split document, but didn't remember what is the actual pages count (which is often the case). In the Info box there's no information how to do this , In src code I found all, which works, but it's not intuitive, comparing to other similar apps.

Suggested Implementation

No response

Additional Information

No response

No Duplicate of the Feature

Frooodle commented 3 months ago

what would happen if you inputted 1-1000 etc and exceed the total count does this work?

t0mmili commented 3 months ago

what would happen if you inputted 1-1000 etc and exceed the total count does this work?

Hmm, surprisingly it works. But tbh, I was thinking about something like "1-", which is often implemented such in other apps.

Frooodle commented 3 months ago

Interesting, in my experience it's always 1-999 etc