KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

How can I export a table with more than 20 columns to a A4 without missing columns? #3386

Open TICGAL opened this topic on 1 day ago - 1 comments

TICGAL commented 1 day ago

Hi,I have a table with a table with 14 columns and when I export it to PDF with an A4 format it cuts a lot of my columns. How can I solve it?

Sebastian Morales commented 3 hours ago

If your requirement insists definitely on A4 page size we can only think of the following ways:

  1. Use "landscape" instead of "portrait" mode
  2. Reduce font size of the table
  3. Use CSS zoom for the PDF view page:
html {
    zoom: 0.6;
} 

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
bug
help needed

Export