首页 > 解决方案 > SelectToPdf html to pdf conversion makes the font size slightly smaller. There is a way to configure font size from settings?

问题描述

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?

标签: c#html-pdfselectpdf

解决方案


看起来您可以使用以下链接中的详细信息执行此操作:

https://selectpdf.com/demo/page-settings.aspx

让我知道这是否有帮助


推荐阅读