Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 22,575 for

loadoptions

(0.53 sec)
  1. Read Numbers Spreadsheet Developed by Apple Inc...

    Learn how to read Numbers spreadsheets developed by Apple Inc. using Aspose.Cells for Node.js via C++.... You need to use the LoadOptions class and specify LoadFormat...opts = new AsposeCells . LoadOptions ( AsposeCells . LoadFormat...

    docs.aspose.com/cells/nodejs-cpp/read-numbers-s...
  2. Aspose.Cells 8.8.3 中的公共 API 更改|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.... Xlsx ); 添加LoadOptions.SetPaperSize方法 Aspose.Cells...Cells for .NET 8.8.3允许在使用新公开的LoadOptions.SetPaperSize方法时从默认打印机设置设...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Aspose.Cells cannot open workbook with pivot ta...

    Hey There, We have a client that has an excel file containing a pivot table. File named ‘stack-overflow-pivot-table’ attached. When trying to create a new workbook with Aspose.Cells v25.7.0 using the following code: p…...wb = new Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); } We get...FileMode.Open); var loadOptions = new LoadOptions(LoadFormat.Auto);...

    forum.aspose.com/t/aspose-cells-cannot-open-wor...
  4. Secure Presentations with Passwords in JavaScri...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Node.js via Java. Secure your presentations....presentation: var loadOptions = new aspose . slides . LoadOptions (); loadOptions...Presentation ( "pres.pptx" , loadOptions ); try { // work with decrypted...

    docs.aspose.com/slides/nodejs-java/password-pro...
  5. How to Convert PPT to PPTX in Java

    This tutorial focuses on how to convert PPT to PPTX in Java by providing the crisp information about the environment settings, detailed steps and a runnable sample code to transform PPT to PPTX in Java....conversion Initialize the LoadOptions class object to set the load...for the PPT file using the LoadOptions class. If the source PPT...

    kb.aspose.com/slides/java/how-to-convert-ppt-to...
  6. 使用Node.js通过C++加密和解密Excel文件|Documentation

    如何使用Node.js通过C++加密和解密Excel文件。锁定和解锁Excel文件。... const loadOptions = new AsposeCells . LoadOptions (); loadOptions.... Workbook ( filePath , loadOptions ); // Remove password. workbook...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  7. Secure Presentations with Passwords in PHP|Aspo...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for PHP. Secure your presentations....presentation: $loadOptions = new LoadOptions (); $loadOptions -> setPassword...Presentation ( "pres.pptx" , $loadOptions ); try { # work with decrypted...

    docs.aspose.com/slides/php-java/password-protec...
  8. HtmlSaveOptions.metafileFormat property | Aspos...

    HtmlSaveOptions.metafileFormat property. Specifies in what format metafiles are saved when exporting to HTML, MHTML, or EPUB... let loadOptions = new aw . Loading . HtmlLoadOptions...HtmlLoadOptions (); loadOptions . convertSvgToEmf = true ; let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PSD for .NET 25.2 - Release Notes|Docume...

    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....psd" ); var loadOptions = new PsdLoadOptions () {...Image . Load ( inputFile , loadOptions )) { var layerEffect = image...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-2...
  10. How to Convert ODP to PPTX in C#

    This small tutorial explains how to convert ODP to PPTX in C#. You will get a crisp information about setting the environment, step-wise process and a runnable sample code to transform ODP to PPTX in C#....PPTX conversion Create the LoadOptions class object to set the load...file and therefore, the LoadOptions class object is declared...

    kb.aspose.com/slides/net/how-to-convert-odp-to-...