web-dev-qa-db-ja.com

Acrobatで「AdobePDF」リソースファイルが見つかりませんDC

何らかの理由で、MSOfficeファイルをPDF(Word、PowerPoint、Excelのいずれか)に変換しようとすると、タイトルにエラーが表示されます。

これは、インストーラーを使用して関連する機能がインストールされていることを確認できるという事実にもかかわらずです。

これを修正するにはどうすればよいですか?

1
user541686

これは、次のファイルの一部が欠落している場合に発生する可能性があります。

%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\AcrobatPDFMakerForOffice.tlb
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\Fastest.joboptions
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\ImpCommWord.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\PDFMEngine.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\PDFMExcel.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\PDFMOfficeAddin.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\PDFMPowerPoint.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\PDFMWord.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\pdfport.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\Readers
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\Sangam.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\Readers\Reader For RTF.smrd
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\Readers\Reader for Word.smrd
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\AcrobatPDFMakerForOffice.tlb
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\ImpCommWord.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\PDFMEngine.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\PDFMExcel.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\PDFMOfficeAddin.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\PDFMPowerPoint.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\PDFMWord.dll
%ProgramFiles(x86)%\Adobe\Acrobat DC\PDFMaker\Office\x64\pdfport.dll

私はこれを削除そして追加 "MicrosoftOffice"機能によってAdobeの下で修正しましたインストーラーの実行時にポップアップするPDFMaker機能(AcroPro.msi)。もちろん、機能を削除して削除した後、もう一度実行して追加し直します。さらに、サブ機能がリストされていなくても、「この機能とそのすべてのサブ機能がインストールされます」をクリックして追加し直しました。後者が何か違いを生んだかどうかはわかりませんが、これらの後で問題は修正されました。

1
user541686