A abdo.b4a Member Aug 7, 2020 #1 Dear All I use this code to run "a.pdf" file stored in the device : File.OpenInput(File.DirInternal, "a.pdf") , But it Does not work ! What is the wrong ? and what is the code to know if Acrobat Reader is already installed ? Thanks very much
Dear All I use this code to run "a.pdf" file stored in the device : File.OpenInput(File.DirInternal, "a.pdf") , But it Does not work ! What is the wrong ? and what is the code to know if Acrobat Reader is already installed ? Thanks very much
Erel B4X founder Staff member Licensed User Longtime User Aug 9, 2020 #2 File.OpenInput has nothing to do with "running" a file. Search for FileProvider and see how the image is displayed with the default viewer app. Upvote 0
File.OpenInput has nothing to do with "running" a file. Search for FileProvider and see how the image is displayed with the default viewer app.