문제

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.

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top