Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 3,188 for

protection

(0.11 sec)
  1. Rearrange Pages in Word using C# | Organize DOC...

    Reorder the pages of Word files using C#. The running example shows how to change the order of pages in DOC/DOCX files using the .NET API....Documents Edit Word Documents Protect/UnProtect Word Files with Password...

    blog.groupdocs.com/merger/move-word-pages-using...
  2. View MPP Files Created in MS Project 2019 using...

    Hello everyone! We have recently released version 19.9 of GroupDocs.Viewer for .NET with the support of new file formats as well as a number of bug fixes. So in this post, I am going to write about what is new in this release particularly for those who are interested in viewing Microsoft Project files (.mpp) using .NET API. Microsoft Project is a famous project management software that is proved to be helpful for the managers as well as the other stakeholders in making, organizing, tracking and analyzing their project plans....Failed to render password-protected ODP/OTP presentations Styles...

    blog.groupdocs.com/viewer/view-mpp-files-of-ms-...
  3. Confronta i documenti Word in .NET – Tracciamen...

    Scopri come confrontare documenti Word usando GroupDocs.Comparison per .NET. Ottieni esempi passo‑a‑passo per le modalità di confronto revision‑track e highlight con codice C# pronto per l'esecuzione....comparer = new Comparer( "source_protected.docx" , new LoadOptions {...})) { comparer.Add( "target_protected.docx" ); var options = new...

    blog.groupdocs.com/it/comparison/compare-word-d...
  4. Introducing GroupDocs.Redaction for .NET - An A...

    Finally, the wait is over! We have released the first version of GroupDocs.Redaction for .NET. As we have mentioned in the pre-release blog post, GroupDocs.Redaction for .NET is an API to redact, hide or remove sensitive content & metadata from word processing documents, worksheets, presentations, and PDF files within your .NET applications. The API provides a single format-independent interface supporting various redaction types such as text redaction, metadata redaction, annotation redaction, and tabular document redaction....content that needs to be protected. In many instances, it is...

    blog.groupdocs.com/redaction/introducing-groupd...
  5. حذف فایل های پاورپوینت فرم حفاظت از رمز عبور | ...

    حذف رمز عبور از ارائه های پاورپوینت قفل فایل های PPT/PPTX محافظت شده با رمز عبور را با استفاده از برنامه حذف رمز عبور آنلاین رایگان و به صورت برنامه ای باز کنید....string filePath = @"path/protected-presentation.pptx"; LoadOptions...merger = new Merger("path/protected-presentation.pptx", loadOptions);...

    blog.groupdocs.com/fa/merger/unlock-powerpoint-...
  6. 密碼保護Word文檔|添加密碼以鎖定文件

    為您的 Word 文件添加密碼。使用免費在線應用程序並使用 GroupDocs 以編程方式鎖定具有密碼保護的 Word 文檔。...Save(@"path/protected-document.docx"); } 您可以從文章...addPassword(addOptions); merger.save("path/protected-document.docx"); 有關詳細信息,請參閱有關...

    blog.groupdocs.com/zh-hant/merger/password-prot...
  7. 密码保护Word文档|添加密码以锁定文件

    为您的 Word 文件添加密码。使用免费在线应用程序并使用 GroupDocs 以编程方式锁定具有密码保护的 Word 文档。...Save(@"path/protected-document.docx"); } 您可以从文章...addPassword(addOptions); merger.save("path/protected-document.docx"); 有关详细信息,请参阅有关...

    blog.groupdocs.com/zh/merger/password-protect-w...
  8. Remove Metadata from PPTX using Java

    Easily learn how to remove metadata from PPTX using Java. You'll also get an example code that shows how to clean metadata from PPTX in Java without extra software installation....sharing or publishing files to protect privacy and comply with regulations...

    kb.groupdocs.com/redaction/java/remove-metadata...
  9. Redact Text in DOCX using C#

    In this topic, you will learn how to redact text in DOCX using C# without extra software installation. You will also be provided code to replace text in DOCX using C#....is a crucial process for protecting sensitive information in...

    kb.groupdocs.com/redaction/net/redact-text-in-d...
  10. 在 C# 中编辑 Word 文档 |构建您自己的 .NET Word 编辑器

    使用 C# 示例解释编辑 Word 文档,以使用文档编辑 API 在 .NET 应用程序中编辑 DOC、DOCX、ODT 文件。...Protection = new WordProcessingProt...= "password"; saveOptions.Protection = new WordProcessingProt...

    blog.groupdocs.com/zh/editor/edit-word-document...