Interface DocumentSource

All Known Implementing Classes:
AssetSource, ByteArraySource, FileSource, InputStreamSource, UriSource

public interface DocumentSource
  • Method Summary

    Modifier and Type
    Method
    Description
    com.shockwave.pdfium.PdfDocument
    createDocument(android.content.Context context, com.shockwave.pdfium.PdfiumCore core, String password)
     
  • Method Details

    • createDocument

      com.shockwave.pdfium.PdfDocument createDocument(android.content.Context context, com.shockwave.pdfium.PdfiumCore core, String password) throws IOException
      Throws:
      IOException