cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

Isodraw Batch export with macro probleme

FrancisPaille
7-Bedrock

Isodraw Batch export with macro probleme

Hi everybody I have a question about strange resule a got by using macro in batch export.

When i use the macro below in Isodraw in macro TAB directly, it work perfectly... but when i use the same with the same file as exemple, in file batch export withmacro Clean up, i loose all my a, b, c, d.... the macro language should convert to path and not delete???

Thanks in advance for comment!!!

Here is my exemple...

Macro Clean up

# CS All text to Arial

Select if Font is not equal to 'Arial'
Text font "Arial"
Select none

# CS stroke bubble text

Select if Text is equal to 'a'
Convert text to paths
Select none
Select if Text is equal to 'b'
Convert text to paths
Select none
Select if Text is equal to 'c'
Convert text to paths
Select none
Select if Text is equal to 'd'
Convert text to paths
Select none

End Macro

1 REPLY 1

Late in reply, but try placing a save command before closing the macro.

Top Tags