sagar_savaliya
sagar_savaliya
Hi Aditi, using `%20` in text font style throws below error: `Unknown text style - Roboto%20Condensed_48_LEFT` code: ``` String source = "https://qa4-cdata-app.sprinklr.com/EXPORT/400002/d00a533e-18d9-469e-92c0-e191b1141424-1528232385/VORK5CYII_.png"; Transformation transformation = new Transformation().chain().overlay("text:Roboto%20Condensed_48_LEFT:This%20is%20static"); final Map options...
Hi Aditi, I used TextLayer and it encodes text, but the issue is Cloudinary doesn't accept encoded font style. So I want to pass font style with space to Cloudinary...
Hi Aditi, I have opened a support ticket #133163. can you please check? Also, The issue is with the font name with space (i. e. Roboto Condensed) and not the...