Categories: None [Edit]

pdf-stamper

https://rubygems.org/gems/pdf-stamper
https://github.com/jaywhy/pdf-stamper
Super cool PDF templates using iText's PdfStamper. == CAVEAT: Anything super cool must have a caveat. You have to use JRuby or RJB. Plus you can only use Adobe LiveCycle Designer to create the templates. == EXAMPLE: pdf = PDF::Stamper.new("my_template.pdf") pdf.text :first_name, "Jason" pdf.text :last_name, "Yates" pdf.image :photo, "photo.jpg" pdf.save_as "my_output.pdf"

Total

Ranking: 48,710 of 196,739
Downloads: 25,060

Daily

Ranking: 73,665 of 196,700
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,3869,553,806hoe
9,054438,663newgem

Owners

#GravatarHandle
1iconjaywhy