Hey guys,
currently I am facing with an issue regarding splitting a PDF.
I want to split a PDF with a size of for example 60 MB in three extracted PDFs with equal sizes of 20MB.
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 (60MB)
After split:
Split A (40MB)
Split B (10MB)
Split C (10MB)
Thanks and regards
Yannik