Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 3,164 for

protection

(0.05 sec)
  1. Digital Signature - esign PPTM documents | Grou...

    Digital signature (eSignature) for PPTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPTM documents for free!... Protect document with digital signatures...digital certificates that allow protecting content from unexpected changes...

    products.groupdocs.app/signature/pptm
  2. Digital Signature - esign PPSX documents | Grou...

    Digital signature (eSignature) for PPSX made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPSX documents for free!... Protect document with digital signatures...digital certificates that allow protecting content from unexpected changes...

    products.groupdocs.app/signature/ppsx
  3. Digital Signature - esign PNG documents | Group...

    Digital signature (eSignature) for PNG made easy with GroupDocs Signature. Create your electronic digital signatures and esign PNG documents for free!... Protect document with digital signatures...digital certificates that allow protecting content from unexpected changes...

    products.groupdocs.app/signature/png
  4. Digital Signature - esign CSV documents | Group...

    Digital signature (eSignature) for CSV made easy with GroupDocs Signature. Create your electronic digital signatures and esign CSV documents for free!... Protect document with digital signatures...digital certificates that allow protecting content from unexpected changes...

    products.groupdocs.app/signature/csv
  5. GroupDocs Holiday Offer – 25% off GroupDocs.Tot...

    Share this issue: Monthly NewsletterJanuary 2019 25% off GroupDocs.Total OR 24 bottles of Award-Winning Pirathon Total Shiraz Wine GroupDocs.Total brings together all GroupDocs APIs in one product suite and is great value for money. This holiday season GroupDocs is making it even better value by giving you 25% off GroupDocs.Total. Simply enter the coupon code HOLOFF2018 when placing your order. Alternatively, treat yourself with 24 Bottles of Award-Winning Pirathon Total Wine (worth over $1500).... Password Protect PDF, Word Excel and PowerPoint...now work with the password-protected PDF, Word, Excel, and PowerPoint...

    blog.groupdocs.com/total/groupdocs-holiday-offe...
  6. 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...
  7. 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...
  8. Set password for output document | Documentation

    This article explains how to set document password after files comparison within your Java applications using GroupDocs.Comparison for Java....you to protect output document with password. To protect output...how to compare documents and protect the output document with password:...

    docs.groupdocs.com/comparison/java/set-password...
  9. GroupDocs.Text For .NET 17.01.0 Introduces Supp...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET API. In this release, we have introduced four new features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some text in documents, extracting highlighted text from documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....documents and opening password-protected OneNote sections. Simply Download...Ability to open password-protected OneNote sections For more...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  10. 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-...