I need to be able to pass in a 13 digit ISBN and have the barcode display as an image on a website dynamically. I have tried some web services at maschup.com and so far unable to get this to render correctly.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the following class to generate ISBN-13 barcodes:
Here are two examples of its use:
For Windows Forms
For MVC 3