Skip to content

Commit 1695cb0

Browse files
committed
adjust links and add an image
1 parent 9522aa7 commit 1695cb0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

knowledge-base/add-barcode-to-pdf-telerik.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ ticketid: 1657503
1919

2020
Learn how to generate a PDF document and add a barcode to it.
2121

22+
![Pdf with Barcodes](images/pdf-with-barcodes.png)
23+
2224
## Solution
2325

2426
To add a barcode to a PDF document, consider using the [WinForms BarcodeView]({%slug barcodeview-overview%}):
2527

26-
1\. First, [generate an image of the barcode](https://docs.telerik.com/devtools/winforms/controls/barcodeview/how-to/export-to-image).
28+
1\. First, [generate an image of the barcode]({%slug barcodeview-export-to-image%}).
2729

28-
2\. Then, add the image to the PDF document. Here is a sample code snippet:
30+
2\. Then, add the [image to the PDF document]({%slug pdf-from-images-with-radfixeddocumenteditor%}). Here is a sample code snippet:
2931

3032
```csharp
3133
Telerik.WinControls.UI.Barcode.QRCode qrCode1 = new Telerik.WinControls.UI.Barcode.QRCode();
@@ -63,7 +65,8 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView]({%
6365

6466
## See Also
6567

66-
- [RadPdfProcessing Documentation](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
67-
- [Exporting BarcodeView to Image](https://docs.telerik.com/devtools/winforms/controls/barcodeview/how-to/export-to-image)
68+
- [RadPdfProcessing Documentation]({%slug radpdfprocessing-overview%})
69+
- [WinForms BarcodeView]({%slug barcodeview-overview%})
70+
- [Exporting BarcodeView to Image]({%slug barcodeview-export-to-image%})
6871
- [Generating a Barcode Image outside WinForms]({%slug barcodeview-generating-image-console-app%})
6972

17.6 KB
Loading

0 commit comments

Comments
 (0)