I'm using ABCPDF.Net version 5 to create a PDF file from HTML. However, the links appear to be highlighted in a dark color and almost impossible to read. If I set pdfDoc.HtmlOptions.AddLinks = false; then the text displays fine but obviously the links are gone. The links also display fine as HTML. Just wondering if anyone has encountered this issue before, or has an idea about how to fix.
Steve