If you're interested in using CE.SDK to create ads and social media designs and wonder if you can upload your existing vector designs from Adobe programs or Corel, we're happy to provide more information.
Currently, there is no parser or importer available in CE.SDK to automatically convert Adobe design files or Corel files. However, there are ways to import vector designs into CE.SDK.
CE.SDK can import SVGs, which are treated like images but can scale without loss of quality. We also have some support for vector paths in the API, where you can pass a subset of SVG path strings to our vector_path
element via API reference: using the ‘path’ property described here. However, this functionality is not well-documented at the moment.
For simple use cases, it is possible to get existing designs into CE.SDK by saving the designs to SVG and importing the entire file, or saving different layers as SVG and importing them separately. However, for more complex cases where every element of the source file needs to be editable in CE.SDK, there is currently no automation available.