Skip to content

better documentation on how to use with prawn #3

@jpaas

Description

@jpaas

Through some trial and error and clues left hanging in the interwebs, I only got it to work as follows by using to_png...

barcode = PDF417.new("my data to encode")
data = StringIO.new(barcode.to_png)
pdf.image(data)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions