java - How to generate PDF reports that spans multiple pages horizontally -


i have generate pdf reports many (defined @ runtime) columns. these reports may span multiple pages horizontally when user selects many fields show. i'm using dynamicjasper , generate dynamic reports when columns fit in 1 page. when don't, report cropped , few columns shown. i've tried changing page width in runtime , report not cropped, can't printed correctly because page size not standard. right way generate kind of reports?
goal split big tables in multiple pages if exceed page width, when printing spreadsheet. possible achieve using jasperreports?

thanks in advance.

since want print report, have work standard print sizes (such a4 , a3) , landscape orientation since width issue.

to possible on page: 1) use smaller fonts 2) use landscape page orientation 3) use larger page size (a3, a2...) long printer can handle it

if still can't fit on page, think how want lay out result - see if gave big table you? need split table columns 1 page , columns another.

hope helps.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -