Skip to content
Snippets Groups Projects
Commit cef3dd34 authored by Jared Hancock's avatar Jared Hancock
Browse files

pdf: Fix nasty table layout for some tables

parent 8bbfed75
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ $this->packTableData = false; // Reduce memory usage processing tables (but with
$this->cacheTables = false;
$this->ignore_table_percents = false;
$this->ignore_table_widths = false;
$this->ignore_table_widths = true;
$this->keep_table_proportions = false; // If table width set > page width, force resizing but keep relative sizes
// Also forces respect of cell widths set by %
$this->shrink_tables_to_fit = 1.4; // automatically reduce fontsize in table if words would have to split ( not in CJK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment