Sort Score
Result 10 results
Languages All
Labels All
Results 2,841 - 2,850 of 3,295 for

protection

(0.62 sec)
  1. Add Text Watermark to PPT Using Python

    Learn how to add text watermark to PPT using Python. This tutorial shows how to embed text watermarks into PPT presentations with custom font, color, and alignment....want to apply branded or protective text overlays, check out...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. Convert RTF to PDF using Python

    It is easy to convert RTF to PDF using Python for document sharing using conversion APIs. A code example is included to export RTF to PDF in Python in this topic....Python , organizations can protect document integrity, simplify...

    kb.groupdocs.com/conversion/python/convert-rtf-...
  3. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for .NET API....new Converter ( "password_protected.docx" , ( LoadContext loadContext...

    docs.groupdocs.com/conversion/net/get-default-l...
  4. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Node.js via Java....document will be password protected with the specified password...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. C#と.NET比較ライブラリを使用してWord文書を比較する

    Comparison API for .NETを使用して、2つ以上のWord文書を比較します。パスワードで保護されたドキュメントであっても、違いを強調し、C#での変更を承認/拒否します。...comparer = new Comparer("path/protected-document-1.docx", new LoadOptions(){...})) { comparer.Add("path/protected-document-2.docx", new LoadOptions()...

    blog.groupdocs.com/ja/comparison/compare-word-d...
  6. Add watermarks to word processing documents | G...

    Microsoft Word allows the user to divide and format the document into multiple sections. Defining sections in the document enables the user to set specific page layout and formatting for different parts of the document. An example of the sections is headers and footers. Headers and footers are used to display text or any graphical object on all the pages. Adding watermark to a particular section GroupDocs.Watermark API allows you to add watermark objects in the headers and footers of the page....watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...watermark = new TextWatermark ( "Protected image" , new Font ( "Arial"...

    docs.groupdocs.com/watermark/java/add-watermark...
  7. 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...
  8. 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...
  9. .Net 6 based web application to implement docum...

    Hi, I have been looking at Group Docs .net editor sample available in GItHUB. Having few questions. Could you please help with below? Looks like even GroupDocs is making use of CK Editor for document editor. Then May…...an editor): Edit password protected document Platform independence...

    forum.groupdocs.com/t/net-6-based-web-applicati...
  10. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....dont specify Password on protected document LoadOptions loadOptions...

    docs.groupdocs.com/signature/net/searching-for-...