Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 3,260 for

protected

(0.06 sec)
  1. Password Protect Excel Files in C# | Lock Unloc...

    Let's learn how to password protect Excel spreadsheet files using C#. Change the existing password or remove it to unlock the XLS/XLSX files using .NET API....we will see how to password-protect an Excel file using C# . Additionally...below: .NET API to Password Protect Excel Files Lock Excel Files...

    blog.groupdocs.com/merger/lock-unlock-excel-fil...
  2. 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-...
  3. Password Protect Word Document | Add Password t...

    Add password to your Word files. Lock Word documents with password protection using free online app & programmatically using GroupDocs....files, or add passwords to protect them. In this article, we will...explain how you can password protect Word documents and lock them...

    blog.groupdocs.com/merger/password-protect-word...
  4. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some new features. API enables you to work with password-Protected ODT and OTT file formats. You can also trim Note formatted documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....you to work with password-protected ODT and OTT file formats....

    blog.groupdocs.com/merger/note-format-is-suppor...
  5. Conversion from EML to PDF with attached office...

    Hello, I have upgraded from 21.5 to 24.1, and the EML to PDF conversion is not working anymore as it used to with the older version. If, in the EML file, there is an attached MS Office document, that has been password …...that is password encrypted protected. Here is the converter code...differently with password-protected Office attachments, which...

    forum.groupdocs.com/t/conversion-from-eml-to-pd...
  6. Extract Tables from PDF Documents using GroupDo...

    It is our pleasure to announce the release of version 18.12 of GroupDocs.Parser for .NET. The latest version allows you to extract the tables from PDF documents. Furthermore, we have added the support of extracting text and metadata from text and presentation templates. For more details, please have a look at the release notes of version 18.12. Features Introduced Extracting Tables from PDF DocumentsThis feature is very useful when you want to extract only the tables form a PDF document....Detecting Type of Password-protected Office Open XML DocumentsThis...media type of the password-protected Office Open XML documents...

    blog.groupdocs.com/parser/extract-tables-from-p...
  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. Edit PowerPoint Presentations in Node.js | Docu...

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Node.js....Editor also supports password-protected presentations. When opening...opening a password-protected document, the password must be specified...

    docs.groupdocs.com/editor/nodejs-java/edit-powe...
  9. Cache Page Previews in GroupDocs.Annotation for...

    EnableCaching feature stores image representation of a document in a directory at the local drive. In case of repetitive processing/opening of a document, it uses cached data. This thing helps to avoid the processing of the same document again and again. You might be waiting for this feature. The wait is over now. GroupDocs.Annotation for Java 19.5 permits you to enable cache mode and cache page previews. Let’s take a overview of its code....Slides Issue when opening protected with password documents Exception...

    blog.groupdocs.com/annotation/cache-page-previe...
  10. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....docx”)); } Compare Password Protected Word Documents / Excel Spreadsheet...Spreadsheet in C# # Password protection is common in the official...

    blog.groupdocs.com/comparison/compare-excel-wor...