Hi Team,
I want to split a PDF with a size of for example 160 MB in 5 extracted PDFs with equal sizes of like per pdf size should be 32mb.
My current solution only works based on the number of pages. Because the data in the PDF is distributed unequal the output is also very unequal.
For example my current solution works like this:
Before split:
File (160MB)
After split:
Split A (90MB)
Split B (10MB)
Split C (10MB)
Split D(40mb)
Split E(10mb)
Team, please let me know asap about solution because i am facing issue on prod environment.
Thanks and regards
Smitesh