Last Updated:
15 May 2024 07:13
by ADMIN
Hi.
I'm currently working with the large PDFs. I'm able to process PDFs up to 2.1 GB easily without any error using Telerik Document Processing. However, if I take a larger PDF (e.g. 2.8 GB), PdfFormatProvider.Import throws an IOException with the next message: "The parameter is incorrect. : {path}".
I'm using FileStream to provide a sample for the Import method.
I've checked it with the different samples, all have the same behavior. So, I guess, it will work for any PDF larger than 2.1 GB.