You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed UniConvertor 2.0rc5 build 20210831 on windows 10 x64 and want to convert several files via bulk.
I have a bat file with the following content:
INFO | 02:10:31 PM | uc2.application --> Translation of "C:\Example\Input\autoimg.svg" into "C:\Example\Output\autoimg.png"
and in the console is
Translation of "C:\Example\Input\autoimg.svg"
into "C:\Example\Output\autoimg.png" ...[ FAIL ]
and the folder Output is empty.
If I want to convert this file alone
uniconvertor Input/autoimg.svg Output/autoimg.png
the file will be converted as desired.
INFO | 02:15:02 PM | uc2.application --> Translation of "C:\Example\Input\autoimg.svg" into "C:\Example\Output\autoimg.png"
INFO | 02:15:02 PM | uc2.application --> Start to search saver by file extension png
INFO | 02:15:02 PM | uc2.application --> Saver is found for extension png
INFO | 02:15:02 PM | uc2.application --> Start to search for loader by file extension svg
INFO | 02:15:02 PM | uc2.application --> Loader "svg_loader" is found for C:\Example\Input\autoimg.svg
INFO | 02:15:02 PM | uc2.application --> document model is updated successfully
INFO | 02:15:02 PM | uc2.application --> Parsing in progress...
INFO | 02:15:02 PM | uc2.application --> document model is created
INFO | 02:15:02 PM | uc2.application --> document model is updated successfully
INFO | 02:15:02 PM | uc2.application --> document model is updated successfully
INFO | 02:15:05 PM | uc2.application --> document model is destroyed for C:\Example\Input\autoimg.svg
INFO | 02:15:05 PM | uc2.application --> document model is destroyed for C:\Example\Input\autoimg.svg
INFO | 02:15:05 PM | uc2.application --> Translation is successful
I would expect that both calls would result in the same result and the files would be converted.
Best wishes
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Bulk conversions always fails
Bulk conversion fails
May 31, 2022
Hello,
I installed UniConvertor 2.0rc5 build 20210831 on windows 10 x64 and want to convert several files via bulk.
I have a bat file with the following content:
uniconvertor --recursiv --format=PNG --log=DEBUG -vs Input/*.svg Output/
The log now says:
and in the console is
and the folder Output is empty.
If I want to convert this file alone
uniconvertor Input/autoimg.svg Output/autoimg.png
the file will be converted as desired.
I would expect that both calls would result in the same result and the files would be converted.
Best wishes
The text was updated successfully, but these errors were encountered: