🌐
GitHub
github.com › barteksc › AndroidPdfViewerV2
GitHub - barteksc/AndroidPdfViewerV2: Android view for displaying PDFs rendered with PdfiumAndroid · GitHub
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
Starred by 192 users
Forked by 150 users
Languages   Java
🌐
GitHub
github.com › barteksc › AndroidPdfViewerV1
GitHub - barteksc/AndroidPdfViewerV1: Android view for displaying PDFs rendered with PdfiumAndroid · GitHub
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
Starred by 90 users
Forked by 38 users
Languages   Java
🌐
GitHub
github.com › DImuthuUpe › AndroidPdfViewer
GitHub - DImuthuUpe/AndroidPdfViewer: Android view for displaying PDFs rendered with PdfiumAndroid · GitHub
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
Starred by 8.5K users
Forked by 2.1K users
Languages   Java
🌐
JitPack
jitpack.io › p › barteksc › AndroidPdfViewerV1
barteksc / AndroidPdfViewerV1 Download
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
🌐
GitHub
github.com › DImuthuUpe › AndroidPdfViewer › blob › master › sample › src › main › java › com › github › barteksc › sample › PDFViewActivity.java
AndroidPdfViewer/sample/src/main/java/com/github/barteksc/sample/PDFViewActivity.java at master · DImuthuUpe/AndroidPdfViewer
import com.github.barteksc.pdfviewer.PDFView; import com.github.barteksc.pdfviewer.listener.OnLoadCompleteListener; import com.github.barteksc.pdfviewer.listener.OnPageChangeListener; import com.github.barteksc.pdfviewer.listener.OnPageErrorListener; import com.github.barteksc.pdfviewer.scroll.DefaultScrollHandle; import com.github.barteksc.pdfviewer.util.FitPolicy; import com.shockwave.pdfium.PdfDocument; ·
Author   DImuthuUpe
🌐
Maven Repository
mvnrepository.com › artifact › com.github.barteksc › android-pdf-viewer › 2.8.2
Maven Repository: com.github.barteksc » android-pdf-viewer » 2.8.2
April 24, 2018 - Note: this artifact is located at Spring Lib M repository (https://repo.spring.io/libs-milestone/) · Inside the Android OS: Building, Customizing, Managing and Operating Android System Services (Android Deep Dive) · Web site developed by @frodriguez Powered by: Scala, Play, Spark, Pekko and ...
Published   Apr 24, 2018
Version   2.8.2
🌐
GitHub
github.com › barteksc › AndroidPdfViewerV1 › blob › master › android-pdf-viewer › src › main › java › com › github › barteksc › pdfviewer › PDFView.java
AndroidPdfViewerV1/android-pdf-viewer/src/main/java/com/github/barteksc/pdfviewer/PDFView.java at master · barteksc/AndroidPdfViewerV1
package com.github.barteksc.pdfviewer; · · import android.content.Context; · import android.graphics.Bitmap; · import android.graphics.Canvas; · import android.graphics.Color; · import android.graphics.Paint; · import android.graphics.Paint.Style; ·
Author   barteksc
🌐
GitHub
github.com › kkeenee › barteksc-AndroidPdfViewer
GitHub - kkeenee/barteksc-AndroidPdfViewer: Android view for displaying PDFs rendered with PdfiumAndroid
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
Author   kkeenee
🌐
JitPack
jitpack.io › p › barteksc › pdfviewpager
barteksc / PdfViewPager Download
@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ... PdfViewPager pdfViewPager = (PDFViewPager) findViewById(R.id.pdfViewPagerZoom); ScrollBar scrollBar = (ScrollBar) findViewById(R.id.scrollBar); scrollBar.setVerticalViewPager(pdfViewPager); } ... <com.github.barteksc.pdfviewpager.view.ScrollBar android:layout_width="wrap_content" android:layout_height="match_parent" app:sb_handleColor="..." <!-- scrollbar handle color --> app:sb_indicatorColor="..." <!-- background color of current page indicator --> app:sb_indicatorTextColor="..." <!-- text color of current page indicator --> android:background="..." <!-- scrollbar background --> />
Find elsewhere
🌐
Tabnine
tabnine.com › home › code library
Code Library - Tabnine
July 25, 2024 - Get the answers and suggestions you need from our AI code assistant. Get started in minutes with a free 90 day trial of Tabnine Pro.
🌐
JitPack
jitpack.io › p › barteksc › AndroidPdfViewer
DImuthuUpe / AndroidPdfViewer Download
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
🌐
GitHub
github.com › degits › AndroidPdfViewer-Barteksc
GitHub - degits/AndroidPdfViewer-Barteksc
Predefined providers are available in com.github.barteksc.pdfviewer.source package and can be used as samples for creating custom ones. Predefined providers can be used with shorthand methods: pdfView.fromUri(Uri) pdfView.fromFile(File) pdfView.fromBytes(byte[]) pdfView.fromStream(InputStream) pdfView.fromAsset(String) Custom providers may be used with pdfView.fromSource(DocumentSource) method.
Author   degits
🌐
Maven Repository
mvnrepository.com › artifact › com.github.barteksc
Maven Repository: com.github.barteksc
com.github.barteksc » AndroidPdfViewerV1 Apache · com.github.barteksc » AndroidPdfViewer Apache
🌐
GitHub
github.com › barteksc
barteksc - Overview
barteksc has 28 repositories available. Follow their code on GitHub.
🌐
Maven Repository
mvnrepository.com › artifact › com.github.barteksc › android-pdf-viewer › 3.0.0-beta.5
Maven Repository: com.github.barteksc » android-pdf-viewer » 3.0.0-beta.5
April 24, 2018 - Note: this artifact is located at Spring Lib M repository (https://repo.spring.io/libs-milestone/) · Inside the Android OS: Building, Customizing, Managing and Operating Android System Services (Android Deep Dive) · Web site developed by @frodriguez Powered by: Scala, Play, Spark, Pekko and ...
Published   Apr 24, 2018
Version   3.0.0-beta.5
🌐
GitHub
github.com › PitipongXYZ › AndroidPdfViewer-1
GitHub - PitipongXYZ/AndroidPdfViewer-1: Android view for displaying PDFs rendered with PdfiumAndroid · GitHub
<com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" android:layout_width="match_parent" android:layout_height="match_parent"/> pdfView.fromAsset(pdfName) .pages(0, 2, 1, 3, 3, 3) .defaultPage(1) .showMinimap(false) .enableSwipe(true) .onDraw(onDrawListener) .onLoad(onLoadCompleteListener) .onPageChange(onPageChangeListener) .onError(onErrorListener) .load(); pages is optional, it allows you to filter and order the pages of the PDF as you need ·
Forked by 3 users
Languages   Java
🌐
Maven Repository
mvnrepository.com › artifact › com.github.barteksc › android-pdf-viewer
Maven Repository: com.github.barteksc » android-pdf-viewer
June 28, 2018 - Current Group · Group · GitHub Barteksc · com.github.barteksc · Description · Links · Related Categories · Android Packages · Android UI Layouts
🌐
Maven Central
central.sonatype.com › artifact › com.github.mhiew › android-pdf-viewer
android-pdf-viewer - com.github.mhiew - Maven Central
--> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.github.mhiew</groupId> <artifactId>android-pdf-viewer</artifactId> <version>3.2.0-beta.3</version> <packaging>aar</packaging> <name>android-pdf-viewer</name> <description>Fork of Barteksc AndroidPdfViewer - Android view for displaying PDFs rendered with PdfiumAndroid</description> <url>https://github.com/mhiew/AndroidPdfViewer</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers