P
pran88
Hi All,
I am developing an application (MS Word Add-In) to facilitate the
possibility to copy a certain area (text, table, etc.) in a word document and
paste it in a form of an image. Currentlt I have managed to do this using the
paste data type as Word.WdPasteDataType.wdPasteOLEObject of the Range objects
PasteSpecial() method.
The critical problem is that when i copy text with different font colors the
picture generated appears with some colors missing. ex - a form of red, green
appears as black.
The color appears exactly as it is when I use the data type as
Word.WdPasteDataType.wdPasteHTML or Word.WdPasteDataType.wdPasteRTF. But the
problem is that it does not generate in form of an image.
Is the anyone out there who can assist me in this problem..??????
Thanks in Advance.
I am developing an application (MS Word Add-In) to facilitate the
possibility to copy a certain area (text, table, etc.) in a word document and
paste it in a form of an image. Currentlt I have managed to do this using the
paste data type as Word.WdPasteDataType.wdPasteOLEObject of the Range objects
PasteSpecial() method.
The critical problem is that when i copy text with different font colors the
picture generated appears with some colors missing. ex - a form of red, green
appears as black.
The color appears exactly as it is when I use the data type as
Word.WdPasteDataType.wdPasteHTML or Word.WdPasteDataType.wdPasteRTF. But the
problem is that it does not generate in form of an image.
Is the anyone out there who can assist me in this problem..??????
Thanks in Advance.