我正在使用 Pechkin 将带有 css 的 html 内容转换为 pdf 文件。
我面临的问题是 html 块的一部分被切断,因为它不再适合当前页面。
现在我想要的是,当内容不适合当前页面时,它会在下一页上创建它。
佩奇金有可能吗?
代码:
var pechkin = new SynchronizedPechkin(new GlobalConfig());
return pechkin.Convert(new ObjectConfig()
.SetLoadImages(true).SetZoomFactor(1.5)
.SetPrintBackground(true)
.SetScreenMediaType(true)
.SetPrintBackground(true)
.SetCreateExternalLinks(true), html);