Split Pdf into multiple ones

Hi All,

I have a scenario where I need to split pdf (6-8 pages) into multiple pdfs. I just know the start and end text for the resulting pdfs, page numbers can be dynamic as well.
Any help would be appreciated.

Thanks in advance :slight_smile:

This thread might help you

Cheers @kaurM

Thanks for the quick response. I will check this out :slight_smile:

1 Like

This is not helping me out because this pdf has same keyword on every page whereas in my case, the text is different on each page.
:frowning:

For this type of problem using the python scope (with a pdf library like pypdf2) could help.

To split by a dynamic page range, check this solution: Split PDF by a dynamic page range