Search found 13 matches

by Document Partner
Thu Feb 23, 2012 11:02 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Square Datamatrix barcodes
Replies: 1
Views: 5022

Square Datamatrix barcodes

Hi, In our application we need to have the produced barcodes to be sqare all the time. Can you state how the format of the barcodes is chosen when generating datamatrix barcodes? Are the rectangle barcode formats chosen automatically at any time or only when specified using one of the following line...
by Document Partner
Thu Feb 23, 2012 12:02 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Last 3 characters in EDIFACT encoding are ASCII encoded
Replies: 4
Views: 8612

Re: Last 3 characters in EDIFACT encoding are ASCII encoded

hi,

can you please post, if you can reproduce the behaviour?
we need to know, if this is an issue or expected behaviour of the SDK,
since we have to decide for an encoding in our application.

kind regards,
Roman
by Document Partner
Mon Feb 20, 2012 6:19 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Last 3 characters in EDIFACT encoding are ASCII encoded
Replies: 4
Views: 8612

Re: Last 3 characters in EDIFACT encoding are ASCII encoded

Hello Alexander, I also tested this with the following inputs: "1" => № Type Value HEX 0 C40 *DEMO* 2A 44 45 4D 4F 2A 1 ASCII 1 31 "12" => № Type Value HEX 0 C40 *DEMO* 2A 44 45 4D 4F 2A 1 ASCII 12 31 32 "123" => № Type Value HEX 0 C40 *DEMO* 2A 44 45 4D 4F 2A 1 ASCII 1...
by Document Partner
Mon Feb 20, 2012 2:03 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Last 3 characters in EDIFACT encoding are ASCII encoded
Replies: 4
Views: 8612

Last 3 characters in EDIFACT encoding are ASCII encoded

Hi, When trying to encode data into DataMatrix we came across the following issue: When using the EDIFACT encoding the last 3 characters (tested with the advanced barcode reader) are encoded as ASCII. This can be reproduced using the following code snippet to generate a barcode var barcodeWriter = n...
by Document Partner
Fri Feb 17, 2012 4:37 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: WriterSetting.MinWidth for DataMatrix
Replies: 3
Views: 6384

Re: WriterSetting.MinWidth for DataMatrix

hi,

thanks for your quick answer!
could you state, why it is not recommended?
are there any common pitfalls in using barcodes with a low cell width?

kind regards
by Document Partner
Fri Feb 17, 2012 2:28 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: WriterSetting.MinWidth for DataMatrix
Replies: 3
Views: 6384

WriterSetting.MinWidth for DataMatrix

Hi, I am using the BarcodeWriter for DataMatrix barcodes. Why is the MinWidth minimum value (as also stated in the documentation) 2. When I am setting this to 1 it seems to be ignored and 2 is used instead. Are there any technical restrictions that require MinWidth to be greater than or equal to 2? ...
by Document Partner
Mon Sep 12, 2011 9:52 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Encoding DataMatrix with Latin-2 using ECI
Replies: 4
Views: 23365

Re: Encoding DataMatrix with Latin-2 using ECI

hi, Ok, as it turns out this sample is part of a much bigger, more complicated example that includes pseudo transformation ecis and so on. Unfortunately there is no easier test-tag available that includes ECIs. So you can ignore the last message. Btw. Great job guys. I've tested a lot of 2D barcode ...
by Document Partner
Fri Sep 09, 2011 2:09 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Encoding DataMatrix with Latin-2 using ECI
Replies: 4
Views: 23365

Re: Encoding DataMatrix with Latin-2 using ECI

hi, Thanks for your reply. So now I know I'm on the right way. I have one question left. In the AIM-Standard for ECI (page 34) there is a DataMatrix tag containing greek characters. If you don't have the standard, there is a draft version here: http://www.aimglobal.org/standards/symbinfo/tsc-04-002%...
by Document Partner
Fri Sep 09, 2011 1:32 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: New features request for version 6.1 of VintaSoftBarcode.NET
Replies: 1
Views: 8214

Re: New features request for version 6.1 of VintaSoftBarcode.NET

hi, how about implementing Facing Identification Mark (FIM) or MaxiCode? http://en.wikipedia.org/wiki/Facing_Identification_Mark http://en.wikipedia.org/wiki/Maxicode These could be helpfull in any mailing applications. (Not that It would be a requirement for our company today) kind regards, Roman B...
by Document Partner
Fri Sep 09, 2011 10:15 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: IndexOutOfBoundsException with german umlauts
Replies: 2
Views: 9218

Re: IndexOutOfBoundsException with german umlauts

Hi,

Thanks for the info. The Code is working now.

kind regards,
Roman