Hello -
I have a PDF that is 768264 bytes. I am trying to split this into individuals pages using the following logic:
var pageStreams = pdfEditor.SplitToPages(ms);
I then take each stream and save it, however each page has the same size of 33660054 bytes, which is much larger “per page” then the entire PDF itself.
Any thoughts on why this would occur and how to prevent it?
Thanks!