I have a PDF file on which i added a hyperlink but when i export it to HTML the link doesnt work, anyone knows how to help????How can i export a PDF file to HTML and retain the Hyperlink?
Open up the HTML document in Notepad (right-click %26gt; open with %26gt; Notepad). Now find the text that you want linked. You can find it easier by clicking CTRL + F on your keyboard and searching for it.
The basic HTML code for a link is as displayed below. Simply replace the URL in the code below with the URL where you want the link to go, and the text ';This is an example link. Please click here.'; will be the text that you want to be the actual link. Basically, just insert the link code around the text you want linked.
LINK WILL OPEN NORMALLY
%26lt;a href=';http://www.example.com/';%26gt;This is an example link. Please click here.%26lt;/a%26gt;
LINK WILL OPEN IN A NEW TAB
%26lt;a href=';http://www.example.com/'; target=';_blank';%26gt;This is an example link. Please click here.%26lt;/a%26gt;How can i export a PDF file to HTML and retain the Hyperlink?
Edit the HTML by hand to re-enable the link functionality?
No comments:
Post a Comment