Open przemekwa opened 8 years ago
Hello there,
I've having the same issue. Where you able to fix this?
Kind regards,
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
Hello, I want to use Your dll, but
when I am testing I see the text which I pass to the
Pdf417Generator
ctor is double on the output.Example:
new Pdf417Generator("Helo World", ErrorCorrectionLevel.LevelZero,4,3, 3);
on the ouput i have
Can You tell me how to fix it?