I have a large pdf file which I need to split into multiple pdfs or chunks before I upload to the server(another wcf service). I have two approaches to send large files(>2 MB) to server by splitting them multiple pdfs or one pdf into chunks .Can any one tell me this how to achieve ? I found the articles using iTextSharp but it's deprecated one. I don't use licensed one. Do we have any feasible way to achieve this ?
I have followed the following article .But they have used iTextshap which is a deprecated one . https://www.c-sharpcorner.com/article/splitting-pdf-file-in-c-sharp-using-itextsharp/