How can I inject a dynamically generated image (barcode, as it happens) into a PDF document (I'm in rails if that matters)?

StackOverflow https://stackoverflow.com/questions/13442419

Вопрос

I'm aware of pdf-stamper, but I'm trying to avoid switching everything to jruby right now.

I just need to "stamp" an image that I generate within the rails app (a PDF417 barcode) into a form field in the PDF document (there's an FDF; it's a document template kinda thing).

I'm filling out the text-based fields by just shelling out to pdftk, so if there's a way to do it using pdftk, I'd be fine with that, but I've looked high and low for one without any luck.

Это было полезно?

Решение

How about using a barcode font? some alternatives too. I haven't used that one but there may be others available too

Другие советы

I know I'm late to the party, but the PDF417 Rubygem should do what you need. https://rubygems.org/gems/pdf417 will generate it and if you have chunky_png installed you can easily write out PNGs to a file.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top