- Posts: 7
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova, Xamarin, Basic4Android topics are listed here.
Slow Performance for Graphic Heavy PDF's
- stacy_brenes
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
8 years 8 months ago - 8 years 8 months ago #12601
by stacy_brenes
Slow Performance for Graphic Heavy PDF's was created by stacy_brenes
We have observed that graphic heavy PDF's render very slowly on the reader and gives the illusion that it is broken. For example, a locally referenced file such as the one found here:
theinstitute.ieee.org/ns/quarterly_issues/tisep16.pdf
, will take several seconds to load the cover page.
Has anyone know how to enhance the performance?
Has anyone know how to enhance the performance?
Last edit: 8 years 8 months ago by stacy_brenes. Reason: file didn't attact
IP: 192.168.0.71
8 years 8 months ago #12602
by support
Replied by support on topic Slow Performance for Graphic Heavy PDF's
I've just finished a quick test on your file.
On my actual android device performances seems to be (from faster to slower):
- mupdf
- pdftron, radaee, pspdfkit
- Adobe (many many seconds)
- foxit (,many many many seconds,)
The main reason is that your cover page, and some other pages, contains a huge amount of vector polygons.
Such vector drawings needs many computations to be rendered.
Are you testing iOS or android?
On my actual android device performances seems to be (from faster to slower):
- mupdf
- pdftron, radaee, pspdfkit
- Adobe (many many seconds)
- foxit (,many many many seconds,)
The main reason is that your cover page, and some other pages, contains a huge amount of vector polygons.
Such vector drawings needs many computations to be rendered.
Are you testing iOS or android?
- stacy_brenes
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
IP: 192.168.0.71
8 years 7 months ago #12611
by stacy_brenes
Replied by stacy_brenes on topic Slow Performance for Graphic Heavy PDF's
I am testing in iOS 9,3+ and Android 6+
IP: 192.168.0.71
8 years 7 months ago #12618
by nermeen
Replied by nermeen on topic Slow Performance for Graphic Heavy PDF's
The solution we can implement is user-level (spin wheel as in Android version) but as mentioned above, the page contains many vector objects and is slow on all rendering engines (ours and commercial competitors).
The only definitive solution can be obtained by optimizing the PDF file.
The only definitive solution can be obtained by optimizing the PDF file.
Time to create page: 0.399 seconds