Search found 15 matches

by elisacosta
Thu Apr 29, 2021 3:41 pm
Forum: Image Processing & Document Imaging
Topic: Drawing an image from a SVG file
Replies: 1
Views: 4882

Drawing an image from a SVG file

Hi all, I'm using GdPicture.NET 12. I'd need to draw a picture reading an SVG file. I'm using methods of TbPicImaging: public int CreateGdPictureImageFromMetaFile( string FilePath ) + public GdPictureStatus DrawGdPictureImageOnHDC( int ImageID, IntPtr hdc, int DstLeft, int DstTop, int DstWidth, int ...
by elisacosta
Fri Mar 13, 2020 1:05 pm
Forum: Barcode Reading & Writing
Topic: To set QR code version
Replies: 1
Views: 7154

To set QR code version

Hi all, I'm using GdPicture.NET 12 I generate QR code using method: public GdPictureStatus BarcodeQRWrite(int ImageID, string Data, BarcodeQREncodingMode EncodingMode, BarcodeQRErrorCorrectionLevel ErrorCorrectionLevel, int Version, int QuietZone, int ModuleSize, int DstLeft, int DstTop, float Angle...
by elisacosta
Fri Feb 28, 2020 3:57 pm
Forum: Barcode Reading & Writing
Topic: Swiss QR code
Replies: 4
Views: 9198

Re: Swiss QR code

Ok,
thank you for your answer.
I hope that this feature will be implemented!

Best regards

Elisa Costa
by elisacosta
Fri Feb 14, 2020 10:46 am
Forum: Barcode Reading & Writing
Topic: Swiss QR code
Replies: 4
Views: 9198

Swiss QR code

Hi all,
I'd like to know if threre is a way to generate a Swiss QR code using GDPicture.
Is there the possibility to generate this type of barcode, and, if there is, starting from which version of GDPicture library?

Thank you!

Elisa Costa
by elisacosta
Wed Jun 12, 2019 3:58 pm
Forum: Barcode Reading & Writing
Topic: EAN13 - How to avoid country code check
Replies: 2
Views: 13330

Re: EAN13 - How to avoid country code check

Hi Costinel,
Thank you very much for your quick answer!

Best regards

Elisa
by elisacosta
Mon Jun 10, 2019 11:41 am
Forum: Barcode Reading & Writing
Topic: EAN13 - How to avoid country code check
Replies: 2
Views: 13330

EAN13 - How to avoid country code check

Hi all, I'm using GdPicture.NET 12. I have to generate an EAN13 barcode for the numeric sequence '1920100163605' and 'Barcode1DWrite' return GdPictureStatus.BarcodeInvalidManufacturerCode = 1013. Is it not possible to avoid the check about country code consistence on the first numbers of sequence? T...
by elisacosta
Thu Jan 10, 2019 3:49 pm
Forum: Barcode Reading & Writing
Topic: Write EAN128 barcode
Replies: 4
Views: 8937

Re: Write EAN128 barcode

Thank you Costinel,
you were very clear and your help has been invaluable.

Best regards

Elisa Costa
by elisacosta
Thu Jan 10, 2019 11:57 am
Forum: Barcode Reading & Writing
Topic: Write EAN128 barcode
Replies: 4
Views: 8937

Re: Write EAN128 barcode

Hi Costinel, Thank you very much for your quick answer. I've tried to use the ASCII character 200 to add FNC1 at the beginning of barcode, and I actually obtained a barcode recognizable as GS1-128: StartA - FNC1 - CODEC - myvalue - mod 103 - stop character From your answer I understood that it isn't...
by elisacosta
Mon Jan 07, 2019 5:39 pm
Forum: Barcode Reading & Writing
Topic: Write EAN128 barcode
Replies: 4
Views: 8937

Write EAN128 barcode

Hi all, I'm using GdPicture.NET 12. I'd like to generate a barcode in EAN128 standard. I suppose that this standard is not directly supported for writing, but I wonder if there is some work around to build the correct string (with the right start character , the FNC1 character ) and, starting from t...
by elisacosta
Tue Feb 13, 2018 10:45 am
Forum: Barcode Reading & Writing
Topic: Writing Codabar with special character
Replies: 2
Views: 8947

Re: Writing Codabar with special character

Thank you very much for your prompt replay,

Best regards

Elisa Costa
by elisacosta
Mon Feb 12, 2018 6:03 pm
Forum: Barcode Reading & Writing
Topic: Writing Codabar with special character
Replies: 2
Views: 8947

Writing Codabar with special character

Hi all, I'm using GdPicture.NET 12. I've read, about Codabar type of barcode, that it can encode the digits 0 through 9, six symbols ( - : . $ / + ) , and the start/stop characters A, B, C, D, E. But if I use method: ' Barcode1DWriteGetMinWidth(Barcode1DWriterType.Barcode1DWriterCodabar, myString) '...
by elisacosta
Mon Jul 17, 2017 4:26 pm
Forum: Barcode Reading & Writing
Topic: Checksum calculated drawing barcode 1D
Replies: 1
Views: 8938

Checksum calculated drawing barcode 1D

Hi all, I'm using GdPicture 12. I'd like to have some method that process data adding checksum digit, generating barcode 1D images. Does something like this already exist in GDPicture in versions after 12? In version 12 I've found only method Barcode1DReaderBarcodeHasChecksum that returns if a barco...
by elisacosta
Mon Jul 17, 2017 3:53 pm
Forum: Barcode Reading & Writing
Topic: Data Matrix generated with Undefined encoding type
Replies: 4
Views: 13434

Re: Data Matrix generated with Undefined encoding type

Thank you very much for correction. As soon as I succeed in updating library I'm going to give you a feedback! Working always with version 12 I've met some other problems, with size calculation of QR barcode, but I've added a new post in the right section :) Thanks again for your helpfulness Best re...
by elisacosta
Mon May 22, 2017 10:33 am
Forum: Barcode Reading & Writing
Topic: Data Matrix generated with Undefined encoding type
Replies: 4
Views: 13434

Re: Data Matrix generated with Undefined encoding type

Many thanks for the prompt reply,
I look forward to some news from development team about the issue.

Best regards

Elisa Costa
by elisacosta
Fri May 19, 2017 5:04 pm
Forum: Barcode Reading & Writing
Topic: Data Matrix generated with Undefined encoding type
Replies: 4
Views: 13434

Data Matrix generated with Undefined encoding type

Hi all, I'm using GdPicture.NET 12 I generate DataMatrix barcode using method: public GdPictureStatus BarcodeDataMatrixWrite (int ImageID, string Data, BarcodeDataMatrixEncodingMode EncodingMode, ref BarcodeDataMatrixVersion Version, int QuietZone, int ModuleSize, int DstLeft, int DstTop, float Angl...