From: Kim on
how on earth in 2003 or 2007 do I create a hyperlink from my Word document to
a specific page in a PDF? I have it linked to the PDF but can't get it to a
specific page.

I looked on line and from what I can see it says to add #page= and then the
page number. I'm not sure where in the link to add it but where ever I have
put it, it does nothing.

Thank you.
From: Yves Dhondt on
Using #page= only works for sure if your pdf is on a webserver. That is, if
your link starts with http:// or https:// . In case of file:// links (local
ones) it depends on a number of aspects which you most likely can not
control for your users.

A solution which will always work is the use of named destinations. However,
that implies editing your pdf file. For more information on this topic, just
do a google search.

Yves

"Kim" <Kim(a)discussions.microsoft.com> wrote in message
news:7CE43704-C8D1-45E0-9C83-A02A56D5D954(a)microsoft.com...
> how on earth in 2003 or 2007 do I create a hyperlink from my Word document
> to
> a specific page in a PDF? I have it linked to the PDF but can't get it to
> a
> specific page.
>
> I looked on line and from what I can see it says to add #page= and then
> the
> page number. I'm not sure where in the link to add it but where ever I
> have
> put it, it does nothing.
>
> Thank you.

From: Kim on
We tried converting the word and/or the PDF to html and it still did not
work. I've been googling the hell out of it for over 12 hours now. :(

"Yves Dhondt" wrote:

> Using #page= only works for sure if your pdf is on a webserver. That is, if
> your link starts with http:// or https:// . In case of file:// links (local
> ones) it depends on a number of aspects which you most likely can not
> control for your users.
>
> A solution which will always work is the use of named destinations. However,
> that implies editing your pdf file. For more information on this topic, just
> do a google search.
>
> Yves
>
> "Kim" <Kim(a)discussions.microsoft.com> wrote in message
> news:7CE43704-C8D1-45E0-9C83-A02A56D5D954(a)microsoft.com...
> > how on earth in 2003 or 2007 do I create a hyperlink from my Word document
> > to
> > a specific page in a PDF? I have it linked to the PDF but can't get it to
> > a
> > specific page.
> >
> > I looked on line and from what I can see it says to add #page= and then
> > the
> > page number. I'm not sure where in the link to add it but where ever I
> > have
> > put it, it does nothing.
> >
> > Thank you.
>
> .
>
From: Yves Dhondt on
I don't understand why you would switch to html, unless you have no means to
edit your pdf. Anyway, html doesn't know the concept of pages, so if you
would try to convert your pdf to a html, you would have to provide an anchor
to mark a place in your html document you want your Word document to point
to.

So in your html code, you would have something looking like:

<a name="placeInMyHTML">text to point to<a>

And in your Word document, you would have a link to

http://www.someplace.com/myfile.htm#placeInMyHTML

Yves

"Kim" <Kim(a)discussions.microsoft.com> wrote in message
news:FADAE385-E5EF-4F47-AF94-4BEC3FB28E2E(a)microsoft.com...
> We tried converting the word and/or the PDF to html and it still did not
> work. I've been googling the hell out of it for over 12 hours now. :(
>
> "Yves Dhondt" wrote:
>
>> Using #page= only works for sure if your pdf is on a webserver. That is,
>> if
>> your link starts with http:// or https:// . In case of file:// links
>> (local
>> ones) it depends on a number of aspects which you most likely can not
>> control for your users.
>>
>> A solution which will always work is the use of named destinations.
>> However,
>> that implies editing your pdf file. For more information on this topic,
>> just
>> do a google search.
>>
>> Yves
>>
>> "Kim" <Kim(a)discussions.microsoft.com> wrote in message
>> news:7CE43704-C8D1-45E0-9C83-A02A56D5D954(a)microsoft.com...
>> > how on earth in 2003 or 2007 do I create a hyperlink from my Word
>> > document
>> > to
>> > a specific page in a PDF? I have it linked to the PDF but can't get it
>> > to
>> > a
>> > specific page.
>> >
>> > I looked on line and from what I can see it says to add #page= and then
>> > the
>> > page number. I'm not sure where in the link to add it but where ever I
>> > have
>> > put it, it does nothing.
>> >
>> > Thank you.
>>
>> .
>>