Page 1 of 1

Can't export to rtf text with background image

Posted: Fri Sep 26, 2008 9:15 am
by lexie
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.

Posted: Fri Sep 26, 2008 4:30 pm
by Sergey Tkachenko
Background images in RTF files are not supported.

Posted: Mon Sep 29, 2008 2:15 pm
by lexie
Sergey Tkachenko wrote:Background images in RTF files are not supported.
Ok, so it's completely impossible to export to pdf with background image?

Posted: Mon Sep 29, 2008 2:53 pm
by Sergey Tkachenko
RTF or PDF?

Posted: Tue Sep 30, 2008 8:22 pm
by lexie
Sergey Tkachenko wrote:RTF or PDF?
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.

Posted: Wed Oct 01, 2008 5:27 am
by Sergey Tkachenko
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)

Posted: Wed Oct 01, 2008 11:15 am
by lexie
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.