ExcelのVBAでPDFのプロパティの「その他のメタデータ」、「フォーマット」の内容を取得したい。
以下では取得できませんでした。@
Dim objAcroPDDoc as New Acrobat.AcroPDDoc
IRet = objAcroPDDoc.Open("ファイル")
strGetFormat = objAcroPDDoc.GetInfo("Format")
Thank you for your question. It seems to be about using the Acrobat SDK, so please ask in the following forum: Acrobat SDK
Retrieving data ...