I have a table which is present between flow text and is rotated to landscape using a named page. The problem I face is, the text after the table starts on a new page leaving the previous page half blank. Can the text present after the table be continued on page 1 (which is half blank)?
I tried float: top-next property for the landscape page, but I still get the same result, it also inserts a blank page before the landscape page.
For what its worth, I'm having the same issue too, which is a forced page break after invoking a named page selector. Using page-break-after:avoid, etc., doesn't work.
I can confirm this still seems to be an issue. I'd like to understand what you're trying to do in more detail though. Based on the documentation, I wrote a test document rendering just a table in "landscape" inside a portrait document. What Prince does with this document makes sense to me, since the "big" class is specifically on the table element, and the table element is the element that gets its own separate page. Maybe others on this thread could paste some code or make an attachment?
Hi Hallvord, just imagine a set of paragraphs with somewhere the text 'as shown in Figure 1 below.' after that paragraph, the figure is placed in the document but as it is a full page figure it will be floated to the next page. The text after the figure should come before the figure similar to the situation in which a non-rotated figure is floated to the next page because it does not fit (e.g. with float: top next). Maybe a workaround is conceivable by transforming the object rather than using a different page, but I have not quite thought that out. My current use case is full page objects (figures/tables) and their captions.