Skip navigation
Kihadon
Currently Being Moderated

About  'PDF Open Parameters'  in Android environment.

Jan 30, 2012 1:56 AM

Hello;
I'm writing an application for GalaxyTab.
I need to show a specified page of the pdf file.
So, I wrote the following code.

    Intent intent = new Intent(Intent.ACTION_VIEW);
    intent.setDataAndType(Uri.parse("file:///mnt/sdcard/download/mypdf_doc.pdf#page=3"), "application/pdf");
    this.startActivity(intent);

In the 2nd line, I specified pag3 as described in 'PDF Open Parameters for Adobe Acrobat 7.0'.
But the Acrobat Reader X always shows the top page.
Could anyone help me?

'PDF Open Parameter' says.
URL Examples
http://example.org/doc.pdf#nameddest=Chapter6
http://example.org/doc.pdf#page=3
http://example.org/doc.pdf#page=3&zoom=200,250,100

Thank you.

  • Currently Being Moderated
    Community Member
    Jan 30, 2012 3:37 AM

    Hi,

     

    Currently this is not supported , and PDF can be opened only on the first page in the Adobe Reader 10.1.1 on Android.

     

    Thanks,

    -vaibhav

    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points