Dear all,
in my app I create a PDF file with PdfDocument. I want to see it in Adobe Acrobat Reader.
With this code I can start Adobe Acrobat Reader:
How can I give the filename to the reader to open the correct pdf immediately?
Thanks for your help
Lutz
in my app I create a PDF file with PdfDocument. I want to see it in Adobe Acrobat Reader.
With this code I can start Adobe Acrobat Reader:
B4X:
Dim in As Intent
in = pm.GetApplicationIntent("com.adobe.reader")
StartActivity(in)
How can I give the filename to the reader to open the correct pdf immediately?
Thanks for your help
Lutz