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: 43,135 of 182,992
Downloads: 24,540

Daily

Ranking: 67,544 of 182,977
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
2,0798,566,350hoe
7,756401,271newgem

Owners

#GravatarHandle
1iconjaywhy