LoginSignup
5
4

More than 5 years have passed since last update.

Gemのwkhtmltopdfでテーブルを自動的に改ページする

Last updated at Posted at 2016-06-14

これが何よりの回答。
http://stackoverflow.com/questions/8712677/how-to-apply-css-page-break-to-print-a-table-with-lots-of-rows

sample.css
<style type="text/css">
   table { page-break-inside:auto }
   tr    { page-break-inside:avoid; page-break-after:auto }

</style>
5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4