# Export Barcodes

Barcodes can be exported to PDF documents. Learn more in DsExcel docs.

## Content

DsExcel provides support to export barcodes to PDF documents. For more information about supported barcodes and the sample code implementation to export them to PDF documents, refer:

* [QRCode](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/qrcode)
* [EAN-13](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/ean-13)
* [EAN-8](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/ean-8)
* [Codabar](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/codabar)
* [Code39](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/code39)
* [Code93](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/code93)
* [Code128](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/code128)
* [GS1-128](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/gs1-128)
* [Code49](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/code49)
* [PDF417](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/pdf417)
* [Data Matrix](/document-solutions/dot-net-excel-api/docs/online/Features/barcodes/datamatrix)

## Limitations

The following parameters in different barcode types have limited or no support while exporting to PDF documents, as is elaborated in the below table:

| **Barcode Type** | **Parameter** | **PDF Export** |
| ------------ | --------- | ---------- |
| QRcode | charCode | Not Supported |
| PDF417 | compact | Not Supported |
| EAN-13 | addOn addOnLabelPosition | Not Supported |
| codabar | checkDigit | Not Supported |
| code39 | labelWithStartAndStopCharacter checkDigit fullASCII | Not Supported |
| code93 | checkDigit fullASCII | Not Supported |

Some barcode types support various font options like fontFamily, fontWeight, fontStyle etc. The following font options have limited support as mentioned:

| **Font Options** | **PDF Export** |
| ------------ | ---------- |
| fontStyle | 'normal' and 'italic' |
| fontTextDecoration | 'normal' and 'underline' |
