3

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?

4

1 回答 1

0

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

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

让我知道这是否有帮助

于 2019-06-21T14:46:45.567 回答