Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Wed Jan 13, 2021 11:24 am

Hi,
I am unable to load a stream of size greater than 2 GB into PDF.
The Code snippet for the same can be found below

PdfDocument doc = new PdfDocument();
FileInputStream is = new FileInputStream(input_path);
LOG.info("Length of input stream is : " + is.available() + " for path : " + input_path);
doc.loadFromStream(is);

The input path is the path where we have the PDF of size 2 GB.
Please provide any clarifications/suggestions for the same.

bharat.k.sharma
 
Posts: 2
Joined: Wed Jan 13, 2021 11:17 am

Thu Jan 14, 2021 7:44 am

Hello,

Thanks for your inquiry!

I have reproduced your issue and logged it in our issue tracking system with the ticket SPIREPDF-3979 for further investigation.

We will let you know if there is any update. Sorry for the inconvenience caused.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Fri Jan 15, 2021 10:53 am

Hey Marcia,
Is there any update on the issue?

bharat.k.sharma
 
Posts: 2
Joined: Wed Jan 13, 2021 11:17 am

Mon Jan 18, 2021 9:39 am

Hello,

Thanks for your inquiry.

I am afraid that the issue SPIREPDF-3979 cannot be resolved in a short time due to its complexity.

Anyway, once there is any progress regarding the issue SPIREPDF-3979, we will notify you immediately.

Thanks for your patience.

Sincerely,
Marcia
E-iceblue support team
User avatar

Marcia.Zhou
 
Posts: 858
Joined: Wed Nov 04, 2020 2:29 am

Return to Spire.PDF