Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 31,978 for

password

(0.8 sec)
  1. Get Shapes from 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/get-shapes-from-a-slide/
  2. Add a Chart Data Point|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-chart-data-point/
  3. Get a Shape from 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/get-a-shape-from-a-slide/
  4. Create a Text Portion|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/create-a-text-portion-...
  5. Convert XLSB to EMF using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLSB format file to a EMF format file....string format = "emf" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlsb...
  6. Convert TXT to JPG using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a TXT format file to a JPG format file....string format = "jpg" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/txt-...
  7. Convert TXT to JPG using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a TXT format file to a JPG format file....txt' ; $format = 'jpg' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/txt-...
  8. Convert XLS to XLSB using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLS format file to a XLSB format file....string format = "xlsb" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xls-...
  9. Convert XLSM to EMF using PHP

    Utilizing the Aspose.Cells Cloud SDK for PHP to convert a XLSM format file to a EMF format file....xlsm' ; $format = 'emf' ; $password = null ; $outPath = null ;...cellsWorkbookPutConv ( $path , $format , $password , $outPath ); $size = $result...

    products.aspose.cloud/cells/php/conversion/xlsm...
  10. Convert XLSM to EMF using C#

    Utilizing the Aspose.Cells Cloud SDK for C# to convert a XLSM format file to a EMF format file....string format = "emf" ; string password = null ; string outPath =...e.OpenRead(name), format, password, outPath, storageName)) {...

    products.aspose.cloud/cells/net/conversion/xlsm...