비밀번호, 보안 및 메타데이터 IronPDF는 PDF 메타데이터 및 보안 설정을 수정할 수 있습니다. 보안 측면에서, 이는 PDF 파일을 읽기 전용, 인쇄 불가, 비밀번호 보호 및 암호화하는 기능을 포함합니다. 메타데이터의 경우, 새로운 속성을 정의하고 기존 속성을 편집할 수 있는 기능이 포함됩니다. To manage a PDF's metadata in IronPDF for Java, the developer must first retrieve a reference to its MetadataManager. 이 클래스는 PDF의 메타 콘텐츠에 직접 접근하고 수정할 수 있는 메서드를 제공합니다. 개발자는 동일한 이름을 가진 getter와 setter를 사용하여 PDF 문서에 정의된 일반적인 메타 속성을 신속하게 읽고 편집할 수 있습니다. 편리한 getter 및 setter를 제공하는 속성 전체 목록은 아래와 같습니다. Producer CreationDate Creator Author Keywords Subject Title ModifiedDate The code example uses the setAuthor, setTitle, setKeywords, and setModifiedDate methods to modify the working document's author, title, and keywords. To get and set properties other than the ones previously listed, use the getAnyMetadata and setAnyMetadata methods with the name of the desired property. Likewise, accessing and modifying security settings on a PDF document must be done through a SecurityManager. Call getSecurity on a PdfDocument to retrieve a reference to its SecurityManager and use it to restrict access to the PDF as required for the intended use. Java developers can use a SecurityOptions object for more granular control over PDF security settings. Java PDF 관리를 위한 MetadataManager API를 살펴보세요. 관련 문서 링크 깃허브에서 보기 관련 튜토리얼 관련 사용법 가이드 클래스 문서화 언어 팩을 받으세요 IronPDF DLL 다운로드 이 페이지의 문제점을 신고하세요 시작할 준비 되셨나요? 버전: 2026.2 방금 출시되었습니다 무료 Maven 다운로드 라이선스 보기