You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/add-barcode-to-pdf-telerik.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ Learn how to generate a PDF document and add a barcode to it.
23
23
24
24
## Solution
25
25
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):
27
27
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)
29
29
30
30
2\. Then, add the [image to the PDF document]({%slug pdf-from-images-with-radfixeddocumenteditor%}). Here is a sample code snippet:
31
31
@@ -61,12 +61,12 @@ To add a barcode to a PDF document, consider using the [WinForms BarcodeView]({%
61
61
62
62
## Notes
63
63
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).
0 commit comments