Hi!
I would like to open a PDF on Adobe Reader but everytime Adobe opens, there is this message: 'Can not open open file'
I checked directory file, filename and I can open the file directly by Adobe.
I don't see a mistake in my code
I really need some :sign0085:
Thanks in advance
I would like to open a PDF on Adobe Reader but everytime Adobe opens, there is this message: 'Can not open open file'
I checked directory file, filename and I can open the file directly by Adobe.
I don't see a mistake in my code
B4X:
Dim PdfIntent As Intent
PdfIntent.Initialize(PdfIntent.ACTION_VIEW,File.Combine(DestDT,DT)) PdfIntent.SetComponent("android/com.android.internal.app.ResolverActivity")
PdfIntent.SetType("application/pdf")
StartActivity(PdfIntent)
Thanks in advance