Hi,
I have a requirement to create a PDF with one table and known number of columns. But the number of columns are 15 for one of the case.
Till now, my approach is to create DOCX using dynamic template where I have already oriented the page in landscape with narrow margin but still fitting 15 columns on one page is not looking visually good.
So, wanted to check if there is any better approach to do this..
Also, I have already asked the user if those 15 columns are really required or we can cut down to few if possible.
Thanks & Regards,
Nafis
Discussion posts and replies are publicly visible
Real estate is always a concern when requirements dictate a large amount of columns to be included.. I'm not sure if you would see any difference, but I typically do this by first creating as an HTML from Template (instead of DOCX), then converting the HTML to PDF. But, reducing columns where possible is always the cleanest.