Hi andras,
re:
> I am wondering, if it is possible to create a command that converts the selected object
> into SVG, place it onto the Clipboard to insert it into a Vector graphics software, such as Affinity?
You can set up a shortcut key with this on it to transfer into Affinity Designer:
script: /* Copy PDF format to clipboard */ moi.geometryDatabase.copyToClipboardPDF();
You can also put an .AI version 8 file into the clipboard using this:
script: /* Copy AI format to clipboard */ moi.geometryDatabase.copyToClipboardAI();
PDF works better than AI for transfer into Affinity. For Adobe Illustrator AI format works better.
SVG output is not supported yet in MoI but I'm expecting to add it for MoI v5.
- Michael
|