I'm trying to insert an image that has a transparent background into a PDF document using ODS. When I check the created PDF file, the image is using a white background. My code looks like this:
ods escapechar="~";
ods text="~{STYLE [preimage='transparent_test.gif?width=3.62in&height=1in']}";