IronPDF トラブルシューティング メタデータの可視性 Managing Metadata Visibility in PDFs Curtis Chau 更新日:6月 9, 2025 Download IronPDF NuGet Download テキストの検索と置換 テキストと画像のスタンプ Start Free Trial Copy for LLMs Copy for LLMs Copy page as Markdown for LLMs Open in ChatGPT Ask ChatGPT about this page Open in Gemini Ask Gemini about this page Open in Grok Ask Grok about this page Open in Perplexity Ask Perplexity about this page Share Share on Facebook Share on X (Twitter) Share on LinkedIn Copy URL Email article This article was translated from English: Does it need improvement? Translated View the article in English メタデータカテゴリで何が見えるか? メタデータはPDFを開ける人には誰でも見える。 これらの詳細には次の項目が含まれます: // Assign metadata properties to a PDF document Pdf.MetaData.Author = "John Doe"; // The author of the document Pdf.MetaData.Keywords = "Key, Word"; // Keywords associated with the document Pdf.MetaData.CreationDate = DateTime.Today; // The date the document was created Pdf.MetaData.ModifiedDate = DateTime.Now; // The date and time the document was last modified Pdf.MetaData.CustomProperties.Add("Test", "val"); // Custom properties for additional metadata Pdf.MetaData.Producer = "test"; // The software used to produce the document Pdf.MetaData.Subject = "test metadata"; // The subject of the document Pdf.MetaData.Title = "test"; // The title of the document Pdf.MetaData.Creator = "test"; // The original creator of the document // Security settings for the PDF Pdf.SecuritySettings.UserPassword = "ironuser"; // Password to open and view the PDF Pdf.SecuritySettings.OwnerPassword = "ironowner"; // Password providing full permissions, including editing // Assign metadata properties to a PDF document Pdf.MetaData.Author = "John Doe"; // The author of the document Pdf.MetaData.Keywords = "Key, Word"; // Keywords associated with the document Pdf.MetaData.CreationDate = DateTime.Today; // The date the document was created Pdf.MetaData.ModifiedDate = DateTime.Now; // The date and time the document was last modified Pdf.MetaData.CustomProperties.Add("Test", "val"); // Custom properties for additional metadata Pdf.MetaData.Producer = "test"; // The software used to produce the document Pdf.MetaData.Subject = "test metadata"; // The subject of the document Pdf.MetaData.Title = "test"; // The title of the document Pdf.MetaData.Creator = "test"; // The original creator of the document // Security settings for the PDF Pdf.SecuritySettings.UserPassword = "ironuser"; // Password to open and view the PDF Pdf.SecuritySettings.OwnerPassword = "ironowner"; // Password providing full permissions, including editing ' Assign metadata properties to a PDF document Pdf.MetaData.Author = "John Doe" ' The author of the document Pdf.MetaData.Keywords = "Key, Word" ' Keywords associated with the document Pdf.MetaData.CreationDate = DateTime.Today ' The date the document was created Pdf.MetaData.ModifiedDate = DateTime.Now ' The date and time the document was last modified Pdf.MetaData.CustomProperties.Add("Test", "val") ' Custom properties for additional metadata Pdf.MetaData.Producer = "test" ' The software used to produce the document Pdf.MetaData.Subject = "test metadata" ' The subject of the document Pdf.MetaData.Title = "test" ' The title of the document Pdf.MetaData.Creator = "test" ' The original creator of the document ' Security settings for the PDF Pdf.SecuritySettings.UserPassword = "ironuser" ' Password to open and view the PDF Pdf.SecuritySettings.OwnerPassword = "ironowner" ' Password providing full permissions, including editing $vbLabelText $csharpLabel オーナーパスワードのみが設定されている場合、ユーザーはPDFメタデータ全体にアクセスでき、すべての文書プロパティを表示および修正することができる。 ユーザーパスワードのみが設定されている場合、PDFはパスワードを知っている人だけが開くことができる。 ユーザーはメタデータのプロパティを表示できますが、メタデータの修正は制限されています。 [{i:(Adobe Acrobat Proは、UserPasswordが設定されている場合、それを提供することでユーザーがPDFメタデータを編集することを許可します。 対照的に、Foxitのような他のPDFビューアはPDFを開いて表示するためのUserPasswordに加えて、PDFメタデータを編集するためにはOwnerPasswordを提供する必要があります。)] Curtis Chau 今すぐエンジニアリングチームとチャット テクニカルライター Curtis Chauは、カールトン大学でコンピュータサイエンスの学士号を取得し、Node.js、TypeScript、JavaScript、およびReactに精通したフロントエンド開発を専門としています。直感的で美しいユーザーインターフェースを作成することに情熱を持ち、Curtisは現代のフレームワークを用いた開発や、構造の良い視覚的に魅力的なマニュアルの作成を楽しんでいます。開発以外にも、CurtisはIoT(Internet of Things)への強い関心を持ち、ハードウェアとソフトウェアの統合方法を模索しています。余暇には、ゲームをしたりDiscordボットを作成したりして、技術に対する愛情と創造性を組み合わせています。 準備はいいですか? Nuget ダウンロード 16,154,058 | バージョン: 2025.11 ただ今リリースされました 試用ライセンスキーがメールで送信されました。 総ダウンロード数: 16,154,058 ライセンスを見る