SelectToPdf after conversion from html to pdf makes the font size they way smaller as it should be
I've compared it with some different html-pdf converters and they work as expected
Here are my converter settings
{
Options =
{
EmbedFonts = true,
ExternalLinksEnabled = true,
PageBreaksEnhancedAlgorithm = true,
RenderingEngine = RenderingEngine.WebKit,
MarginTop = 40,
}
};
It is possible to configure that from the converter settings or that could be configured only from inside the html?