Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 22,512 for

loadoptions

(0.07 sec)
  1. Saving an Email as PDF|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....// create an instance of LoadOptions and set the LoadFormat to...to Mhtml var loadOptions = new Aspose . Words . Loading . LoadOptions...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  2. Merger Class | Aspose.Words for .NET

    Effortlessly merge diverse document types into one with Aspose.Words.LowCode.Merger class. Streamline your workflow and enhance productivity today!... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  3. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } new Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…... Use LoadOptions : When opening files, especially...an example of how to use LoadOptions when opening your .xlsm file:...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  4. Unlock PPT Presentation Files using C++ | produ...

    C++ source code to remove protection from PPT Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/ppt/
  5. Open Different Microsoft Excel Versions Files|D...

    This article explains how to open different Excel versions files using Aspose.Cells for .NET API....0 file, use LoadOptions and set the appropriate attribute...attribute for the LoadOptions class for the template file to...

    docs.aspose.com/cells/net/opening-different-mic...
  6. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....using C# LoadOptions loadOptions = new LoadOptions {Password...Presentation( "pres.odp" , loadOptions)) { presentation.ProtectionManager...

    products.aspose.com/slides/net/unlock/odp/
  7. Load Specific Worksheets in a Workbook with Nod...

    Learn how to load specific worksheets in a workbook using Aspose.Cells for Node.js via C++. Improves performance and reduces memory consumption.... const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...AsposeCells . LoadFormat . Xlsx ); loadOptions . setLoadFilter ( new CustomLoad...

    docs.aspose.com/cells/nodejs-cpp/load-specific-...
  8. Unlock ODP Presentation Files using C++ | produ...

    C++ source code to remove protection from ODP Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/odp/
  9. Unlock PPTX Presentation Files using C++ | prod...

    C++ source code to remove protection from PPTX Presentation....C++ auto loadOptions = System :: MakeObject < LoadOptions > ();...(); loadOptions -> set_Password( u "123123" ); auto presentation...

    products.aspose.com/slides/cpp/unlock/pptx/
  10. Aspose::Words::LowCode::Merger::Merge method | ...

    Aspose::Words::LowCode::Merger::Merge method. Merges the given input documents into a single document and returns Document instance of the final document in C++....Aspose::Words::Loading::LoadOptions>>&, Aspose::Words::LowCo...Words :: Loading :: LoadOptions >> & loadOptions , Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words.low...