Reputation: 6747
I am using ASP.NET and I want to create a barcode in a pdf document by means of a third party component. Then I want to send this pdf document as an attachment.
Do you have any ideas how can I do this?
Thanks
Upvotes: 2
Views: 3103
Reputation: 1424
You may also try the following solution using Aspose products:
Disclosure: I work as developer evangelist at Aspose.
Upvotes: 0
Reputation: 34592
Why not install ghostscript on the server and use this to generate the barcode from ps to pdf?
Link here
Upvotes: 1
Reputation: 38503
I have done this in the past. I used a few components.
A few notes:
Upvotes: 3