「Adobe Acrobat」の新機能「チャットによるPDF操作」「ポッドキャストを生成」の日本語版を提供
アドビ、ドキュメント業務が効率化、チャットで素早く操作可能、ドキュメントの内容を音声で要約
yamakawa
2026年9月11日
米国Adobeの日本法人、アドビは、PDFファイル作成・閲覧・編集・管理ソフト「Adobe Acrobat」の新機能「チャットによるPDF操作」と「ポッドキャストを生成」の日本語版の提供を9月10日に始めた、と同日発表した。ドキュメント業務が効率化する。チャットによるPDF操作はPDFの基本操作がチャットで素早くでき、ポッドキャストを生成はドキュメントの内容を音声で要約する。
Acrobatに新たに追加したAI機能を使用する。チャットによるPDF操作は日本語対応のチャットベースのAIによって、自然言語での指示でPDFドキュメントの変換、保護、署名、共有、ページの削除・抽出などの操作が可能。複数の手順が必要なPDF操作が簡単になる。ポッドキャストを生成は、Acrobatで開いているPDFからポッドキャスト形式の音声ファイルがボタン1つで生成できる。
チャットによるPDF操作は、Acrobatの「Standard」「Pro」「Studio」のサブスクリプション(定額課金)プランで提供。個人向けプランの料金は月額1980円、2530円、3300円から。ポッドキャストを生成は、Acrobatに追加するアドオン「Acrobat AIアシスタントPlus」で利用が可能。AIアシスタントPlusは月額680円からのアドオンか、Studioのサブスクリプションプランで使える。
「チャットによるPDF操作」と「ポッドキャストを生成」の日本語版を提供
関連記事
(function(){
try{
var googletag = window.googletag || {cmd: []};
googletag.cmd.push(function() {
const
adUnitPath = '/49282802/ipc-webtan/pc-all/hyb101',
adSizes = [[["fluid"], [728, 90]]],
slotElementId = 'div-gpt-ad-1549503899339-0';
const iOr=/^https:\/\/([^.]+\.)+safeframe\.googlesyndication\.com/;
googletag
.pubads()
.addEventListener('slotResponseReceived', function(evt) {
if (evt?.slot?.getAdUnitPath() != adUnitPath) {
return;
}
if (!evt?.slot?.getResponseInformation()) {
const targetElem = document.querySelector('#'+slotElementId);
if (targetElem) {
targetElem.style.display = 'none';
}
}
})
.addEventListener('slotRenderEnded', function(evt) {
if (evt?.slot?.getAdUnitPath() != adUnitPath) {
return;
}
const postMessageWithDebounce = Drupal.debounce(function() {
const viewportWidth = window.innerWidth;
const wIfr = document
.querySelector('#'+slotElementId)
?.querySelector('iframe')
?.contentWindow;
if (!wIfr || !wIfr.postMessage) return;
wIfr.postMessage(
{
slot: adUnitPath,
type: 'banchoSetViewportInfo',
data:{
viewportWidth: viewportWidth
}
},
'*'
);
}, 250, false);
postMessageWithDebounce();
window.addEventListener('resize', postMessageWithDebounce);
window.addEventListener('orientationchange', postMessageWithDebounce);
});
});
}
catch (e) {
if (drupalSettings?.bancho?.userInfo?.insider) {
console.warn(e);
}
}
})();
(function(){
var googletag = window.googletag || {cmd: []};
googletag.cmd.push(function() {
googletag
.pubads()
.addEventListener('slotResponseReceived', function(evt) {
// いろんな枠のイベントが飛んでくるので自分のだけフィルタ
if (evt.slot.getAdUnitPath() != '/49282802/ipc-webtan/pc-all/hyb101') {
return;
}
document.getElementById('div-gpt-ad-1549503899339-0')?.classList?.add('dfp-ad-loaded');
});
googletag.display('div-gpt-ad-1549503899339-0');
});
})();