Hey,
I’m using Aspose.PDF to convert a html string to a pdf File.
Everything is working fine, I just have one question.
When using anchor tags (<a>
) is there a way to tell the pdf, that this link should be opened in a new Browser Tab, if the file was opened in a browser.
Simple html would be:
> <a target="_blank" href="http://www.google.at">Google</a>
Any way to Support this in aspose?
Thanks in advance,
BR