Overview
Often when building applications we need to use standard images. It is quite useful to extract and save these images into Appian. This plug-in extracts open-source SVG images from unDraw (https://undraw.co/), applies a new background fill color if specified, and creates a new document. The documents are stored as unDRAW_<Image Name> and optionally _<#HEX Color>. If the document is already present it is returned without re-creation.
Key Features & Functionality
Convert SVG to PNG with a new fill color. Utilizes Apache Batik for the conversion.
Well it appears that the api is no longer available for undraw. I guess that I will need to find an alternative approach.
Hi Tom and team,I deployed this plugin to my environment and trying to use this function
undrawimage( imageName:"Car repair", fillColor:"#F50057", targetFolder:cons!APP_FOLDER_NEWS_CAROUSEL)
in expression rule and interfaces, but I didn't see any document or any output got saved into my target folder..can you please explain me how to use this functionality.thank you.