HI EVERY ONE,
Here i read the read data from gif by using the code below:
import java.awt.*;
import java.io.*;
import java.awt.event.*;
import java.awt.image.*;
import java.awt.geom.*;
import java.awt.font.*;
import javax.swing.*;
import javax.imageio.*;
public class ReadGGif{
public static void main(
String s[]) throws Exception {
File f=new File("D:/Myapps/read/4843a349.gif");
BufferedImage bufferedImage=ImageIO.read(f);
}
}
Now my intention is how can i put this data into
doc file...can anyone give me the clear picture?
Regards,
sreelakshmi.