Skip to content

Commit 224c08d

Browse files
Update add-barcode-to-pdf-telerik.md
1 parent 20db9ce commit 224c08d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Learn how to generate a PDF document and add a barcode to it.
2323

2424
## Solution
2525

26-
To add a barcode to a PDF document, consider using the [WinForms BarcodeView]({%slug barcodeview-overview%}):
26+
To add a barcode to a PDF document, consider using the [WinForms BarcodeView](https://docs.telerik.com/devtools/winforms/controls/barcodeview/overview):
2727

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

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

@@ -61,12 +61,12 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView]({%
6161

6262
## Notes
6363

64-
- The WinForms BarcodeView method is suitable for applications where a barcode image can be generated and saved before adding it to the PDF: [Generating a Bar Code Image outside WinForms]({%slug barcodeview-generating-image-console-app%}).
64+
- The WinForms BarcodeView method is suitable for applications where a barcode image can be generated and saved before adding it to the PDF: [Generating a Bar Code Image outside WinForms](https://docs.telerik.com/devtools/winforms/knowledge-base/gridview-generating-barcode-image-non-winforms).
6565

6666
## See Also
6767

6868
- [RadPdfProcessing Documentation]({%slug radpdfprocessing-overview%})
69-
- [WinForms BarcodeView]({%slug barcodeview-overview%})
70-
- [Exporting BarcodeView to Image]({%slug barcodeview-export-to-image%})
71-
- [Generating a Barcode Image outside WinForms]({%slug barcodeview-generating-image-console-app%})
69+
- [WinForms BarcodeView](https://docs.telerik.com/devtools/winforms/controls/barcodeview/overview)
70+
- [Exporting BarcodeView to Image](https://docs.telerik.com/devtools/winforms/controls/barcodeview/how-to/export-to-image)
71+
- [Generating a Barcode Image outside WinForms](https://docs.telerik.com/devtools/winforms/knowledge-base/gridview-generating-barcode-image-non-winforms)
7272

0 commit comments

Comments
 (0)