Questions tagged [princely]

6 questions
1
vote
2 answers

pdf file rendered in portrait instead of landscape

We are using princely gem to generate pdf documents on our rails 4 app. For the last couple of days, the generated pdf is rendering in portrait mode instead of the specified landscape mode; this functionality has been working fine for years. There…
Prakash Murthy
  • 12,923
  • 3
  • 46
  • 74
1
vote
2 answers

how to force long URL/text to wrap in table cell when generating PDF in rails?

I am using princely(https://github.com/mbleigh/princely) to generate PDF in rails. I have long url in one table cell. It will extend the margin when I generate the PDF. In html,"word-break: break-all;" works well. But this rule "word-break:…
0
votes
1 answer