How to read barcode from Word
Contents
[
Hide
]
Read barcode from Word C#
To read barcode from a Word document, Aspose.BarCode and Aspose.Words are used. Following simple steps tell how to do that:
- Extract image from Word document .
- Save the extracted image as a stream.
- Pass the image in the form of the stream to Aspose.BarCode for .NET.
- Read the barcode from the image.
Following code shows the above mentioned steps in details: