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

SuperDoc

More
IP: 194.232.128.103 6 years 6 months ago #14450 by apait
SuperDoc was created by apait
Hi,
Can you show us the usage of SuperDoc? It's not used in your demo-project.
Thanks!
Lukas
More
IP: 111.196.244.167 6 years 6 months ago #14451 by radaee
Replied by radaee on topic SuperDoc
SuperDoc is wrap of Document list.
imaging that you have 10 PDF file, each has single page.
if you want display 10 PDF files in PDFLayoutView, you may need merge 10 PDF file to 1 PDF file.
SuperDoc manage 10 PDF files like 1 PDF file.
codes shall like:
Code:
String paths[] = new String["sdcard/1.pdf", "sdcard/2.pdf"]; String pswds[] = new String["password1", "password2"]; SuperDoc doc = new SuperDoc(paths, pswds); PDFGLLayoutView view = (PDFGLLayoutView)findViewByID(R.id.pdf_view); view.PDFOpen(doc, listener); ...
Time to create page: 0.444 seconds
Powered by Kunena Forum