Html to PDF Hyperlink not working

When converting the HTML document to PDF using Aspose.Html and Aspose.PDF, the hyperlink is not working and non clickable.

Please revert back with solution,

Thanks

@saleemshaikh

Could you please ZIP and attach your input HTML here for testing? We will investigate the issue and provide you more information on it.

Hi Tahir,

Nice to hear you, as we have purchased Aspose license .PDF and .Html

We are facing issue with integration into our .NET application.

Error: “The license is not valid for this product”

Can you please help us?

@saleemshaikh

Please use following code snippets to set the license of Aspose.HTML for .NET and Aspose.PDF for .NET.

Aspose.Html.License htmllic = new Aspose.Html.License();
htmllic.SetLicense("path to license file");
Aspose.Pdf.License pdflic = new Aspose.Pdf.License();
pdflic.SetLicense("path to license file");

Hello,

We have used same code as mentioned.

PDF:

Still same issue.

It is working now…!!

Great and appreciated your support.

One more issue we are facing is that once we are converting PDF into HTML, page will no longer responsive due to its auto positioning styles.

Any suggestions on that?

Thanks.

@saleemshaikh

Could you please ZIP and attach your input PDF and problematic output HTML here for testing? We will investigate the issue and provide you more information on it.

Hello,

We have Aspose.HTML and PDF Licenses for .NET.
Currently we are facing very big alignment issue while converting html document to PDF.
It’s urgent , can you please help us to resolve this.

1. Attached Html Zip having expected output 
2. Converted Pdf from the same html. 

Thanks & Regards,

Saleem Shaikh

HtmlFiles.zip (313 KB)

Document1654_1655_1656_2021-12-27T18-18-03_PM.pdf (655 KB)

Raised on forum, FYI…!!

HtmlFiles.zip (313 KB)

Document1654_1655_1656_2021-12-27T18-18-03_PM.pdf (655 KB)

@saleemshaikh

We are responding to your inquiry in the original thread where you can please follow up.