I am trying to open a pdf through xml. It working fine. Here is the xml tag for that :
<indexdata><key name="analyst">
<topic name="analyst" url="folderName/pdfDocs/analyst.pdf"/>
</key></indexdata>
Its working well. But now I want to open the specific page (say, page no. 6) of this "analist.pdf" using the xml.
Can anyone help me to achieve this ?