teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

コードの内容が間違っていたので修正しました。

2020/12/02 08:56

投稿

yokotaka
yokotaka

スコア1

answer CHANGED
@@ -45,7 +45,7 @@
45
45
  Type: XlFixedFormatType.xlTypePDF,
46
46
  Filename: @pdfPath,
47
47
  Quality: XlFixedFormatQuality.xlQualityStandard,
48
- );
48
+ IncludeDocProperties: true);
49
49
  }
50
50
  catch
51
51
  {
@@ -55,4 +55,8 @@
55
55
  return true;
56
56
  }
57
57
  }
58
- ```
58
+ ```
59
+
60
+ IncludeDocPropertiesをtrueにすることで出力されました。
61
+
62
+ ありがとうございました。