[Acrobat AppleScript]tsubasaさんのコメントへのレスポンス【解決編】
do script を使ってこのようにする事で
ロングファイルネームの不具合に対応出来ます。
「acro_Long_filename.rtf」をダウンロード
set FileResult to choose file "変更するファイルを選択"
set savefolder to choose folder with prompt ("TIFファイルの保存先を選択してください。" as Unicode text)
set destinationFolder to savefolder as Unicode text
tell application "Finder"
set theName to name of FileResult
set newfile to destinationFolder & text 1 thru -4 of theName & "tif" as Unicode text
set newfilepass to POSIX path of newfile as Unicode text
end tell
tell application "Adobe Acrobat Pro"
open FileResult as alias
set comandline to "" as Unicode text
do script "this.saveAs(\"" & newfilepass & "\", \"com.adobe.acrobat.tiff\");"
close active doc saving no
end tell
| 固定リンク
« [OPERA]OPERA11MacはCSSを使って小塚ゴシックを表示出来ない | トップページ | [Acrobat AppleScript]PDFを開いてTIFFで書き出す(Export to TIFF Image : Adobe Acrobat) »
「Acrobat」カテゴリの記事
- Acrobatの新UI(2023.10.05)
- 「KozMinPr6N-Regular」フォントを検出または作成できません。一部の文字を正しく表示できない場合や、印刷できない場合があります。(2023.10.04)
- [Acrobat]レイヤーロックはFirefoxの組み込みPDFビューアーで解除可能(2023.03.13)
- 【Acrobat】Acrobat または Reader にてデフォルトで手のひらツールを利用したい場合について(Mac版)コマンド版(2022.09.09)
この記事へのコメントは終了しました。



[RSS]
コメント