0

I want to have no page break in wicked_pdf. How can I achieve that? I tried using

div.no-page-break{
    page-break-before: avoid !important;
  }

But it didn't work. Is there a way I can make the pdf continuous?

naman
  • 46
  • 1
  • 5
  • Does this answer your question? [Rails: WickedPDF: Page Breaks](https://stackoverflow.com/questions/5806943/rails-wickedpdf-page-breaks) – Hass Sep 25 '20 at 06:47
  • This is just the opposite of what I want. I don't want any page break in my pdf. I want it to be continuous. – naman Sep 25 '20 at 07:25

0 Answers0