This is a migrated thread and some comments may be shown as answers.

BarCode PDF 417

5 Answers 126 Views
BarCode
This is a migrated thread and some comments may be shown as answers.
Ahmed
Top achievements
Rank 1
Ahmed asked on 20 Apr 2013, 10:49 AM
hi,
  i want to ask how to show human readable text below PDF 417 or above
  most of BarCode types have this option , but i cannot get it in this type

5 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 24 Apr 2013, 06:46 AM
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:
<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
0
Yavor
Telerik team
answered on 25 Apr 2013, 01:09 PM
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

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>?
Tags
BarCode
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Ahmed
Top achievements
Rank 1
Makaveil
Top achievements
Rank 1
Share this question
or