Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 22,575 for

loadoptions

(0.1 sec)
  1. Opening Files with Different Formats|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....Versions User may use the LoadOptions class to specify the format...template file. Or use the LoadOptions method and select the EXCEL_97_TO_2003...

    docs.aspose.com/cells/java/opening-files-with-d...
  2. Aspose.PSD for .NET 18.12 - Release Notes|Docum...

    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 () {...Load ( sourceFileName , loadOptions )) { var patternStroke =...

    docs.aspose.com/psd/net/aspose-psd-for-net-18-1...
  3. GetPresentationInfo Method Is Unable to Determi...

    Hi Team, Attached a simple pptm file, for which GetPresentationInfo() returns with an instance of IPresentationInfo with LoadFormat.Unknown value of LoadFormat attribute The pptm file can be opened without any problem…...supply LoadOptions var loadOptions = new LoadOptions { LoadFormat...GetPresentationInfo("sample.pptm", loadOptions); Console.WriteLine(info...

    forum.aspose.com/t/getpresentationinfo-method-i...
  4. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept Loadoptions instance....constructor overloads that accept LoadOptions instance. This should be...a class derived from the LoadOptions class. Each load format has...

    docs.aspose.com/3d/java/specify-3d-file-load-op...
  5. DWG to SVG Conversion Issues in Aspose.CAD: los...

    use sdk version : aspose.cad 25.12 java My conversion code and parameter settings are roughly as follows: File outputFile = new File(outputFilePath); try { Loadoptions opts = new LoadOption…...File(outputFilePath); try { LoadOptions opts = new LoadOptions(); opts.setS...

    forum.aspose.com/t/dwg-to-svg-conversion-issues...
  6. Secure Presentations with Passwords in .NET|Asp...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for .NET. Secure your presentations....presentation: LoadOptions loadOptions = new LoadOptions { Password...Presentation ( "pres.pptx" , loadOptions )) { // Work with the decrypted...

    docs.aspose.com/slides/net/password-protected-p...
  7. LoadOptions.recoveryMode property | Aspose.Word...

    Loadoptions.recoveryMode property. Defines how the document should be handled if errors occur during loading...recoveryMode property LoadOptions.recoveryMode property Defines...Words.Loading class LoadOptions LoadOptions.preserveIncludePictu...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.PSD for Java 24.6 - 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....PsdLoadOptions loadOptions = new PsdLoadOptions (); loadOptions . setLoadEffectsResour...setLoadEffectsResour ( true ); loadOptions . setUseDiskForLoadEff (...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  9. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java.... HtmlLoadOptions loadOptions = new HtmlLoadOptions(LoadFormat...assertEquals(LoadFormat.HTML, loadOptions.getLoadFormat()); Document...

    reference.aspose.com/words/java/com.aspose.word...
  10. DocSaveOptions constructor | Aspose.Words for P...

    aspose.words.saving.DocSaveOptions constructor...DocSaveOptions object in a LoadOptions object. with self . assertRaises...load_options = aw . loading . LoadOptions ( password = 'MyPassword'...

    reference.aspose.com/words/python-net/aspose.wo...