TRVOffice Converter Problem
Posted: Mon Feb 20, 2006 11:03 am
From the demo given, I have seen the Filter for OpenDialog is get from the RVOfficeConverter.GetExportFilter.
then after executed the OpenDialog, this is called:
rvc.ExportRV(sd.FileName, rve, sd.FilterIndex-2);
1. From the list of filter, I found out that there is a filter named "word 97-2000 & 6.0/95 RTF". What is this actually? if a rtf file, or doc?
2. RVOfficeConverter not supported MS WORD XP and above?
3. If I specify the filter myself without calling RVOfficeConverter.GetExportFilter. Where I can get the documentation about the index number to be passed for rvc.ExportRV(sd.FileName, rve, sd.FilterIndex-2);
then after executed the OpenDialog, this is called:
rvc.ExportRV(sd.FileName, rve, sd.FilterIndex-2);
1. From the list of filter, I found out that there is a filter named "word 97-2000 & 6.0/95 RTF". What is this actually? if a rtf file, or doc?
2. RVOfficeConverter not supported MS WORD XP and above?
3. If I specify the filter myself without calling RVOfficeConverter.GetExportFilter. Where I can get the documentation about the index number to be passed for rvc.ExportRV(sd.FileName, rve, sd.FilterIndex-2);