Hello forum,
I'm creating a project in which user will upload an ai file, than I need to convert it to svg so that User can edit it.
Now, as per my progress I can convert the ai to png, by passing below code as argument in a process(hopefully will help someone):
inkscape -f youraifileName.ai -e yourconversionfileName.svg
Can someone please let me know how to save it(the uploaded ai file) as svg ?
Thanks,
Talwinder
Export AI file to SVG
-
- Posts: 7
- Joined: Fri Nov 16, 2012 10:38 pm
Re: Export AI file to SVG
Resloved:
Hello Inkscape,
I managed to export to svg from ai file, instead to pdf as well.
For developers or anyone in need
Here is what my command Line or a Process argument looks like:
inkscape -f inputpathwithFileName.ai -l OutputPathwithFileName.svg
Thanks,
Talwinder Singh
Hello Inkscape,
I managed to export to svg from ai file, instead to pdf as well.
For developers or anyone in need
Here is what my command Line or a Process argument looks like:
inkscape -f inputpathwithFileName.ai -l OutputPathwithFileName.svg
Thanks,
Talwinder Singh
Re: Export AI file to SVG
Welcome Talwinder,
I'm glad you found something that works for you
Maybe we can be more help next time, lol.
I'm glad you found something that works for you
Maybe we can be more help next time, lol.
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design