I am generating a PDF report with several tables coming from multiple streams.
My workflow is:
Report Template Creator (already set to A3 – Portrait) → Component (with all table views) → Report PDF Writer.
I am facing two issues:
Some columns (see last one) are not being displayed properly and are being “cut off”. Is it possible to wrap the header text or define the column width manually?
Read this post from several years ago. I don’t think anything has changed so there’s no clean way to do what you want.
Here’s a workflow that has a very crude workaround if you can live with the header being in the first data row. The String Format Manager node only changes the data display not the underlying data. It does not directly manage a header which is why I converted the headers to strings. The data is just random junk. As to your second issue you might try a Text View node with several blank lines between your data tables. Table View w Header Wrap.knwf (373.0 KB)