Hi,
I'm testing RichViewActions component and when I exported test text to rtf background image on the left isn't exported. Am I missing something? Thanks.
To PDF.
I use LLPDFLib lib and tried to export from richview to pdf. I tried load to TRVReportHelper from both rtf and rvf streams and when I then do export there is no background image in pdf. Probably it's better to ask author of that lib.
Background image cannot be loaded from RTF files.
For RVF, make sure that rvfoLoadBack is included in RVReportHelper.RichView.RVFOptions (and rvfoSaveBack is included in RVFOptions of RichView[Edit] which saved this RVF file)
Sergey Tkachenko wrote:Probably background image just was not loaded.
Background image cannot be loaded from RTF files.
For RVF, make sure that rvfoLoadBack is included in RVReportHelper.RichView.RVFOptions (and rvfoSaveBack is included in RVFOptions of RichView[Edit] which saved this RVF file)
Thanks, rvfoLoadBack does the trick. Now the problem is solved.