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

pdf: Fix nasty table layout for some tables

parent 8f24e02f
Branches
Tags
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.
Please register or to comment