How to Build An Android PDF Viewer

preview_player
Показать описание
In this video tutorial you'll learn how to build a PDF viewer for your Android application using the PSPDFKit’s library.

The companion blog post:

Рекомендации по теме
Комментарии
Автор

Guys this is paid library not free to use. They have not disclosed pricing on their site for the public to see.

HammadKhanYT
Автор

Despite the fact that I don't understand your language, this video helped me a lot. Thank you very much!

foquen
Автор

me sirvio mucho gracias, sabes talves una forma de quitar la marca de agua en los pdfs

gabylara
Автор

How to stop a screenshot can you help me please I added secure my activity but it did not work and also I want to change the search text background colour size.

errohitdev
Автор

Sir how to develop search option in pdf in Android

FD-wimw
Автор

val uri = Uri.fromFile(file)
val config =

.disableOutline()
.disablePrinting()
.disableAnnotationEditing()
.disableDocumentInfoView()
.hideDocumentTitleOverlay()

.build()

val intent = PdfActivityIntentBuilder.fromUri(this, uri)
.configuration(config)
.build()

intent.setFlags(


this.startActivity(intent)

errohitdev
Автор

The blog here is basically just doing exactly what the documentation tells us. Does anyone know of some decent tutorials on how to do more ui customization and showing the activity within a frame layout instead of as a full-screen layover?

thecodingtravelbug
Автор

Why hide the pricing - Just let users know

ericghn
Автор

it gives a black screen when i go back

muhammadtayyabsohail
visit shbcf.ru