Hi Erel,
How can I set the parameters for opening a PDF file ?
I found some examples like that:
http://example.org/doc.pdf#page=3
http://example.org/doc.pdf#zoom=50
But nothing is happening with this code
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "file://" & File.Combine(File.DirRootExternal & "/TestPDF/", "test2.pdf") & "#zoom=10")
Intent1.SetComponent("android/com.android.internal.app.ResolverActivity")
Intent1.SetType("application/pdf")
Thank you for helps
How can I set the parameters for opening a PDF file ?
I found some examples like that:
http://example.org/doc.pdf#page=3
http://example.org/doc.pdf#zoom=50
But nothing is happening with this code
Dim Intent1 As Intent
Intent1.Initialize(Intent1.ACTION_VIEW, "file://" & File.Combine(File.DirRootExternal & "/TestPDF/", "test2.pdf") & "#zoom=10")
Intent1.SetComponent("android/com.android.internal.app.ResolverActivity")
Intent1.SetType("application/pdf")
Thank you for helps