Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 1,109 for

password protected

(0.02 sec)
  1. Get document info | Documentation

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....count, whether it is password protected and so on; - project...author, whether it is password protected; - title, author, worksheets...

    docs.groupdocs.com/conversion/net/get-document-...
  2. Load documents | Documentation

    Document loading use cases with GroupDocs.Viewer within your .NET applications....document type or a password for a password-protected document. To do...different sources Load password-protected documents Specify file...

    docs.groupdocs.com/viewer/net/loading/
  3. Load documents | Documentation

    Document loading use cases with GroupDocs.Viewer within your Java applications....document type or a password for a password-protected document. To do...different sources Load password-protected documents Specify file...

    docs.groupdocs.com/viewer/java/loading/
  4. Loading documents | Documentation

    This article show how to enable you to load Password-Protected documents and load documents from different sources...Redaction allows you to load password-protected documents and load documents...Load from Stream Load password-protected file Pre-rasterize Was...

    docs.groupdocs.com/redaction/python-net/loading...
  5. Loading files | Documentation

    GroupDocs.Metadata allows you to load Password-Protected documents and load files from different sources. For more details please refer to the following guides:...Metadata allows you to load password-protected documents and load files...specific format Load a password-protected document Was this page...

    docs.groupdocs.com/metadata/java/loading-files/
  6. Convert Presentations to PDF in Java | PPT, PPT...

    Programmatically convert presentations of MS PowerPoint and Open Office Impress formats like ODP, PPT, PPTX to PDF using Java conversion API....Presentation to PDF Convert Password Protected Presentation to PDF Presentation...the 2nd slide. Convert Password Protected Presentation to PDF in...

    blog.groupdocs.com/conversion/convert-presentat...
  7. Convert PDF to HTML programmatically using C#

    Let's convert a PDF document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole document or selected pages....Convert Selected Pages of Password-Protected PDF Documents using C#...C# # You can also convert protected or locked PDF documents. The...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...
  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. Compare Protected PDF using Java on GroupDocs B...

    Compare Protected PDF using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare Protected PDF using Java on GroupDocs Blog | Document Automat......Compare Protected PDF using Java on GroupDocs Blog | Document...Recent content in Compare Protected PDF using Java on GroupDocs...

    blog.groupdocs.com/it/tag/compare-protected-pdf...
  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...Classifying of the password-protected document could be performed with the...

    docs.groupdocs.com/classification/net/classify-...