简体   繁体   English

Gitbook 到 PDF - 表格列被截断

[英]Gitbook to PDF - Tables columns are getting cut-off

When generating a pdf(and also in the website), columns are getting cut-off.在生成 pdf(以及在网站中)时,列被截断。 This is possible to fix with css in the website but not in PDF.这可以在网站中使用 css 进行修复,但在 PDF 中无法修复。
Is there any solution to this problem?这个问题有什么解决办法吗?
在此处输入图像描述

book.json file update paperSize is a3 book.json文件更新paperSize为a3

"pdf": {
    "pageNumbers": true,
    "fontSize": 12,
    "paperSize": "a3",
    "margin": {
        "right": 62,
        "left": 62,
        "top": 36,
        "bottom": 36
    },
    "headerTemplate": null,
    "footerTemplate": null
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM