- Posts: 15
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
the fall of the native
- AntonGerasimenko
- Topic Author
- Offline
- New Member
-
Less
More
10 years 11 months ago #9623
by AntonGerasimenko
the fall of the native was created by AntonGerasimenko
Hello!
Open documents smaller than 740 bytes and the application falls from the native.
If you allocate buffer at the opening of 2048, everything is fine.
byte [] outArray = getOutArray(path); // the PDF file is 740 bytes
Document.PDFStream stream = new PDFMemStream(outArray);
document = new Document();
document.OpenStream(stream, ""); // the fall of the native
Correct the bug.
Open documents smaller than 740 bytes and the application falls from the native.
If you allocate buffer at the opening of 2048, everything is fine.
byte [] outArray = getOutArray(path); // the PDF file is 740 bytes
Document.PDFStream stream = new PDFMemStream(outArray);
document = new Document();
document.OpenStream(stream, ""); // the fall of the native
Correct the bug.
10 years 11 months ago #9624
by Davide
Replied by Davide on topic the fall of the native
Hi,
what version of the library are you using? Can you reproduce this issue with the demo project?
Can you please send us one of these pdf to test it?
what version of the library are you using? Can you reproduce this issue with the demo project?
Can you please send us one of these pdf to test it?
- AntonGerasimenko
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
10 years 11 months ago #9636
by AntonGerasimenko
Replied by AntonGerasimenko on topic the fall of the native
My SDK ver (PDFViewer3.4beta7_Android studio) Professional.
My PDF is attached below.,
My PDF is attached below.,
10 years 11 months ago #9637
by Davide
Replied by Davide on topic the fall of the native
Hi,
I have checked your pdf with the last beta version and it works properly!
I suggest you to download the new beta version here: www.radaeepdf.com/download/download-prev...34-radaeepdf-351beta
I have checked your pdf with the last beta version and it works properly!
I suggest you to download the new beta version here: www.radaeepdf.com/download/download-prev...34-radaeepdf-351beta
Time to create page: 0.399 seconds