Skip to main content
1-Visitor
October 7, 2013
Question

Isodraw Batch export with macro probleme

  • October 7, 2013
  • 1 reply
  • 1656 views

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

12-Amethyst
May 29, 2015

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