PDF Split by Size in ASpose PDF

How to split PDF by size in Aspose PDF C#

@immoses
Could you please describe in more details what you want to achieve?

For Example, I have PDF of Size 75MB. I have to Split this PDF into number of parts by size n.
If n = 5, then the PDF should split into 75/5 = 15 parts. if n = 15 , then 75/15 = 5Parts.
I have this scenario working using Itextsharp. Can it be achieved same using aspose?
Reason for splitting: upstream system allows PDF of Size less than 20Mb to upload.

@immoses
It doesn’t seems that PDF has any direct information about content size but you can try to split PDF into multiple version based on pages count like in this article

If this doesn’t suit you I can create task for development team to get more precise info