Search found 15 matches

by IAmByB
Fri Jan 20, 2017 1:11 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 19755

Re: Generated barcodes too wide

Hello, Your code was very helpful, but I still have questions about the barcode writer. As a matter of fact, when I use your code and ask for a 50mm wide barcode, the result is a 45mm barcode (value "8R27854156950") When I ask for a 78mm wide barcode, the result is a 64mm wide barcode (val...
by IAmByB
Thu Jan 19, 2017 8:11 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 19755

Re: Generated barcodes too wide

Hello,


The bug was mine, sorry.

Thank you for your help.
by IAmByB
Thu Jan 19, 2017 6:26 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 19755

Re: Generated barcodes too wide

Thank you for your very clear and informative answer. I have been trying the code you posted. It seems to be working as the generated barcode seems to have the correct width now. My new problem is that the resulting bitmap cannot be passed to iTextSharp to insert it into my PDF document. Every try l...
by IAmByB
Thu Jan 19, 2017 4:02 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 19755

Re: Generated barcodes too wide

Thank you for your answer. I already read this article, but I found nothing about how to specify the XFactor (or Dimension) which must be 0.375 millimeters in this specific case. I assumed it is the MinWidth parameter in Vintasoft software, but still need a validation of this hypothesis. In an examp...
by IAmByB
Thu Jan 19, 2017 2:13 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 19755

Generated barcodes too wide

Hello, I am using Vintasoft barcode writer to create barcode images that I am inserting into a PDF document creatéd with iTextSharp. I want to create a Barcode128 image with a specific Dimension (XFactor) ( XFactor = 0.375 millimeters) but the resulting barcode is always wider (almost 2 x the expect...