In Android, if you open tiff using the code below, you can view only one page even if it contains multiple tiffs. How can I show multiple pages like PDF?
val config = ViewerConfig.Builder().openUrlCachePath(this.getCacheDir().getAbsolutePath())
.multiTabEnabled(true)
.build()
val fileLink = Uri.parse("file:///android_asset/tiff.tiff")
DocumentActivity.openDocument(this, fileLink, config)
World’s #1 PDF SDK Library for Web, Mobile, Server, Desktop
CONFIDENTIALITY NOTICE: This message (and any attachment to it) is intended only for the use of the individual or entity to which it is addressed in the header, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. Any reproduction, distribution, modification or use of the contents of this message (and any attachment to it) by any individual or entity other than the intended recipient is prohibited. If you have received this communication in error, please notify us immediately and delete the original.