0
Votes
Undo
  1. Ramón San Félix Ramón
  2. PowerBuilder
  3. Tuesday, 22 June 2021 11:37 AM UTC

I wonder if you have any examples of using the Zxing.Net library to read barcodes in PDF files.

It would be nice to have a DLL to be able to use it in PowerBuilder!

I have been exploring the project https://github.com/zxing/zxing but my knowledge of C # is not enough for what I intend ...

Greetings.

Accepted Answer
Ramón San Félix Ramón Accepted Answer Pending Moderation
  1. Wednesday, 16 February 2022 07:38 AM UTC
  2. PowerBuilder
  3. # Permalink
I didn't remember I had this open question in the community. Finally it is solved and published an example in:

https://community.appeon.com/index.php/codeexchange/powerbuilder/309-qrcode-reader-and-qrcode-generator-with-zxing

To be aware of what I publish you can follow my blog:

https://rsrsystem.blogspot.com/

Or follow me on Github:

https://github.com/rasanfe
Comment
  1. Miguel Leeuwe
  2. Wednesday, 16 February 2022 08:57 AM UTC
Thank for sharing Ramon!
  1. Helpful
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Tuesday, 22 June 2021 17:20 PM UTC
  2. PowerBuilder
  3. # 1

this might be useful:

https://jeremylindsayni.wordpress.com/2016/04/02/how-to-read-and-create-barcode-images-using-c-and-zxing-net/

and

https://stackoverflow.com/questions/17512059/how-do-i-use-zxing-net-in-my-visual-c-sharp-form

it doesn't look like you have to be an expert in .Net, but watch some youtube videos on how to create a solution / project for creating a DLL. Choose one of these project types in Visual studio or something similar in SnapDevelop:

I don't have a scanner, so it won't be easy to help you, maybe someone else could help on zxing's githbub?
https://github.com/micjahn/ZXing.Net
They also have some example I think.

You should create a ".net class library" in C# (or Visual basic .net) and then use the DLL import tool of powerbuilder.

have fun!

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.