stvoidmain / PDFsharp

Improved PDFsharp and Migradoc
4 stars 0 forks source link

Content lost on taller rows #1

Open valentinvucea opened 10 years ago

valentinvucea commented 10 years ago

@stvoidmain - I create a document as a table with 2 columns. I put the header (title, author, logo etc) on first 1-2 rows. For the content I was forced to use only 1 row because the content for each column had different meanings. So, each the "content row" became taller than a page (2, 3 or more pages) and sometimes, a big chunk of content isn't shown, sometimes on the first page, sometimes on last pages. If I edit the font size or I remove some portion of text it's possible to have all pages rendered, but that is not a solution. Any idea about what's happened?

stvoidmain commented 10 years ago

Not really sure... I fixed several of those cases when a row is taller than what fits on the page the content is splitted instead of hidden but, i'm sure there are many when that still happens.

I'm still testing it because there are many cases to test, can you send me a ddl to test? Or maybe create a project with failing code?