THBPdf Download Contact Us Buy Online Developerse-mail me

Howto open PDF on bookmark place




Message-ID:<B4IBk.19$u%6.14@read4.inet.fi>
Subject:

Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 08:47:45 +0100



I tried to open pdf, and it should open that specific page (bookmark 300L).
http://srv1000/rep/PANEELI2.pdf#300L

However it does not work, even there is wep-server.

Any hints?








Message-ID:<gb7jjj$6ak$01$1@news.t-online.com>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 09:05:07 +0100


Did you read following document?

http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParams.pdf

Jack wrote:
> I tried to open pdf, and it should open that specific page (bookmark 300L).
> http://srv1000/rep/PANEELI2.pdf#300L
> 
> However it does not work, even there is wep-server.
> 
> Any hints?
> 




Message-ID:<iCKBk.37$u%6.22@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 11:40:14 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d7536e.1885219292@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>
>>I tried to open pdf, and it should open that specific page (bookmark 
>>300L).
>>http://srv1000/rep/PANEELI2.pdf#300L
>
> No, this is not designed to do that.  A bookmark is NOT the same as a
> named destination, though many people have for some reason made this
> very same assumption.
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>
Hi!

Thanks for your quick answer.

With MS-Word this task is easy. Those bookmarks works ;)
For somereason It still does not work even I added destination name (I use 
Oracle reports).
"Description  The Hyperlink Destination property is a unique identifier for 
an object, which can be used as the destination of a Web link. "
How to verify that destination exists?

Is there some javascript to do this task?
(Notised that some added functions can be made into D:\Program 
Files\Adobe\Acrobat 6.0\Reader\Javascripts)
There are only limited number of PC requiring this feature. 






Message-ID:<48d77871.1894694867@read.news.uk.uu.net>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 11:51:30 +0100


"Jack" <none@INVALIDmail.com> wrote:

>With MS-Word this task is easy. Those bookmarks works ;)
>For somereason It still does not work even I added destination name (I use 
>Oracle reports).
>"Description  The Hyperlink Destination property is a unique identifier for 
>an object, which can be used as the destination of a Web link. "
>How to verify that destination exists?

In Acrobat, View > Navigation panels > Destinations can be used to
check and to set named destinations.
----------------------------------------
Aandi Inston  
Please support usenet! Post replies and follow-ups, don't e-mail them.





Message-ID:<eNLBk.59$u%6.53@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 13:00:10 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d77871.1894694867@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>With MS-Word this task is easy. Those bookmarks works ;)
>>For somereason It still does not work even I added destination name (I use
>>Oracle reports).
>>"Description  The Hyperlink Destination property is a unique identifier 
>>for
>>an object, which can be used as the destination of a Web link. "
>>How to verify that destination exists?
>
> In Acrobat, View > Navigation panels > Destinations can be used to
> check and to set named destinations.
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>

In Acrobat Reader does not exists that kind of menu.
Updated 8->9 still no Destinations-menu item.
And it does not jump into correct place.
How about that Java?
It would be perfect solution.

However in PDF-document include these codes, so I think there exists 
Destinations.
/#300L [143 0 R /XYZ 0 712.32 0]


<<
/Title (300L)
/A <</S /GoTo /D /#300L>>
/Parent 292 0 R
/Prev 311 0 R
/Next 313 0 R
>>






Message-ID:<gb81tg$eb6$03$1@news.t-online.com>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 13:09:19 +0100


Jack wrote:

> 
> In Acrobat Reader does not exists that kind of menu.
> Updated 8->9 still no Destinations-menu item.
 >

Use Adobe Acrobat, not Adobe Reader, for this.

 >
> And it does not jump into correct place.
> How about that Java?
> It would be perfect solution.
> 

You can use JavaScript, not Java, in Adobe Reader or Adobe Acrobat.




Message-ID:<48d7c67e.1914675998@read.news.uk.uu.net>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 17:29:29 +0100


"Jack" <none@INVALIDmail.com> wrote:

>> In Acrobat, View > Navigation panels > Destinations can be used to
>> check and to set named destinations.

>In Acrobat Reader does not exists that kind of menu.

It is no longer Acrobat Reader, it is Adobe Reader. "Acrobat" always
means the commercial product now. 

>However in PDF-document include these codes, so I think there exists 
>Destinations.
>/#300L [143 0 R /XYZ 0 712.32 0]

It's very hard to say what this is for sure without the context.

However, if you are trying to set up named destinations containing a #
sign, this could cause all sorts of problems. /#300L is a name
containing three bytes, and in most cases is semantically identical to
the name "00L". 

On the other hand, the URL http://srv1000/rep/PANEELI2.pdf#300L is
referring to a named destination called 300L (not 00L, not #300L).
----------------------------------------
Aandi Inston  
Please support usenet! Post replies and follow-ups, don't e-mail them.





Message-ID:<gD%Bk.5$Z46.1@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Tue, 23 Sep 2008 07:01:48 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d7c67e.1914675998@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>> In Acrobat, View > Navigation panels > Destinations can be used to
>>> check and to set named destinations.
>
>>In Acrobat Reader does not exists that kind of menu.
>
> It is no longer Acrobat Reader, it is Adobe Reader. "Acrobat" always
> means the commercial product now.
>
>>However in PDF-document include these codes, so I think there exists
>>Destinations.
>>/#300L [143 0 R /XYZ 0 712.32 0]
>
> It's very hard to say what this is for sure without the context.
>
> However, if you are trying to set up named destinations containing a #
> sign, this could cause all sorts of problems. /#300L is a name
> containing three bytes, and in most cases is semantically identical to
> the name "00L".
>
> On the other hand, the URL http://srv1000/rep/PANEELI2.pdf#300L is
> referring to a named destination called 300L (not 00L, not #300L).
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>

Good catch, Now it works!
Thanks






Message-ID:<B4IBk.19$u%6.14@read4.inet.fi>
Subject:

Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 08:47:45 +0100



I tried to open pdf, and it should open that specific page (bookmark 300L).
http://srv1000/rep/PANEELI2.pdf#300L

However it does not work, even there is wep-server.

Any hints?








Message-ID:<gb7jjj$6ak$01$1@news.t-online.com>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 09:05:07 +0100


Did you read following document?

http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParams.pdf

Jack wrote:
> I tried to open pdf, and it should open that specific page (bookmark 300L).
> http://srv1000/rep/PANEELI2.pdf#300L
> 
> However it does not work, even there is wep-server.
> 
> Any hints?
> 




Message-ID:<iCKBk.37$u%6.22@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 11:40:14 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d7536e.1885219292@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>
>>I tried to open pdf, and it should open that specific page (bookmark 
>>300L).
>>http://srv1000/rep/PANEELI2.pdf#300L
>
> No, this is not designed to do that.  A bookmark is NOT the same as a
> named destination, though many people have for some reason made this
> very same assumption.
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>
Hi!

Thanks for your quick answer.

With MS-Word this task is easy. Those bookmarks works ;)
For somereason It still does not work even I added destination name (I use 
Oracle reports).
"Description  The Hyperlink Destination property is a unique identifier for 
an object, which can be used as the destination of a Web link. "
How to verify that destination exists?

Is there some javascript to do this task?
(Notised that some added functions can be made into D:\Program 
Files\Adobe\Acrobat 6.0\Reader\Javascripts)
There are only limited number of PC requiring this feature. 






Message-ID:<48d77871.1894694867@read.news.uk.uu.net>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 11:51:30 +0100


"Jack" <none@INVALIDmail.com> wrote:

>With MS-Word this task is easy. Those bookmarks works ;)
>For somereason It still does not work even I added destination name (I use 
>Oracle reports).
>"Description  The Hyperlink Destination property is a unique identifier for 
>an object, which can be used as the destination of a Web link. "
>How to verify that destination exists?

In Acrobat, View > Navigation panels > Destinations can be used to
check and to set named destinations.
----------------------------------------
Aandi Inston  
Please support usenet! Post replies and follow-ups, don't e-mail them.





Message-ID:<eNLBk.59$u%6.53@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 13:00:10 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d77871.1894694867@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>With MS-Word this task is easy. Those bookmarks works ;)
>>For somereason It still does not work even I added destination name (I use
>>Oracle reports).
>>"Description  The Hyperlink Destination property is a unique identifier 
>>for
>>an object, which can be used as the destination of a Web link. "
>>How to verify that destination exists?
>
> In Acrobat, View > Navigation panels > Destinations can be used to
> check and to set named destinations.
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>

In Acrobat Reader does not exists that kind of menu.
Updated 8->9 still no Destinations-menu item.
And it does not jump into correct place.
How about that Java?
It would be perfect solution.

However in PDF-document include these codes, so I think there exists 
Destinations.
/#300L [143 0 R /XYZ 0 712.32 0]


<<
/Title (300L)
/A <</S /GoTo /D /#300L>>
/Parent 292 0 R
/Prev 311 0 R
/Next 313 0 R
>>






Message-ID:<gb81tg$eb6$03$1@news.t-online.com>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 13:09:19 +0100


Jack wrote:

> 
> In Acrobat Reader does not exists that kind of menu.
> Updated 8->9 still no Destinations-menu item.
 >

Use Adobe Acrobat, not Adobe Reader, for this.

 >
> And it does not jump into correct place.
> How about that Java?
> It would be perfect solution.
> 

You can use JavaScript, not Java, in Adobe Reader or Adobe Acrobat.




Message-ID:<48d7c67e.1914675998@read.news.uk.uu.net>
Subject:

Re: Howto open PDF on bookmark place


Date:Mon, 22 Sep 2008 17:29:29 +0100


"Jack" <none@INVALIDmail.com> wrote:

>> In Acrobat, View > Navigation panels > Destinations can be used to
>> check and to set named destinations.

>In Acrobat Reader does not exists that kind of menu.

It is no longer Acrobat Reader, it is Adobe Reader. "Acrobat" always
means the commercial product now. 

>However in PDF-document include these codes, so I think there exists 
>Destinations.
>/#300L [143 0 R /XYZ 0 712.32 0]

It's very hard to say what this is for sure without the context.

However, if you are trying to set up named destinations containing a #
sign, this could cause all sorts of problems. /#300L is a name
containing three bytes, and in most cases is semantically identical to
the name "00L". 

On the other hand, the URL http://srv1000/rep/PANEELI2.pdf#300L is
referring to a named destination called 300L (not 00L, not #300L).
----------------------------------------
Aandi Inston  
Please support usenet! Post replies and follow-ups, don't e-mail them.





Message-ID:<gD%Bk.5$Z46.1@read4.inet.fi>
Subject:

Re: Howto open PDF on bookmark place


Date:Tue, 23 Sep 2008 07:01:48 +0100



"Aandi Inston" <quite@dial.pipex.con> wrote in message 
news:48d7c67e.1914675998@read.news.uk.uu.net...
> "Jack" <none@INVALIDmail.com> wrote:
>
>>> In Acrobat, View > Navigation panels > Destinations can be used to
>>> check and to set named destinations.
>
>>In Acrobat Reader does not exists that kind of menu.
>
> It is no longer Acrobat Reader, it is Adobe Reader. "Acrobat" always
> means the commercial product now.
>
>>However in PDF-document include these codes, so I think there exists
>>Destinations.
>>/#300L [143 0 R /XYZ 0 712.32 0]
>
> It's very hard to say what this is for sure without the context.
>
> However, if you are trying to set up named destinations containing a #
> sign, this could cause all sorts of problems. /#300L is a name
> containing three bytes, and in most cases is semantically identical to
> the name "00L".
>
> On the other hand, the URL http://srv1000/rep/PANEELI2.pdf#300L is
> referring to a named destination called 300L (not 00L, not #300L).
> ----------------------------------------
> Aandi Inston
> Please support usenet! Post replies and follow-ups, don't e-mail them.
>

Good catch, Now it works!
Thanks






 

|THBPdf| |Download| |Developers|