1
I have a program that generates barcodes, inserts them in a file . txt and prints this file. What I want is for those barcodes to be inserted into a file doc
with a paper label template (in this case they are Pimaco labels size 6287) so that, at the time of printing, the codes come out right on the label. Otherwise I’ll have to use a plain label sheet and then cut each one.
Ever thought of creating a pro word plugin?
– Felipe Avelar
You want to do something like that?
– Leonel Sanches da Silva
Actually no and I can’t imagine how to create it. I am urgent with this program because I have to label 1000 electronic components by Saturday.
– kaamis
This @Ciganomorrisonmendez only with a template ready in Word. The one with label.
– kaamis
I think it will be more work. It would be better to go straight to C# and align the label using tests with A4 paper.
– Leonel Sanches da Silva
In this example it is not possible to put the exact sizes and have written?
– kaamis
It does. Using the axes
x
andy
, but this requires mounting the example, printing on the A4 and seeing how it comes out, and then making adjustments.– Leonel Sanches da Silva
Yes I understand, I’ll try. Thank you!
– kaamis