Search found 17 matches
- 2014-06-06T03:31:35-07:00
- Forum: Bugs
- Topic: "The following tags were not closed: x:xmpmeta, rdf:RDF"
- Replies: 8
- Views: 14104
Re: "The following tags were not closed: x:xmpmeta, rdf:RDF"
Guys any update on this bug?
- 2013-11-01T04:09:39-07:00
- Forum: Developers
- Topic: Add libcdr and libvisio
- Replies: 2
- Views: 5681
Re: Add libcdr and libvisio
Looks like the libcdr is written on c++ and ansi C https://www.ohloh.net/p/libcdr/analyses ... es_summary .
By the way maybe we can use tool - cdr2xhtml.exe (svg) in imagemagick in delegates?
By the way maybe we can use tool - cdr2xhtml.exe (svg) in imagemagick in delegates?
- 2013-10-19T05:02:48-07:00
- Forum: Developers
- Topic: Add libcdr and libvisio
- Replies: 2
- Views: 5681
Add libcdr and libvisio
Hi,
I know that imagemagick is more raster tool then vector but convert.exe is awesome and it will be nice to see more supported formats. How about add two nice libraries libvisio http://www.freedesktop.org/wiki/Software/libvisio/ and libcdr http://cgit.freedesktop.org/libreoffice/libcdr/ ? Looks ...
I know that imagemagick is more raster tool then vector but convert.exe is awesome and it will be nice to see more supported formats. How about add two nice libraries libvisio http://www.freedesktop.org/wiki/Software/libvisio/ and libcdr http://cgit.freedesktop.org/libreoffice/libcdr/ ? Looks ...
- 2013-10-17T10:34:31-07:00
- Forum: Users
- Topic: Control Imagemagick temp file names
- Replies: 0
- Views: 5202
Control Imagemagick temp file names
Hi,
Just found that in delegates.xml I can not pass original name or create temp file name with original file extension. I'm trying to add inkscape to delegates.xml but command should look like
inkscape filename. cdr --export-png=filename.png
So I need pass the file name with extension. But ...
Just found that in delegates.xml I can not pass original name or create temp file name with original file extension. I'm trying to add inkscape to delegates.xml but command should look like
inkscape filename. cdr --export-png=filename.png
So I need pass the file name with extension. But ...
- 2013-09-20T06:19:19-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Just found the problem. The right delegate lane should be like this:
<delegate decode="cdr" command=""uniconvertor.cmd" "%i" "%u.svg" && move /Y "%u.svg" "%o""/>
I`ve changed:
"&&" from ";"
change command "rename" to "move" cause rename does not accept path in second param
change uniconvertor to ...
<delegate decode="cdr" command=""uniconvertor.cmd" "%i" "%u.svg" && move /Y "%u.svg" "%o""/>
I`ve changed:
"&&" from ";"
change command "rename" to "move" cause rename does not accept path in second param
change uniconvertor to ...
- 2013-09-19T14:44:09-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Just found that
<delegate decode="cdr" command=""uniconv" "%i" "%o.svg"; rename "%o.svg" "%o""/>
in windows command line you can not use ";" to separate commands. Instead of that I`v change it to &&
After that uniconvert successful convert .svg file to temp file but I`v got another error:
C ...
<delegate decode="cdr" command=""uniconv" "%i" "%o.svg"; rename "%o.svg" "%o""/>
in windows command line you can not use ";" to separate commands. Instead of that I`v change it to &&
After that uniconvert successful convert .svg file to temp file but I`v got another error:
C ...
- 2013-09-19T14:16:07-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Same error as I add full path to uniconvertor.cmd
C:\Users\vkiselev\Desktop\ImageMagick-6.8.6-10>convert.exe -verbose C:\Users\vki
selev\Desktop\samples\template021-worldmaps3.cdr c:\temp\sdfdsfdsfdsfdsfsdf.jpeg
"pyVM" -c "from uniconvertor import uniconv_run; uniconv_run();" "C:/Users/vkise
lev ...
C:\Users\vkiselev\Desktop\ImageMagick-6.8.6-10>convert.exe -verbose C:\Users\vki
selev\Desktop\samples\template021-worldmaps3.cdr c:\temp\sdfdsfdsfdsfdsfsdf.jpeg
"pyVM" -c "from uniconvertor import uniconv_run; uniconv_run();" "C:/Users/vkise
lev ...
- 2013-09-19T13:27:18-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
There is no such exe file. There are only:
1. uniconvertor.cmd (console converter)
2. uniconvw.vbs (GUI)
I`v tried to put manually link to uniconvertor.cmd in delegate.xml but it does not work too.
1. uniconvertor.cmd (console converter)
2. uniconvw.vbs (GUI)
I`v tried to put manually link to uniconvertor.cmd in delegate.xml but it does not work too.
- 2013-09-19T10:33:18-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Yes i have:
C:\Program Files (x86)\sK1 Project\UniConvertor-1.1.5\;C:\Program Files (x86)\sK1 Project\UniConvertor-1.1.5\DLLs
But If Open cmd and try to start UniConvertor It said that can not recognize such command
C:\Program Files (x86)\sK1 Project\UniConvertor-1.1.5\;C:\Program Files (x86)\sK1 Project\UniConvertor-1.1.5\DLLs
But If Open cmd and try to start UniConvertor It said that can not recognize such command
- 2013-09-19T07:31:55-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Same error
C:\Users\vkiselev\Desktop\ImageMagick-6.8.6-10>convert.exe -verbose C:\Users\vki
selev\Desktop\samples\template021-worldmaps3.cdr c:\temp\dfdsfdsfsfsdfsdf.jpeg
"uniconvertor" "C:/Users/vkiselev/AppData/Local/Temp/magick-8412PF5zARsXSiDu" "C
:/Users/vkiselev/AppData/Local/Temp/magick ...
C:\Users\vkiselev\Desktop\ImageMagick-6.8.6-10>convert.exe -verbose C:\Users\vki
selev\Desktop\samples\template021-worldmaps3.cdr c:\temp\dfdsfdsfsfsdfsdf.jpeg
"uniconvertor" "C:/Users/vkiselev/AppData/Local/Temp/magick-8412PF5zARsXSiDu" "C
:/Users/vkiselev/AppData/Local/Temp/magick ...
- 2013-09-19T07:01:27-07:00
- Forum: Users
- Topic: .cdr file !!
- Replies: 22
- Views: 54526
Re: .cdr file !!
Hi,
Know this post is really old. But can anybody give me information how can I configure uniconverter delegate. It seems that portable version for windows do not have such delegate in delegate.xml. And if I add it manually like this:
<delegate decode="cdr" command=""@UniconvertorDelegate@" "%i ...
Know this post is really old. But can anybody give me information how can I configure uniconverter delegate. It seems that portable version for windows do not have such delegate in delegate.xml. And if I add it manually like this:
<delegate decode="cdr" command=""@UniconvertorDelegate@" "%i ...
- 2013-08-30T02:43:33-07:00
- Forum: Bugs
- Topic: Unrecoverable error: invalidaccess in put
- Replies: 3
- Views: 6369
Re: Unrecoverable error: invalidaccess in put
Thanks the old version is really work fine
- 2013-08-27T10:24:01-07:00
- Forum: Bugs
- Topic: "The following tags were not closed: x:xmpmeta, rdf:RDF"
- Replies: 8
- Views: 14104
Re: "The following tags were not closed: x:xmpmeta, rdf:RDF"
I can just use png as an output. That is fine for me.
- 2013-08-27T09:33:03-07:00
- Forum: Bugs
- Topic: Unrecoverable error: invalidaccess in put
- Replies: 3
- Views: 6369
Unrecoverable error: invalidaccess in put
Hi,
Just found that using ImageMagick-6.8.6-9 (convert.exe) on Windows 7 I`v receive this error:
C:\Users\Gaploid\Desktop\ImageMagick-6.8.6-9>convert.exe butterfly.ai but.jpeg
Unrecoverable error: invalidaccess in put
Operand stack:
true false --nostringval-- --nostringval-- --nostringval ...
Just found that using ImageMagick-6.8.6-9 (convert.exe) on Windows 7 I`v receive this error:
C:\Users\Gaploid\Desktop\ImageMagick-6.8.6-9>convert.exe butterfly.ai but.jpeg
Unrecoverable error: invalidaccess in put
Operand stack:
true false --nostringval-- --nostringval-- --nostringval ...
- 2013-08-27T09:27:09-07:00
- Forum: Bugs
- Topic: "The following tags were not closed: x:xmpmeta, rdf:RDF"
- Replies: 8
- Views: 14104
Re: "The following tags were not closed: x:xmpmeta, rdf:RDF"
Thanks any time-frame?