Results 1 to 3 of 3

Thread: [2.0] Anyway to save /convert to EPS

  1. #1

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    [2.0] Anyway to save /convert to EPS

    All,

    I asked this some time ago in the vb forums but since im doing c# now (i know it doesnt matter as long as its .net)


    is there any way to save text as a image? and more importantly is there a way to save that image as a .eps file?

  2. #2
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [2.0] Anyway to save /convert to EPS

    As far as i'm aware EPS is not supported directly by the framework. But if you can get as far as saving to a bmp image then i'm sure you can find a way to convert it to an EPS using some 3rd party code. In the meantime here's a hint about saving a bmp...

    Draw the text onto an image object and then save the image.

    See:
    Graphics.FromImage(),
    Graphics.DrawString()
    and
    Image.Save()
    Last edited by wossname; Oct 27th, 2006 at 02:40 PM.
    I don't live here any more.

  3. #3

    Thread Starter
    Fanatic Member Crash893's Avatar
    Join Date
    Dec 2005
    Posts
    930

    Re: [2.0] Anyway to save /convert to EPS

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width