Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 3,088 for

protection

(0.31 sec)
  1. 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...
  2. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API....is the document password-protected or not. For such situations...document is not password-protected, or the document format doesn’t...

    docs.groupdocs.com/editor/net/extracting-docume...
  3. Java Kullanarak Korumalı PDF Dosyalarını Karşıl...

    Java kullanan farklılıklar için korumalı iki PDF dosyasını karşılaştırın. PDF Comparison Java API ile birkaç adımda Java kodunu kullanarak PDF dosyaları karşılaştırması....comparer = new Comparer("path/protected-document-ver1.pdf", new L...d")); comparer.add("path/protected-document-ver2.pdf", new L...

    blog.groupdocs.com/tr/comparison/compare-protec...
  4. Classify document by path | Documentation

    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-...
  5. Comparar archivos PDF protegidos con Java | Com...

    Compare dos archivos PDF protegidos en busca de diferencias usando Java. Comparación de archivos PDF utilizando código Java en unos pocos pasos con la API Java de comparación de PDF....comparer = new Comparer("path/protected-document-ver1.pdf", new L...d")); comparer.add("path/protected-document-ver2.pdf", new L...

    blog.groupdocs.com/es/comparison/compare-protec...
  6. Ochrana prezentací v PowerPointu heslem | Uzamk...

    Přidejte heslo do PowerPoint prezentací. Uzamkněte soubory PPT pomocí ochrany heslem pomocí bezplatné online aplikace a programově pomocí GroupDocs....Poté klepnutím na tlačítko „Protect“ spusťte proces ochrany heslem...AddPassword(addOptions); merger.Save(@"path/protected-presentation.pptx"); } Podrobnější...

    blog.groupdocs.com/cs/merger/password-protect-p...
  7. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Python applications using GroupDocs.Comparison for Python via .NET....On this page allows you to protect the output document with a...a password. To protect the output document, follow these steps:...

    docs.groupdocs.com/comparison/python-net/set-pa...
  8. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Java...your document is password-protected, specify the password. In...memory usage if necessary, and protect the document from writing with...

    docs.groupdocs.com/editor/java/edit-and-update-...
  9. Kata Sandi Lindungi File Excel di Java | Kunci ...

    Mari pelajari cara melindungi file spreadsheet Excel dengan kata sandi menggunakan Java. Ubah kata sandi yang ada atau hapus untuk membuka kunci file XLS/XLSX menggunakan Java API.... /* * Password Protect Excel Spreadsheets menggunakan...addPassword(addOptions); merger.save("path/protected-spreadsheet.xlsx"); Inilah...

    blog.groupdocs.com/id/merger/lock-unlock-excel-...
  10. Loading | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local file path, stream or third-party storage for further processing with GroupDocs.Conversion for .NET API....allows you to load password-protected documents and load documents...source format Load password-protected document Skip loading of external...

    docs.groupdocs.com/conversion/net/loading/