Printing Avery labels from ASP.NET MVC -
i'm trying dynamically generate , print avery labels asp.net mvc 2 application. labels limited 5 or different templates. wondering best way doing is? labels critical our application , such, need reduce printing error as possible.
i have heard can go kludgey approach , make html templates, there numerous printing errors. better approach i've come across print pdf. there pitfalls approach , how difficult implement? go doing this? know of api's or third party software take care of functionality?
i struggled html/css approach due inconsistent printing behaviour across browsers.
i created c# library produce avery labels in pdf asp.net hope might find useful:
https://github.com/wheelibin/sharppdflabel#readme
you can add images , text labels, , it's easy define more labels types.
(i use barcode labels, barcode generated image , added label using library.)
cheers
Comments
Post a Comment