split huge 40000 page pdf into single pages, itextsharp, outofmemoryexception

后端 未结 5 792
清酒与你
清酒与你 2021-01-31 21:40

I am getting huge PDF files with lots of data. The current PDF is 350 MB and has about 40000 pages. It would of course have been nice to get smaller PDFs, but this is what I hav

5条回答
  •  天涯浪人
    2021-01-31 22:08

    Could it work better using some other library than itextsharp?

    Please try Aspose.Pdf for .NET which allows you to split the PDF into single pages or you could split the PDF to different sets of pages in various ways, either using files or memory streams. API is very simple to learn and use. It works with large PDF files having large number of pages.

    Disclosure: I work as developer evangelist at Aspose.

提交回复
热议问题