// use all the files in the Samples folder
var inputFolder = new Folder(app.path + "/Samples/")
// see if we have something interesting
if (inputFolder != null) {
// get all the files found in this folder that are Adobe Photoshop CS5 (.psd format)
var inputFiles = inputFolder.getFiles("*.psd")
// output to the desktop
var outputFile
PhotoShop转换PDF脚本
最新推荐文章于 2024-10-22 21:05:55 发布
本文介绍了一种使用JavaScript脚本自动化处理Adobe Photoshop CS5的PSD文件,并将其转换为PDF演示文稿的方法。该过程包括从指定文件夹读取所有PSD文件、设置演示文稿选项如自动前进、过渡效果等,并最终将这些文件合并成一个PDF文件输出到桌面。

最低0.47元/天 解锁文章
3016

被折叠的 条评论
为什么被折叠?



