Hi, I need to extract all the objects from .rtf file, .rtf file may contain text, images, arbitrary shapes like rectangles, lines etc. Along with objects I need the respective information i.e. for text I need font size font color font style font family its starting coordinates. Similarly for Images I need to extract its coordinates, height,width and also the image in any valid formats like .jpg,.png etc. For shapes i need their coordinates, fill color, line width, line color. Can I get all the information that I mentioned above using Microsoft object library assembly in VB.net.