open documento pdf

  1. Lucas Siqueira

    Android Code Snippet [B4X] Open PDF

    Sub OpenPDF(dirFile As String, nameFile As String) Try #If B4A ' Platform: Android Dim provider As FileProvider provider.Initialize ' Copy the file to the shared directory Wait For (File.CopyAsync(dirFile, nameFile...
Top