gpt4 book ai didi

adobe-illustrator - 在 Illustrator 中放置 SVG

转载 作者:行者123 更新时间:2023-12-01 00:54:43 25 4
gpt4 key购买 nike

我正在尝试使用扩展脚本在 illustrator 中放置一个 svg。这基本上就是我在做什么

var doc = app.documents.add();
var p = doc.placedItems.add();
p.file = new File(svgfilepath);

这失败并出现错误

File is in a format that cannot be placed



我可以使用 File > Place 手动放置相同的文件。我错过了什么吗?需要帮忙!

最佳答案

作者:forums.adobe.com 上的 W_J_T:

var doc = app.activeDocument;  
var svgFile = File(Folder.desktop + '/testSVG.svg');
doc.groupItems.createFromFile(svgFile);

这有效!

关于adobe-illustrator - 在 Illustrator 中放置 SVG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28839109/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com