Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 62,583 for

password

(2.34 sec)
  1. Aspose.Cells Cloud – Excel Broken Links Detecti...

    Use Aspose.Cells Cloud API to scan remote Excel workbooks for broken external links, invalid formulas, and missing data sources.... password String Query Optional. Password required to...spreadsheet. Omit if the file is not password‑protected. Response { "Name"...

    docs.aspose.cloud/cells/search-broken-links-in-...
  2. Encrypt PDF via .NET SDK

    Aspose.PDF Cloud allows you to encrypt PDF Document. Check the .NET source code to encrypt PDF file....string userPassword = "User-Password" ; const string ownerPassword...ownerPassword = "Owner-Password" ; string ToBase64 ( string str ) => Convert...

    products.aspose.cloud/pdf/net/encrypt/
  3. Add a New Slide in PowerPoint with Node.js REST...

    This article guides on how to add a new slide in PowerPoint with Node.js REST API. It shares the details to set the IDE, a list of steps, and sample code to add a slide with Node.js RESTful Service....presentation is password protected, provide the password while calling...

    kb.aspose.cloud/slides/nodejs/add-a-new-slide-i...
  4. Add a New Slide in PowerPoint with Java REST API

    This article guides on how to add a new slide in PowerPoint with Java REST API. It shares the details to set the IDE, a list of steps, and sample code to add a slide with Java RESTful Service....presentation is password protected, provide the password while calling...

    kb.aspose.cloud/slides/java/add-a-new-slide-in-...
  5. Add a Shape to a Slide|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... password string header false The password to open the...

    docs.aspose.cloud/slides/add-a-shape-to-a-slide/
  6. Align Shapes|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... password string header false The password to open the...

    docs.aspose.cloud/slides/align-shapes/
  7. Convert Excel to PDF|Document

    Learn how to convert Excel workbooks to PDF with Aspose.Cells Cloud REST API. Includes cURL, SDK samples (C#, Java, Python) and authentication guide....Name Type Description password string Password to open the Excel...

    docs.aspose.cloud/cells/convert-excel-file-to-p...
  8. Extract Metadata from Word Document with NET RE...

    Follow this article to extract metadata from Word document with NET REST API. You will learn to fetch the Word file properties with Java Low Code API using the Java cloud SDK....Word file is password‑protected, include the password in the request...

    kb.aspose.cloud/words/java/extract-metadata-fro...
  9. Export Ods to XLSX file via PHP

    Aspose.Cells Cloud REST API support exporting Excel file and internal objects to kinds of format files. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....xlsx' ; $format = 'xlsx' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/export/ods-to-x...
  10. Export Ods to XLSX file via Android

    Aspose.Cells Cloud REST API support exporting Excel file and internal objects to kinds of format files. SDK support kinds of development languages. They include Android, C#, Go, Java, NodeJS, Perl, PHP, Python, Ruby, and swift....String format = "xlsx" ; String password = null ; String outPath =...new File ( name ), format , password , outPath , null , null );...

    products.aspose.cloud/cells/android/export/ods-...