Git Product home page Git Product logo

Comments (7)

jamesprior avatar jamesprior commented on July 30, 2024

Yes, that sounds good! If we can get to one gem which works for people Iā€™d much rather do that than have multiples out there.

On Dec 3, 2013, at 5:49 PM, Tore Darell [email protected] wrote:

Hi,

I'm the author of Barby [1], a wrapper for multiple barcode symbologies in Ruby. We're currently working on getting proper PDF417 support in place; currently, there's only a vendored Java version available. What I have in mind is to take out the Java bits, merge them with the C version and release this as a separate gem. We have some of it in place already [2], but I think it would be silly if there were two very similar gems for doing PDF417, and it seems you've already done a bit of work on this one..

So here's my question: Would you be open to a PR which merges in some Java bits along with the necessary scaffolding to make it work the same as the C version (AFAIK it's a port). I think it could be done quite cleanly. It would in reality become two gems, but AFAICT RubyGems handles this transparently so that it does not affect the end user, they get the version they're supposed to have. The (existing) wrapper class just requires the "lib" class as usual, which will be either C or Java.

[1] http://github.com/toretore/barby
[2] https://github.com/Keeguon/barby-pdf417

ā€”
Reply to this email directly or view it on GitHub.

from pdf417.

keeguon avatar keeguon commented on July 30, 2024

Hey, I'm the guy who wrote the cross-platform gem that you can see here: https://github.com/Keeguon/barby-pdf417, I used the C library provided here: http://sourceforge.net/projects/pdf417lib/ as you must have as well. I see you did your own C implementation however since Barby was already supporting Java and based most of his code on the Java class I used the same bindings that the Java class in C to build the extension (I know it's not very C/Ruby-like but it simplifies things greatly). Anyway, I'm available to chat about a possible merge of your code into the C Pdf417 implementation of Barby.

from pdf417.

jpaas avatar jpaas commented on July 30, 2024

+1 for wanting this to happen! any progress?

from pdf417.

toretore avatar toretore commented on July 30, 2024

I started on it and made good progress, but haven't had time to finish it.
I do plan on finishing it as soon as I find the time.

On Wed, Jun 11, 2014 at 4:15 PM, Julian Paas [email protected]
wrote:

+1 for wanting this to happen! any progress?

ā€”
Reply to this email directly or view it on GitHub
#2 (comment).

from pdf417.

irobayna avatar irobayna commented on July 30, 2024

+1 any updates?

from pdf417.

bonol avatar bonol commented on July 30, 2024

+1 Any updates?

from pdf417.

keeguon avatar keeguon commented on July 30, 2024

@bonol as far as I know you can install both barby and barby-pdf417 gems and require the pdf417 barcode which should load the one from my gem which is compatible with MRI and jRuby. I haven't tested those in a while so if you encounter some issues please let me know.

from pdf417.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.