5 Answers, 1 is accepted
0
Hi,
The PDF 417, by specification, does not include text. You can easily work-around this limitation, by including a textblock control, immediately below or above the control:
You can then populate the text.
I hope this helps.
Kind regards,
Yavor
the Telerik team
The PDF 417, by specification, does not include text. You can easily work-around this limitation, by including a textblock control, immediately below or above the control:
<
Barcodes:RadBarcodePDF417
Text
=
"test"
x:Name
=
"PDFCode"
Grid.Row
=
"0"
>
</
Barcodes:RadBarcodePDF417
>
<
TextBlock
x:Name
=
"PDFText"
Grid.Row
=
"1"
>
</
TextBlock
>
You can then populate the text.
I hope this helps.
Kind regards,
Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Ahmed
Top achievements
Rank 1
answered on 24 Apr 2013, 04:44 PM
hi,
no problem in that, my problem is to export this text with the barcode in one image
so how can i do this thing
no problem in that, my problem is to export this text with the barcode in one image
so how can i do this thing
0
Hi,
You can nest all the data in another control, a grid for example, and export it. More information is available in the following links:
http://www.telerik.com/help/silverlight/gridview-export.html
All the best,
Yavor
the Telerik team
You can nest all the data in another control, a grid for example, and export it. More information is available in the following links:
http://www.telerik.com/help/silverlight/gridview-export.html
All the best,
Yavor
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0

Makaveil
Top achievements
Rank 1
answered on 20 Nov 2013, 06:41 AM
Hi Ahmed,
I think the most of barCode types having text showing option that you are mentioning are1D barcodes. PDF417 along with another 2D barcode symbology Data Matrix don't have such an option yet as far as I know.
A dumb way I might choose is to scan those barcodes into a picture-processing tool which I can then add some other text or images above or below them.
Regards,
Makaveil
0

Makaveil
Top achievements
Rank 1
answered on 02 Apr 2014, 10:14 AM
Something outside --- have your seen <a href="https://en.wikipedia.org/wiki/The_Matrix_(franchise)">Matrix</a>?