Sort Score
Result 10 results
Languages All
Labels All
Results 1,901 - 1,910 of 3,202 for

protection

(0.09 sec)
  1. So sánh các tệp PDF được bảo vệ bằng Java | So ...

    So sánh hai tệp PDF được bảo vệ để tìm sự khác biệt bằng cách sử dụng Java. So sánh tệp PDF bằng mã Java trong vài bước với API Java so sánh PDF....comparer = new Comparer("path/protected-document-ver1.pdf", new L...d")); comparer.add("path/protected-document-ver2.pdf", new L...

    blog.groupdocs.com/vi/comparison/compare-protec...
  2. Mật khẩu bảo vệ tệp PDF | Thêm mật khẩu để khóa

    Thêm mật khẩu vào tệp PDF của bạn. Khóa tài liệu PDF bằng mật khẩu bảo vệ bằng ứng dụng trực tuyến miễn phí & lập trình bằng GroupDocs.... Tiếp theo, nhấp vào nút ‘Protect’ để bắt đầu bảo vệ bằng mật...AddPassword(addOptions); merger.Save(@"path/protected-document.pdf"); } Bạn có thể...

    blog.groupdocs.com/vi/merger/password-protect-p...
  3. حماية ملفات PDF بكلمة مرور في C # | قفل فتح ملف...

    دعنا نتعلم كيفية قفل ملفات PDF مع الحماية بكلمة مرور باستخدام C #. قم بتغيير كلمة المرور الحالية أو إزالتها لإلغاء تأمين ملفات PDF باستخدام .NET API....Save(@"path/protected-document.pdf"); } هنا هو إخراج...string filePath = @"path/protected-document.pdf"; LoadOptions...

    blog.groupdocs.com/ar/merger/lock-unlock-pdf-fi...
  4. Wachtwoordbeveiliging Excel-spreadsheets | Verg...

    Wachtwoord toevoegen aan Excel-spreadsheets. Vergrendel Excel-bestanden met wachtwoordbeveiliging met behulp van de gratis online app en programmatisch....en gratis Online Password Protect App van GroupDocs gebruiken...AddPassword(addOptions); merger.Save(@"path/protected-spreadsheet.xlsx"); } Voor...

    blog.groupdocs.com/nl/merger/password-protect-e...
  5. PowerPoint Dosyalarını C# Dilinde Parolayla Kor...

    PowerPoint dosyalarını C# kullanarak parolalarla kilitleme. .NET API kullanarak PPT/PPTX dosyalarının kilidini açmak için mevcut parolayı değiştirin ve kaldırın....Save(@"path/protected-presentation.pptx"); } İşte...string filePath = @"path/protected-presentation.pptx"; LoadOptions...

    blog.groupdocs.com/tr/merger/lock-unlock-ppt-pp...
  6. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....way to visually identify and protect your presentations. Install...which demonstrates how to protect images while preserving visual...

    kb.groupdocs.com/watermark/python/add-image-wat...
  7. Compare Word Documents using Java Comparison Li...

    Compare two or more Word documents using Comparison API for Java. Highlight differences and get the summary of inserted and deleted content....discuss further ways to compare protected word documents and accept...See Also # How to Compare Protected Word Documents in Java Compare...

    blog.groupdocs.com/comparison/compare-word-docu...
  8. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Message ); } Classify password-protected document Classifying of the...the password-protected document could be performed with the next...

    docs.groupdocs.com/classification/net/classify-...
  9. Add Image Watermark to RTF Using Python

    Learn how to add image watermark to RTF using Python and enhance document security by embedding a centered logo watermark without affecting rich text layout....way to visually identify and protect your RTF documents. Install...using Python , which helps protect slide content without affecting...

    kb.groupdocs.com/watermark/python/add-image-wat...
  10. Remove Metadata from EPUB using C#

    In this guide, you will learn how to remove metadata from EPUB using C#. Additionally, you will get the code example necessary to delete metadata from EPUB in C#....this metadata is crucial for protecting privacy and ensuring data...C# is an essential step in protecting privacy and ensuring data...

    kb.groupdocs.com/metadata/net/remove-metadata-f...