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!
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!
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.
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.
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.
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.