Q: Hello!
your designer looks good and you offer many features. I am looking for an embeddable designer / product configurator, I need it to open in a specific canvas size (format of my product design), only let people use svg elements (text and icons) and then need a saving as svg or vecor pdf. sot i dont really need the fotos / bitmap features for now. Is that possible with your designer ? Another question. After the user saves his design, where is the file stored and how can it be identified by the user and us as the company ? Can the user download it to his local mashine ? Can it be stored on our companies dropbox ? Woudl it be possible to give each design a defined file name, like an ongoing number, so it can be identified managed and be connected with the original user, who made the design ? One last question: could i upload some of our own icons the user can choose from ? Looking forward to your feedback. regards Ma
Leo_anthony
May 15, 2024A: 1. Yes our JS SDK provides several options which you can use to specify how the design editor is launched on your page. This option includes size. For list of options supported, visit the editor documentation https://designeditor-as-service.cloud/console/docs/editor
2. Yes. We can adjust some few custom settings when you purchase. Also we provide option to save as svg and pdf. For customization , write us via https://designeditor-as-service.cloud/resource/contact-us.
3. All user projects data are saved on our server. We provide SSO(Single sign on) service to enable seamless authentication between your app and our service. The SSO authentication identifies user using the unique token passed to it. This token can be your logged in user ID, unique hash or any unique data that identifies your user. You then provide this unique ID on the JS SDJ methods to work with that specific user data.
** With our Javascript SDK, you can perform several actions
- Launch the design editor from your page
- Retrieve project data
- Delete project
- Download project in several formats
and so many more.
Also after a user is done working with a design on the editor, the project data is passed to the callback specified on the logInEditor SDK method. You can save this data on your database.
To learn more about SSO setup, available methods and sample JSON response data, visit https://designeditor-as-service.cloud/console/docs/editor.
We also provides RESTFUL APIs to interact with our service from the server end. Visit https://designeditor-as-service.cloud/console/docs/api
We provide some examples to help you. Visit https://designeditor-as-service.cloud/console/docs/demos.
*****NOTE***
The SSO feature is available on the Commercial and Enterprise license.