Package 

Class PdfDocument

  • All Implemented Interfaces:
    android.os.Parcelable , net.gini.android.capture.Document

    
    public class PdfDocument
    extends GiniCaptureDocument
                        

    A document containing a PDF.

    • Method Summary

      Modifier and Type Method Description
      String getFilename() Get the filename of the PDF.
      void loadFilename(@NonNull() Context context) Loads the filename of the PDF from the Uri.
      int describeContents() Internal use only.
      void writeToParcel(Parcel dest, int flags) Internal use only.
      • Methods inherited from class net.gini.android.capture.document.GiniCaptureDocument

        equals, generateUploadMetadata, getData, getId, getImportMethod, getIntent, getMimeType, getParcelableMemoryCacheTag, getSource, getType, getUri, hashCode, isImported, isReviewable, loadData, setData, setParcelableMemoryCacheTag, toString, unloadData
      • Methods inherited from class android.os.Parcelable

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait