Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 3,299 for

protection

(0.05 sec)
  1. How to Watermark on GroupDocs Blog | Document A...

    How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in How to Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java De......sécurité des documents et la protection du contenu. Exemples de filigranes...GroupDocs.Watermark pour la protection du contenu d'entreprise...

    blog.groupdocs.com/fr/tag/how-to-watermark/inde...
  2. Custom Watermark on GroupDocs Blog | Document A...

    Custom Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Custom Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java De......sécurité des documents et la protection du contenu. Exemples de filigranes...GroupDocs.Watermark pour la protection du contenu d'entreprise...

    blog.groupdocs.com/fr/tag/custom-watermark/inde...
  3. Image Watermark on GroupDocs Blog | Document Au...

    Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Image Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......sécurité des documents et la protection du contenu. Exemples de filigranes...GroupDocs.Watermark pour la protection du contenu d'entreprise...

    blog.groupdocs.com/fr/tag/image-watermark/index...
  4. Loading document | GroupDocs

    This section explains how to load document from various sources like file, streams, remote web resources, loading document from FTP, Amazon or Azure storage etc....allows you to load password-protected documents and load documents...Sources How to load password-protected document Specify file type...

    docs.groupdocs.com/signature/net/loading/
  5. Document Security on GroupDocs Blog | Document ...

    Document Security on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Security on GroupDocs Blog | Document Automation Solutions for .NET & Java ......sécurité des documents et la protection du contenu. Exemples de filigranes...GroupDocs.Watermark pour la protection du contenu d'entreprise...

    blog.groupdocs.com/fr/tag/document-security/ind...
  6. GroupDocs Online on GroupDocs Blog | Document A...

    GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Online on GroupDocs Blog | Document Automation Solutions for .NET & Java De......sécurité des documents et la protection du contenu. Exemples de filigranes...GroupDocs.Watermark pour la protection du contenu d'entreprise...

    blog.groupdocs.com/fr/tag/groupdocs-online/inde...
  7. حفاظت از رمز عبور فایل های PDF | اضافه کردن رمز...

    رمز عبور را به فایل های PDF خود اضافه کنید. با استفاده از برنامه آنلاین رایگان و برنامه‌نویسی با استفاده از GroupDocs، اسناد PDF را با محافظت از رمز عبور قفل کنید.... در مرحله بعد، روی دکمه “Protect” کلیک کنید تا محافظت از رمز...AddPassword(addOptions); merger.Save(@"path/protected-document.pdf"); } می توانید...

    blog.groupdocs.com/fa/merger/password-protect-p...
  8. Check if a file is encrypted | GroupDocs

    This article explains how to check if a file is encrypted using .NET / C# with GroupDocs.Viewer for .NET....Leave feedback The encryption protects data and allows only authorized...Viewer viewer = new Viewer ( "protected.pdf" )) { // Get file information...

    docs.groupdocs.com/viewer/net/how-to-check-if-f...
  9. قارن بين ملفات PDF المحمية باستخدام Java | مقار...

    قارن بين ملفي PDF محميين للاختلافات باستخدام Java. مقارنة ملفات PDF باستخدام كود Java في خطوات قليلة مع PDF Comparison Java API....comparer = new Comparer("path/protected-document-ver1.pdf", new L...d")); comparer.add("path/protected-document-ver2.pdf", new L...

    blog.groupdocs.com/ar/comparison/compare-protec...
  10. 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-...