converting .doc file to .gif file
-
plz.. some body help out in converting .doc file to .gif file using c#
-
plz.. some body help out in converting .doc file to .gif file using c#
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 ;)
-
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 ;)
can u send me small example on it...
-
plz.. some body help out in converting .doc file to .gif file using c#
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