Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. converting .doc file to .gif file

converting .doc file to .gif file

Scheduled Pinned Locked Moved C#
csharphelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    subashkrishna
    wrote on last edited by
    #1

    plz.. some body help out in converting .doc file to .gif file using c#

    P N 2 Replies Last reply
    0
    • S subashkrishna

      plz.. some body help out in converting .doc file to .gif file using c#

      P Offline
      P Offline
      Paresh Gheewala
      wrote on last edited by
      #2

      are you able to read .doc file atleast ! if so , you can read one by one line and by using graphics object and drawstring, you can create bitmap in memory and then save it ;)

      S 1 Reply Last reply
      0
      • P Paresh Gheewala

        are you able to read .doc file atleast ! if so , you can read one by one line and by using graphics object and drawstring, you can create bitmap in memory and then save it ;)

        S Offline
        S Offline
        subashkrishna
        wrote on last edited by
        #3

        can u send me small example on it...

        1 Reply Last reply
        0
        • S subashkrishna

          plz.. some body help out in converting .doc file to .gif file using c#

          N Offline
          N Offline
          Nick Seng
          wrote on last edited by
          #4

          Initialize two Filestreams, one to your doc file, one to your gif file. Read the doc file into a byte array, then write the byte array into the gif file. Does that help? Nick Seng (the programmer formerly known as Notorious SMC)


          God, I pity me! - Phoncible P. Bone

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups