VIDEOS

How to Create Barcodes as PDFs in C#

Jordi Bardia
Jordi Bardia
November 29, 2023
Share:


In this tutorial, we explore how to generate barcodes and export them to PDF using the Iron Barcode library. First, ensure Iron Barcode is installed in your project via the NuGet package manager. Begin by including the Iron Barcode namespace in your program. Then, create a new barcode instance using the barcode writer's create method, passing in a URL and encoding type. After generating the barcode, you have multiple export options: save directly as a PDF, export as binary data for database storage or network transmission, or as a stream for integration into larger data streams. Running the project results in a PDF file that encapsulates the generated barcode, representing the input URL. This PDF can be printed or embedded into other documents. The tutorial concludes by encouraging viewers to subscribe for more tutorials and offering a 30-day free trial of the software. For more details, follow the link in the description.

Get stated with IronBarcode now.
green arrow pointer

Jordi Bardia
Software Engineer
Jordi is most proficient in Python, C# and C++, when he isn’t leveraging his skills at Iron Software; he’s game programming. Sharing responsibilities for product testing, product development and research, Jordi adds immense value to continual product improvement. The varied experience keeps him challenged and engaged, and he says it’s one of his favorite aspects of working with Iron Software. Jordi grew up in Miami, Florida and studied Computer Science and Statistics at University of Florida.
< PREVIOUS
How to Create Barcode & QR Code Images in C#
NEXT >
How to Create Barcodes as HTML in C# 1