Makes new balance sheet page. It's much faster.

This commit is contained in:
2024-10-13 19:29:49 -07:00
parent fc64f81ace
commit c0bcc33b68
8 changed files with 294 additions and 157 deletions

View File

@@ -56,7 +56,6 @@
(defn table->pdf [table widths]
(let [cell-count (cell-count table)]
(-> [:pdf-table {:header (mapv
(fn [header]
(map cell->pdf header))