FrayxRulez / SharpPdf417

Light and portable PDF 417 Barcode generator
MIT License
5 stars 3 forks source link

Twice #1

Open przemekwa opened 8 years ago

przemekwa commented 8 years ago

Hello, I want to use Your dll, but

when I am testing I see the text which I pass to the Pdf417Generatorctor is double on the output.

Example:

new Pdf417Generator("Helo World", ErrorCorrectionLevel.LevelZero,4,3, 3);

on the ouput i have

Helo WorldHelo World

Can You tell me how to fix it?

BjornVT commented 7 years ago

Hello there,

I've having the same issue. Where you able to fix this?

Kind regards,

przemekwa commented 7 years ago

Hello, I know where is the problem but I don't have time to make pull request. So I remember I change SharpPdf417 for http://www.pdfsharp.net/. It is very similar to this and is work