Hello,
I am a new user and might have found an issue with links. Sorry if it has already been reported. The closest issue I found was this one, but there are no generation errors in my case.
I have 3 html files :
"0,1.htm"
"0,2.htm"
"0 3.htm"
Everything is working fine in firefox.
I am running Prince 8.1 rev 2 on windows like this:
The output is :
The link with containing %20 is working fine.
The links with href containing %2c are unresolved. In fact, if the html file is in the same directory as the PDF, my reader opens it in my browser.
I am a new user and might have found an issue with links. Sorry if it has already been reported. The closest issue I found was this one, but there are no generation errors in my case.
I have 3 html files :
"0,1.htm"
<html>
<head>
</head>
<body>
<h1>blabla1</h1>
<p>toto<a href="0%2c2.htm#_ftn1" name="_ftnref1" id="_ftnref1">link1</a>.</p>
<p>toto<a href="0%203.htm#_ftn2" name="_ftnref2" id="_ftnref2">link2</a>.</p>
</body>
</html>
"0,2.htm"
<html>
<body>
<h1>blabla2</h1>
<p><a href="0%2c1.htm#_ftnref1" name="_ftn1"id="_ftn1">link back</a>blabla.</p>
</body>
</html>
"0 3.htm"
<html>
<body>
<h1>blabla3</h1>
<p><a href="0%2c1.htm#_ftnref2" name="_ftn2"id="_ftn2">link back 2</a>blabla.</p>
</body>
</html>
Everything is working fine in firefox.
I am running Prince 8.1 rev 2 on windows like this:
prince -v -o out.pdf "0,1.htm" "0,2.htm" "0 3.htm"
The output is :
prince: Loading document...
prince: loading HTML input: 0,1.htm
prince: loading HTML input: 0,2.htm
prince: loading HTML input: 0 3.htm
prince: Converting document...
prince: used font: Times New Roman, Bold
prince: used font: Times New Roman, Regular
prince: Finished: success
The link with containing %20 is working fine.
The links with href containing %2c are unresolved. In fact, if the html file is in the same directory as the PDF, my reader opens it in my browser.