Search found 7 matches
- Wed Nov 28, 2012 4:13 pm
- Forum: SVG / XML Code
- Topic: Append text attribute into Svg file
- Replies: 7
- Views: 4956
Re: Append text attribute into Svg file
I've done everything by rewriting SVG, I'm just left with a last issue, i.e, setting positions of characters in a word, my client is using different fonts for different ai files, and svg files are dependent on positions to display words correctly, I can calculate positions but in case of different f...
- Thu Nov 22, 2012 4:32 pm
- Forum: SVG / XML Code
- Topic: Append text attribute into Svg file
- Replies: 7
- Views: 4956
Re: Append text attribute into Svg file
Hello Chris, I've attached the original file, like I want converted files to be.
- Wed Nov 21, 2012 3:05 pm
- Forum: SVG / XML Code
- Topic: Append text attribute into Svg file
- Replies: 7
- Views: 4956
Re: Append text attribute into Svg file
The Issue is, I'm converting the file to SVG format using Commandline in Asp.net, now as per the standard SVG provided by my end User the Text attributes are all outside the <g> tag, i.e, they are at the end of the file just above the closing of root svg("</svg>") but the one that is gener...
- Tue Nov 20, 2012 9:21 pm
- Forum: SVG / XML Code
- Topic: Append text attribute into Svg file
- Replies: 7
- Views: 4956
Append text attribute into Svg file
Hello I have converted the mens_invitation_AI.ai file into .svg format, but I want to update the content of the .svg file. I have also attached the .svg file, you can review it, in which I wanna update the "Jason’s 30th Birthday Party" content on the attached .svg file, so please let me kn...
- Mon Nov 19, 2012 5:06 pm
- Forum: General Discussions
- Topic: Export AI file to SVG
- Replies: 3
- Views: 6399
- Sat Nov 17, 2012 4:41 pm
- Forum: General Discussions
- Topic: Export AI file to SVG
- Replies: 3
- Views: 6399
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
- Fri Nov 16, 2012 10:46 pm
- Forum: General Discussions
- Topic: Export AI file to SVG
- Replies: 3
- Views: 6399
Export AI file to SVG
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 your...