wkhtmltopdf automatic page breaks
问题 I'm using wkhtmltopdf v0.11.0 rc1 in a Rails application through wicked_pdf (I know wicked_pdf does not support the new command line parameter notation, I'm using my own fork of the gem). I thought that content not fitting within a page should automatically overflow to the next one, but this is not the case - I'm seeing text just being cut off, sometimes in the middle of a line. I know I can layout my pages using page-break-after:always , but this looks like dirty hard-coding, and besides the