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?
Could you not create an Image with the bar code and embed it into the PDF?