Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,431 for

protected

(0.22 sec)
  1. Issues Observed in GroupDocs.Total - Parser and...

    We are currently performing a POC using GroupDocs.Total in our application (running on .NET 8, Windows Server 2019) and have encountered a couple of issues which we would like your assistance with. 1. Parser – Incorrect…...files that are not password-protected or restricted. These files...GroupDocs.Merger to merge non-protected PDF files, the process seems...

    forum.groupdocs.com/t/issues-observed-in-groupd...
  2. Edit Excel Workbook | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for .NET....have password-protection and can be protected from editing; GroupDocs...situation: loading the password-protected spreadsheet: string inputXlsxPath...

    docs.groupdocs.com/editor/net/edit-excel/
  3. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more PDF files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes....how to compare two password-protected PDF documents in Java. But...documents Compare password-protected PDF documents If you are interested...

    blog.groupdocs.com/comparison/compare-multiple-...
  4. 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...
  5. comparison.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/comparison/java/technical-support/weekly0.5https://docs.groupdocs.com/comparison/ne......mpare-multiple-documents-protected-by-password/weekly0.5https://docs...com/comparison/java/load-password-protected-documents/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/comparison.xml
  6. 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...
  7. 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...
  8. Password Merge on GroupDocs Blog | Document Aut...

    Password Merge on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Password Merge on GroupDocs Blog | Document Automation Solutions for .NET & Java Develo......Developers How to Merge Password-Protected PDFs into a Single Secure...

    blog.groupdocs.com/ar/tag/password-merge/index.xml
  9. get-wp-document-info.txt

    Author: GroupDocs Creation Date: 2024-11-03T10:05:00.0000000Z Format: doc Is Password Protected: False Lines: 180 Pages Count: 19 Size, bytes: 414208 Title: Words: 3789 Table of contents: Page 3: T......0000000Z Format: doc Is Password Protected: False Lines: 180 Pages Count:...

    docs.groupdocs.com/conversion/python-net/_outpu...
  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-...