Skip to content

Commit

Permalink
Update add-barcode-to-pdf-telerik.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dessyordanova authored Jul 10, 2024
1 parent 20db9ce commit 224c08d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions knowledge-base/add-barcode-to-pdf-telerik.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Learn how to generate a PDF document and add a barcode to it.

## Solution

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

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

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

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

## Notes

- 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%}).
- 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).

## See Also

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

0 comments on commit 224c08d

Please sign in to comment.