Column height on PDF export #1058

Open
opened 2026-02-04 23:38:24 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @JtheBAB on GitHub (Feb 21, 2019).

Describe the bug
The PDF export function does not respect the defined Column height within tables.

Steps To Reproduce
Steps to reproduce the behavior:

  1. Create a table with height 31px
  2. Fill the table with data
  3. Export it as pdf
  4. The PDF does not look the same

Expected behavior
The PDF should look like the the original. The HTML Export respect the table design.
This is an addition to #1280

Your Configuration (please complete the following information):

  • Exact BookStack Version (Found in settings): v0.25.1
  • PHP Version: 7.3
  • Hosting Method (Nginx/Apache/Docker): Apache
Originally created by @JtheBAB on GitHub (Feb 21, 2019). **Describe the bug** The PDF export function does not respect the defined Column height within tables. **Steps To Reproduce** Steps to reproduce the behavior: 1. Create a table with height 31px 2. Fill the table with data 3. Export it as pdf 4. The PDF does not look the same **Expected behavior** The PDF should look like the the original. The HTML Export respect the table design. This is an addition to #1280 **Your Configuration (please complete the following information):** - Exact BookStack Version (Found in settings): v0.25.1 - PHP Version: 7.3 - Hosting Method (Nginx/Apache/Docker): Apache
OVERLORD added the 🐛 Bug🎨 Design🏭 Back-End🚚 Export System labels 2026-02-04 23:38:24 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Feb 21, 2019):

Hi @JtheBAB,

PDF rendering, by default, can be fairly inaccurate when compared to the original page view. If you need more accurate PDF rendering it's probably worth following the instructions here to switch to the more accurate WKHTMLtoPDF rendered.

@ssddanbrown commented on GitHub (Feb 21, 2019): Hi @JtheBAB, PDF rendering, by default, can be fairly inaccurate when compared to the original page view. If you need more accurate PDF rendering it's probably worth [following the instructions here](https://www.bookstackapp.com/docs/admin/pdf-rendering/) to switch to the more accurate WKHTMLtoPDF rendered.
Author
Owner

@JtheBAB commented on GitHub (Feb 21, 2019):

Hi @ssddanbrown

Missed that :(

It looks like it is working better (but only with the version from the website and not the repo from debian).

But the Tables are unfortunately not better.

@JtheBAB commented on GitHub (Feb 21, 2019): Hi @ssddanbrown Missed that :( It looks like it is working better (but only with the version from the website and not the repo from debian). But the Tables are unfortunately not better.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#1058