• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

Export

The Barcode and QR Code provide built-in support for Image, SVG, and PDF export.

You can send the export output to a remote service as a Base64-encoded string or save it on the client machine.

Similar to all KendoReact components, the Barcode and QR Code can also be included in PDF documents created by the PDF Export component.

The Barcodes support the following options:

Exporting to Images

The following example demonstrates how to save the Barcode as a PNG image by using the Barcode.exportImage and the QRCode.exportImage methods.

Example
View Source
Change Theme:

Exporting to SVG

The following example demonstrates how to save the Barcode and QR Code as an SVG file by using the Barcode.exportSVG and QRCode.exportSVG methods.

Example
View Source
Change Theme:

Exporting to Drawing Visuals

The Barcode.exportVisual and QRCode.exportVisual methods return a Drawing scene which you can further process.

The following example demonstrates how to export the Barcodes as a Drawing visual scene by using the exportVisual method.

Example
View Source
Change Theme:

Exporting to PDF

The following example demonstrates how to save a section containing a Barcode and a QR Code as a PDF file by using the PDF Export component.

Example
View Source
Change Theme: