Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating nice pdfs with ruby

Tags:

text

ruby

image

pdf

I would like to create pdfs with ruby. One special need is embedding a picture into text (or a textblock), which means I need to be able to let the text flow around the image. E.g. the image should be in the rigth upper corner and the text should start left of the image and continue after the image by using the whole width of the page. How can I do this in ruby? Thank you for any suggestions!


1 Answers

In the past to get print quality PDFs in Ruby, I used rtex.

It's fast too, which is a real bonus.

like image 185
Dan Harper Avatar answered Jul 16 '26 12:07

Dan Harper