bbulpett / zebra-zpl

Gem for using Ruby to print Zebra labels
MIT License
73 stars 32 forks source link

Feature/raw print #66

Closed kuba108 closed 4 years ago

mtking2 commented 4 years ago

As of PR #41 this is actually already supported by the existing print method if you pass in a String rather than a Zebra::Zpl::Label object: lib/zebra/print_job.rb#L10-L20

Although, it is undocumented so it could be added to the README.md

kuba108 commented 4 years ago

@mtking2 Yes, the method is now redundant. However I think this was not possible in earlier version so I created this method in my forked version. Documentation would be nice, thanks.