In our scenario we convert a HTML file to a PDF file. It seems that Aspose PDF renderer does not apply all CSS rules we used in our HTML template. As example: the anchor color is blue (#428bca) instead of green (#009b7d)…...is the output we get after processing (see the attached zip file)...to PDF using (var document = new Document(inputFilePath, htmlLoadOptions))...