Search code examples
.netpdfbarcode

Create pdf documents with 2D barcodes from .NET


How can I create pdf documents with 2D barcodes (for example QR code http://en.wikipedia.org/wiki/QR_Code) from .NET application?

I will (probably) use iTextSharp for creating the documents. Which component should I use for drawing 2D barcodes?


Solution

  • Could you not create an Image with the bar code and embed it into the PDF?