Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Basically I want to create a program where the user enters a doctors name, bio and selects a picture from their hard disk. Then I need the program to be able to save the name, bio, and picture as one picture file (either JPEG or TIFF) to a preset layout.

 

If not, then I want to be able to save it to a Word template.

 

Can someone point me in the right direction?

 

I am using VB .NET

  • *Experts*
Posted

If you want to save an image object to a file then using its save method will do it:

imageobject.Save("path", System.Drawing.Imaging.ImageFormat.Tiff)

Posted
How are you drawing the info to the image?

 

It is probably easier to just have everything inserted into a Word document with a preset template.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...