Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

HTML "Back to Top" hyperlink can't work in PDF

$
0
0
Hello,
I have a urgent problem.
I use Aspose to convert HTML to PDF.
I set some hyperlinks in my HTML file.
When I convert HTML to PDF,
In webbrowser, I can search top to down, and also can back to top.
In PDF file, I can search top to down, but I can't back to top.
Here are my sample of HTML source code:

<html><Meta Http-Equiv='Content-Type' Content='text/html; Charset=big5' />
<head><a id='backtotop' href='#' title='Back to Top'></a></head>
<body><NoBR style='font-family:細明體 ;font-size:12px;'>

<a href='#test1'>test1紀錄</a><br>&nbsp;<br>
<a href='#test2'>test2紀錄</a><br>&nbsp;<br>
<a href='#test3'>test3紀錄</a><br>&nbsp;<br>

<a name='test1>test1</a><br>&nbsp;<br>
aaaaaaaaaaaaaaa
<a href='#'>go top</a>

<a name='test2'>test2</a><br>&nbsp;<br>
bbbbbbbbbb
<a href='#'>go top</a>

<a name='test3'>test3</a><br>&nbsp;<br>
ccccccccc
<a href='#'>go top</a>

</body>
</html>



How can I solve this problem?
Please give me the answer as soon as possible.
Thanks a lot.


Viewing all articles
Browse latest Browse all 3131

Trending Articles