- priority: 5 --> 7
When generating a PDF, one particular project I have has
148 columns in one table (it's not my fault -- this comes
from an insurance company). The problem is that when
the E/R view has this table in it, the generated PDF is
corrupt with a resulting size of ~113 MBs (without the E/
R view, the resulting size is ~48k and displays correctly
in Adobe Reader v7.02).
I've generated plenty of PDFs with other projects, some
with dozens or hundreds of tables (but nowhere near 148
columns in a single table), and the PDFs have always
been generated without corruption problems.
I'm unsure if this problem is related to the size of the
entity in the E/R view or if it's specific this version of
Druid, but I suspect the PDF generation routines to be a
very likely culprit since the E/R view is abnormally long
(I've not tried other generation functions either because
PDF is the only useful one to me when an E/R view is
involved).
I'm using the PostgreSQL template in Druid v3.6 on JRE
v1.5.
Thanks in advance.