Question

I'm producing a PDF Export document for a project i'm working on using MigraDoc; the document can contain many rows spans multiple pages, the document can have a user specified number of columns also, this is where i'm having an issue if there are more columns than can fit onto the page it just gets cut off; what i'm after achieving is to get it to wrap round to a new page.

Était-ce utile?

La solution

The current implementation of MigraDoc cannot split tables vertically. All columns have to fit on one page or they will be cut off.

For use with PDF files, you can increase the width of the page in order to get all columns. Could this be a solution?

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top