简体   繁体   中英

Gitbook to PDF - Tables columns are getting cut-off

When generating a pdf(and also in the website), columns are getting cut-off. This is possible to fix with css in the website but not in PDF.
Is there any solution to this problem?
在此处输入图像描述

book.json file update paperSize is a3

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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