You can generate bar codes without bar code fonts. There are
a lot of commercial/free components that are able to generate
barcodes as images. Then you can simply insert generated
image into PDF.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Check out www.codeproject.com and search for barcode,
there'se a guy that did some types of barcodes in C++.
I used his Interleave 2 of 5 code and translated it to C#.
Then I used Report.NET to generate a PDF document that
contained several of these barcode pictures.
Everything works fine like that...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=708737
You can generate bar codes without bar code fonts. There are
a lot of commercial/free components that are able to generate
barcodes as images. Then you can simply insert generated
image into PDF.
Logged In: NO
Check out www.codeproject.com and search for barcode,
there'se a guy that did some types of barcodes in C++.
I used his Interleave 2 of 5 code and translated it to C#.
Then I used Report.NET to generate a PDF document that
contained several of these barcode pictures.
Everything works fine like that...