c# - SelectToPdf html 到 pdf 转换使字体大小略小。有没有办法从设置中配置字

从 html 转换为 pdf 后的 SelectToPdf 使字体大小变得更小

我将它与一些不同的 html-pdf 转换器进行了比较,它们按预期工作

这是我的转换器设置

            {
                Options =
                {
                    EmbedFonts = true,
                    ExternalLinksEnabled = true,
                    PageBreaksEnhancedAlgorithm = true,
                    RenderingEngine = RenderingEngine.WebKit,
                    MarginTop = 40,
                }
            };

是否可以从转换器设置中进行配置,或者只能从 html 内部进行配置?

最佳答案

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

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

如果有帮助请告诉我

关于c# - SelectToPdf html 到 pdf 转换使字体大小略小。有没有办法从设置中配置字体大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56705401/

相关文章:

php - tempus dominus pre select multidate from val

sql-server - SSIS 包手动运行但不是从 SQL 作业运行

dialogflow-es - 如何将 dialogflow 与 instagram 集成

sql-server - 在 SQL Server 2016 代理作业中找不到自定义 dll

python - 在将字符串转换为列表后,如何从我的 nltk token 中删除 '\n',或阻止

typescript - 如何在不提交的情况下进行测试?

spring - hibernate 时存储的 LocalDate 错误

gatsby - gatsby-browser-entry.js 中的 "module parse

javascript - 使用 Angular 8 将 NPM 包 Stockfish.js(国际象

python - 如何在 Panel Fileinput 小部件中访问选定的文件名?