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