Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 3,079 for

protected

(0.04 sec)
  1. C#でWord文書をパスワードで保護する|ロックロック解除DOCDOCX

    .NETアプリケーション内のWordドキュメントにパスワードを追加するC#の方法。保護されたDOCDOCXファイルの既存のパスワードを変更するか、パスワードを削除してロックを解除します。...Save(@"path/protected-document.docx"); } これで、パス...string filePath = @"path/protected-document.docx"; LoadOptions...

    blog.groupdocs.com/ja/merger/password-protect-w...
  2. JavaでPowerPointファイルをパスワードで保護する|ロックロック解除PPT&PPTX

    JavaでPowerPointファイルをパスワードでロックする方法。既存のパスワードを変更して削除し、JavaAPIを使用してPPT/PPTXファイルのロックを解除します。...save("path/protected-presentation.pptx"); 上記のコ...merger = new Merger("path/protected-presentation.pptx", loadOptions);...

    blog.groupdocs.com/ja/merger/lock-unlock-ppt-pp...
  3. C#에서 Word 문서 편집 | 나만의 .NET Word 편집기 구축

    Word 문서 편집은 문서 편집 API를 사용하여 .NET 응용 프로그램 내에서 DOC, DOCX, ODT 파일을 편집하는 C# 예제와 함께 설명됩니다....Protection = new WordProcessingProt...= "password"; saveOptions.Protection = new WordProcessingProt...

    blog.groupdocs.com/ko/editor/edit-word-document...
  4. PDF ファイルをパスワードで保護する |ロックにパスワードを追加

    PDF ファイルにパスワードを追加します。無料のオンライン アプリと GroupDocs をプログラムで使用して、PDF ドキュメントをパスワード保護でロックします。...Save(@"path/protected-document.pdf"); } 記事 C# を使用してパスワードで...addPassword(addOptions); merger.save("path/protected-document.pdf"); 詳細については、 Java...

    blog.groupdocs.com/ja/merger/password-protect-p...
  5. Redact Text in PDF using Java

    In this tutorial, you will learn how to redact text in PDF using Java. Also, you will be provided with a straightforward code to replace text in PDF using Java....from PDF files is crucial to protect data privacy and comply with...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  6. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API...following pages: Reorder pages Protect PDF document Specify the JPEG...

    docs.groupdocs.com/viewer/net/rendering-to-pdf/
  7. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....metadata is essential for protecting privacy and making sure that...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  8. PDF フォームからパスワード保護を削除 | PDFのロックを解除する

    PDF ファイルからパスワードを削除します。無料のオンラインパスワード削除アプリとプログラムを使用して、パスワードで保護された PDF ドキュメントのロックを解除します。...string filePath = @"path/protected-document.pdf"; LoadOptions...merger = new Merger("path/protected-document.pdf", loadOptions);...

    blog.groupdocs.com/ja/merger/unlock-pdf-files-o...
  9. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....sharing or publishing files to protect confidentiality and ensure...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  10. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....confidential communications where protecting data privacy is critical...

    kb.groupdocs.com/redaction/java/redact-text-in-...