from Image Provider
open fun fromImageProvider(@NonNull context: Context, @NonNull dataProvider: DataProvider): PdfActivityIntentBuilder
Creates a new intent builder with an image document being loaded from data provider.
Return
Intent builder with specified image document data provider as the source.
Parameters
context
Context of the calling component, used for intent creation.
data Provider
Data provider of the image documents to open.