User956783310 posted
I am trying to figure out the best way to create an image dynamically, filled in with text, and formatted a specific way. I want the image to be printable, and I have a specific font I need to use for it to look right. I have done some research
and understand the difficulties with embedded fonts, etc., so I am hoping to work around by creating an image that the user can print.
So two main questions. If I get the font installed on the host server, will that do the trick? And how can I create an image from scratch? If possible, give examples in VB, C# makes my head hurt. Thanks.