Hi guys,
i'm trying to replace a picture inside an RTF file.
I have found that this is the format the picture is described inside RTF:
{\*\shppict{\pi ct\picscalex80\ picscaley80\pic cropl0\piccropr 0\piccropt0\pic cropb0\picw800\ pich600\picwgoa l12000\pichgoal 9000\jpeglib
....some binary data...}}
RTF file is about 3,9MB and this expression "\{\\*\\shppict {\pict(.*?)}}/"
doesn't return anything that i can change.
My wish is to change attribute of the string that I have paste on the
top and obviously change binary data!
Thanks
Mauro
i'm trying to replace a picture inside an RTF file.
I have found that this is the format the picture is described inside RTF:
{\*\shppict{\pi ct\picscalex80\ picscaley80\pic cropl0\piccropr 0\piccropt0\pic cropb0\picw800\ pich600\picwgoa l12000\pichgoal 9000\jpeglib
....some binary data...}}
RTF file is about 3,9MB and this expression "\{\\*\\shppict {\pict(.*?)}}/"
doesn't return anything that i can change.
My wish is to change attribute of the string that I have paste on the
top and obviously change binary data!
Thanks
Mauro
Comment