- Posts: 4
- 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
ViewPDF not rendering make gesture zoomOut Nexus6
10 years 11 months ago #9673
by herriv
Replied by herriv on topic ViewPDF not rendering make gesture zoomOut Nexus6
Hi!!
Sorry but.... I can reproduce this issue with all our PDFs with your PDFReader module (This is a screenshot of my app with the issue using PDFReader Module oi58.tinypic.com/s4t5wi.jpg and oi61.tinypic.com/seq16q.jpg ). This is issue only be reproduce when Global.zoomLevel > 3 (example: 3.5f) in PDFReaderModule and in my app the issue only repoduce when Global.zoomLevel => 3 (example: 3f) only in nexus 6 device.s
These are any the files that load with my app.
pass: A61BD9HDTAMRDFA56M51OI0BNRDT1SBT
cld.gruporeforma.com/newsstand/elnorte/2...npri20151001-001.pdf
cld.gruporeforma.com/newsstand/elnorte/2...nnac20151001-002.pdf
This is my default_config() settings in Global Class
public static void default_config():
selColor = 0x400000C0;// selection color
fling_dis = 1.0f;// 0.5-2
fling_speed = 0.1f;// 0.05 - 0.2
def_view = 0;// 0,1,2,3,4,5,6 0:vertical 1:horizon 2:curl effect 3:single // 4:SingleEx 5:Reflow, 6:show 2 page as 1 page in land // scape mode
render_mode = recommandedRenderMode();// 0,1,2 0:draft 1:normal 2:best
dark_mode = false;// dark mode
zoomLevel = 3;
debug_mode = true;
setAnnotTransparency(0x200040FF);
Thank you for your attention and I remain at your service .
Sorry but.... I can reproduce this issue with all our PDFs with your PDFReader module (This is a screenshot of my app with the issue using PDFReader Module oi58.tinypic.com/s4t5wi.jpg and oi61.tinypic.com/seq16q.jpg ). This is issue only be reproduce when Global.zoomLevel > 3 (example: 3.5f) in PDFReaderModule and in my app the issue only repoduce when Global.zoomLevel => 3 (example: 3f) only in nexus 6 device.s
These are any the files that load with my app.
pass: A61BD9HDTAMRDFA56M51OI0BNRDT1SBT
cld.gruporeforma.com/newsstand/elnorte/2...npri20151001-001.pdf
cld.gruporeforma.com/newsstand/elnorte/2...nnac20151001-002.pdf
This is my default_config() settings in Global Class
public static void default_config():
selColor = 0x400000C0;// selection color
fling_dis = 1.0f;// 0.5-2
fling_speed = 0.1f;// 0.05 - 0.2
def_view = 0;// 0,1,2,3,4,5,6 0:vertical 1:horizon 2:curl effect 3:single // 4:SingleEx 5:Reflow, 6:show 2 page as 1 page in land // scape mode
render_mode = recommandedRenderMode();// 0,1,2 0:draft 1:normal 2:best
dark_mode = false;// dark mode
zoomLevel = 3;
debug_mode = true;
setAnnotTransparency(0x200040FF);
Thank you for your attention and I remain at your service .
- Salomon_san
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
10 years 3 months ago #10654
by Salomon_san
Replied by Salomon_san on topic ViewPDF not rendering make gesture zoomOut Nexus6
hey,
i've the Same Problem. but only on a Samsung Galaxy Tab Pro 8.4
and with Zoomleven >10 (i need a high Zoomlevel )
any solutions or tips ?
thank
i've the Same Problem. but only on a Samsung Galaxy Tab Pro 8.4
and with Zoomleven >10 (i need a high Zoomlevel )
any solutions or tips ?
thank
10 years 3 months ago #10655
by Davide
Replied by Davide on topic ViewPDF not rendering make gesture zoomOut Nexus6
Hi,
what version of the library are you using?
Please check the last one here : www.radaeepdf.com/download/download-prev.../34-radaeepdf-362rc3
I suggest you to check and try RDPDFReader, you will have an higher zoom with best performances.
what version of the library are you using?
Please check the last one here : www.radaeepdf.com/download/download-prev.../34-radaeepdf-362rc3
I suggest you to check and try RDPDFReader, you will have an higher zoom with best performances.
Time to create page: 0.354 seconds