Hi, I am trying to create an rtf report with an image, followed immediately by a comma. Somehow there is a space added between the image and the comma in the output report. I have tried using a compress function with no luck. The current line of code is: ods rtf text = "~S={Just = C width = 30% VJust = center preimage = '&image_loc.image1.png'}, where"; Any help appreciated!
... View more