Hello,
We are using the Aspose.Pdf.dll version 7.0.0 to convert doc to pdf.
When the attached doc is converted to pdf the hyperlinks are not always converted correctly. In the doc the hyperlinks are correct but in the pdf, characters in the hyperlinks get swapped with other characters.
If the hyperlink consists of multiple words, the hyperlink can be incorrect for one word of the hyperlink but not others.
It’s not consistent - each time the doc is converted, it’s different hyperlinks in the pdf that incorrect. And it’s not just this doc. It’s happening for other docs as well.
In the attach pdf, you can see this in the following items:
• Item 8 : hyperlink: Book 345 at Page 429
If you hover over at you get:
http://eweb.com/DownloadDocument.aspx?DocumentID=60720
(BAD)
If you hover over any other part of the hyperlink you get:
http://eweb.com/DownloadDocument.aspx?DocumentID=60720
(GOOD)
• Item 8 : hyperlink: Book 348 at Page 267
If you hover over 348 you get:
https://orders.cltontheweb.com/DownloadDocument.aspx?Docu**j** entID=60721
(BAD)
If you hover over any other part of the hyperlink you get:
https://orders.cltontheweb.com/DownloadDocument.aspx?Docu**m** entID=60721
(GOOD)
• Item 16 : hyperlink: 1002812
If you hover over this hyperlink you get:
[https://orders.clsontheweb.com/DownloadDocument.aspx?DocumentID=60713
(BAD)
But you should get:
http://ontheweb.com/DownloadDocument.aspx?DocumentID=60713
(GOOD)
Thank you,
Kris Dichtl