Links not properly converted to PDF

Hello,


When converting this file t
o PDF:
- First link shows the underline and hand-indicator cursor when hover over, but does not jump (tested in chrome)
- Second link shows underline, but not the hand-indicator cursor or jumps when clicked on.

Using Aspose.Cells v8.4.1,
Thanks.

Hi,

Thanks for your posting and using Aspose.Cells.

We were able to observe this issue in Chrome (Web Browser) as mentioned by you. However, in Adobe Reader, the first link works fine but the second link does not work at all.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once, the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-43566 - Links not properly converted to PDF

I have attached the output PDF for a reference.

C#

string filePath = @“F:\Shak-Data-RW\Downloads\TestBookmarkIssue_namedlinks.xlsx”;


Workbook workbook = new Workbook(filePath);

workbook.Save(filePath + “.out.pdf”);

Hi,

Thanks for using Aspose.Cells.

We have evaluated this issue and found that for the first link in excel, it is link to A3 in Sheet2. But in Sheet2,
there is only one cell A1. When Sheet 2 is converted to pdf, we only
output cell A1. Cell A3 is out of print area. So the first link can not
work correctly. We added a string value in cell D4 in Sheet2 (see our
attachment). So the cell A3 is in the print area. Convert it to pdf, it
will work fine both in Adobe Reader and Chrome.



For the second link problem, we will fix it in next fix.


Thanks for the feedback. I'll keep an eye for next release.

Regards.

Hi,

Thanks for using Aspose.Cells.


It is OK in release Aspose.Cells for .NET 8.6.0.



Note:
The dest cell of link should be in print area as we said in last comment.