Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 3,572 for

protection

(1.81 sec)
  1. 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...
  2. قارن بين ملفات 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...
  3. 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...
  4. Konsolidasikan Faktur dan Lampiran dengan Group...

    Panduan praktis yang menunjukkan cara menggabungkan faktur, PDF, gambar, dan file Word menjadi satu PDF penagihan menggunakan GroupDocs.Merger untuk Python. Tutorial langkah demi langkah dengan contoh kode dan praktik terbaik....sense to merge a password‑protected invoice with other documents...Step 3: Handling Password‑Protected Invoices Step 4: Selecting...

    blog.groupdocs.com/id/groupdocs-merger/billing-...
  5. Gamme de produits GroupDocs.Watermark on GroupD...

    Gamme de produits GroupDocs.Watermark on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Gamme de produits GroupDocs.Watermark on GroupDocs Blog | Docume...... Comparez 5 méthodes de protection avec des exemples de code...GroupDocs.Watermark pour la protection de contenu d'entreprise...

    blog.groupdocs.com/fr/categories/gamme-de-produ...
  6. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....going to see how to password protect an Excel file using Java. We’ll...programmatically remove the password of protected spreadsheets to unprotect...

    blog.groupdocs.com/categories/groupdocs.merger-...
  7. Confronta i file PDF protetti utilizzando Java ...

    Confronta due file PDF protetti per le differenze utilizzando Java. Confronto di file PDF utilizzando il codice Java in pochi passaggi con l'API Java di confronto PDF....comparer = new Comparer("path/protected-document-ver1.pdf", new L...d")); comparer.add("path/protected-document-ver2.pdf", new L...

    blog.groupdocs.com/it/comparison/compare-protec...
  8. Porównaj chronione pliki PDF przy użyciu języka...

    Porównaj dwa chronione pliki PDF pod kątem różnic przy użyciu języka Java. Porównanie plików PDF za pomocą kodu Java w kilku krokach z 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/pl/comparison/compare-protec...
  9. Add Password to PDF with Permissions | GroupDocs

    Protect a PDF with an open password and restrict specific operations such as printing using PdfSecurityOptions and PdfSecurityPermissions with GroupDocs.Merger for Python via .NET....feedback On this page lets you protect a PDF document with an open...security_options ) # Save the protected PDF merger . save ( "./output...

    docs.groupdocs.com/merger/python-net/add-passwo...
  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-...