Content not flowing to next page
See original GitHub issueI have a simple page tampleate:
<html>
<head>
<style>
@page {
size: a4 portrait; /*landscape*/
margin: 2cm;
@frame content_frame {
left: 50pt;
width: 512pt;
top: 50pt;
height: 212pt;
-pdf-frame-border: 1;
-pdf-keep-with-next: false;
}
}
</style>
</head>
<body>
Lorem ipsum....
Just a lot more lorem ipsum. However the pdf looks like it fills the content frame, then it starts form the tom of the page and fills the smae page then, and finally it switches page to the next one.
See attached file for an example. Is there anything wrong with my template?
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Data in Adobe form not flowing to next page - SAP Community
My problem is that, the data in my form is not flowing to next page. I have taken every content inside subforms and...
Read more >Solved: allow table page break does not flowing to next pa...
Solved: Hi All. I developed form with table and I expected that when table content increase it will break to next page and...
Read more >Multi-page form not flowing properly | Adobe Acrobat
My dilemma is such that when a user types in one of the text fields on one page and forces the text box...
Read more >Table Won't Flow to Second Page - Microsoft Word Tips
If the paragraphs have the "Keep with Next" setting selected, then it can cause problem with the flowing of the paragraphs within the...
Read more >Table contents run off page but not onto the next page.
If you have positioning options for the table, then the wrapping is not set to None; the table is wrapped, which brings us...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In case someone else runs across this: I had the same problem (with versions 0.2.1 and 0.2.3), and the only thing that fixed it was to remove the “margin” property from the page selector. No idea why.
Thanks, i can confirm that your solution also worked for me on version 0.2.7.