RTF problem when exporting to PDF.

RTF problem when exporting to PDF.

KB-20250328-01

Version

XFRX 17.1

Symptoms

  • XFRX Preview (or export to images or cell layout) contains right TEXT#FORMAT output only.

Cause

  • Used XFRX#LISTENER
  • Text field is signed as <RTF> or <TF> or <BB> or <MARKDOWN>
  • Source of Text field has length greather cca 8 KiB
  • Property CallEvaluateContents has value 1


Output type XFF, XML or XLS, XLSPLAIN, FODS, PFODS, NATIVE_FXLSX, NATIVE_PFXLSX  sets  CallEvaluateContents to 2 automatically.

Workaround

Set value to 2  of property CallEvaluateContents.

m.loListener=EVALUATE([XFRX("XFRX#LISTENER")])
m.loListener.CallEvaluateContents=2