Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 3,632 for

protected

(0.08 sec)
  1. Command Line Interface | GroupDocs

    Convert documents straight from the terminal with the groupdocs-conversion command-line tool — no Python script required. Inspect documents, list supported formats, and apply a license, all from the shell....--count 1 # Open a password-protected source groupdocs-conversion...groupdocs-conversion convert protected.docx protected.pdf --password "secret" Option...

    docs.groupdocs.com/conversion/python-net/gettin...
  2. Extracting document metainfo | GroupDocs

    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 Java 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/java/extracting-docum...
  3. Get document info | GroupDocs

    This article explains how to detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Node.js via Java....author, whether it is password protected; - title, author, worksheets...count, whether it is password protected; - width, height, collections...

    docs.groupdocs.com/conversion/nodejs-java/get-d...
  4. Aurora Visuals — Project Proposal

    Project Proposal Prepared for Northwind Coffee Roasters Aurora Visuals · auroravisuals.example · Confidential Aurora Visuals · auroravisuals.example · Confidential Photography · Brand Design · Moti...... · Licensed, watermark-protected delivery so client assets...revisions, and watermark-protected delivery. 4. Investment A...

    docs.groupdocs.com/watermark/python-net/_output...
  5. Load Options | GroupDocs

    Open password-Protected files and streams using load options in GroupDocs.Parser for Python via .NET.... Open a password-protected document Python from groupdocs..."secret-password" ) with Parser ( "protected.pdf" , options ) as parser...

    docs.groupdocs.com/parser/python-net/load-options/
  6. 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...
  7. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...programmatically password-protect the converted files. Word processing...at how to compare password-protected documents, accept and reject...

    blog.groupdocs.com/groupdocs.blog/page/26/
  8. 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-...
  9. 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...
  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-...