PDF Viewer Library Android
Installation
Add to build.gradle:  
      
    
    
    implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'
    ProGuard
If you are using ProGuard, add following rule to proguard config file: 
      
    
    
    -keep class com.shockwave.**
Include PDF View in your layout
If you are using this XML:   
    
    
    <com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" android:layout_width="match_parent" android:layout_height="match_parent"/>

0 comments:
Post a Comment