F5F Stay Refreshed Software Operating Systems PDF help

PDF help

PDF help

L
Loopsip
Member
55
01-04-2023, 12:21 PM
#1
Hey there! You're looking to create a way in Word to open a specific section of a PDF when a link is clicked. Since you're using Office 2013, you can use VBA to handle this. Let me know if you need step-by-step guidance! Thanks!
L
Loopsip
01-04-2023, 12:21 PM #1

Hey there! You're looking to create a way in Word to open a specific section of a PDF when a link is clicked. Since you're using Office 2013, you can use VBA to handle this. Let me know if you need step-by-step guidance! Thanks!

3
3gilad3
Senior Member
735
01-06-2023, 03:45 AM
#2
I don't have the exact idea, but I understand when you create a div with an ID like "info" and then link to it using something such as <a href="#info">Click here</a>. When you click on "Click Here," it will direct you to that specific div.
3
3gilad3
01-06-2023, 03:45 AM #2

I don't have the exact idea, but I understand when you create a div with an ID like "info" and then link to it using something such as <a href="#info">Click here</a>. When you click on "Click Here," it will direct you to that specific div.

W
WF_Catt
Posting Freak
761
01-06-2023, 06:48 AM
#3
I don't see a direct link to a particular section. A more precise format would be: <a href="http://www.website.com/pdffile.pdf#section=X">should navigate to section X</a>, where X is the desired page number.
W
WF_Catt
01-06-2023, 06:48 AM #3

I don't see a direct link to a particular section. A more precise format would be: <a href="http://www.website.com/pdffile.pdf#section=X">should navigate to section X</a>, where X is the desired page number.

K
Kavenoke
Member
242
01-06-2023, 08:36 AM
#4
Sure, I'll try that. Thank you!
K
Kavenoke
01-06-2023, 08:36 AM #4

Sure, I'll try that. Thank you!

B
B5ET_
Member
75
01-06-2023, 01:19 PM
#5
the document should position the text exactly where specified on the same PDF
B
B5ET_
01-06-2023, 01:19 PM #5

the document should position the text exactly where specified on the same PDF

D
DarkSkarlet
Senior Member
415
01-06-2023, 09:20 PM
#6
It seems the result appears as standard black text, not the intended design. Would you like to try a different format or color?
D
DarkSkarlet
01-06-2023, 09:20 PM #6

It seems the result appears as standard black text, not the intended design. Would you like to try a different format or color?

N
NerdTrooper
Member
82
01-07-2023, 07:13 AM
#7
Wow, it only took 20 minutes to locate it on YouTube—it’s really straightforward and kind of amusing.
N
NerdTrooper
01-07-2023, 07:13 AM #7

Wow, it only took 20 minutes to locate it on YouTube—it’s really straightforward and kind of amusing.