Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 22,661 for

loadoptions

(0.22 sec)
  1. How to Convert RTF to PDF using C++

    This short tutorial guides on how to convert RTF to PDF using C++. It provides necessary information to configure the environment and runnable code to export RTF to PDF using C++....from a stream or using the LoadOptions class object to control the...

    kb.aspose.com/words/cpp/how-to-convert-rtf-to-p...
  2. How to Convert TSV to Excel in Node.js

    This short topic explains how to convert TSV to Excel in Node.js. It covers all the required details like the configuration steps, step-wise process and a working sample code that changes TSV to XLSX in Node.js....the conversion using the LoadOptions class instance Load the source...

    kb.aspose.com/cells/nodejs/how-to-convert-tsv-t...
  3. How to Convert TSV to Excel in Java

    Here is a short tutorial that explains how to convert TSV to Excel in Java. It provides all the necessary details like the configuration details, step wise process and a runnable sample code that changes TSV to XLSX in Java....the conversion using the LoadOptions Load the template TSV file...

    kb.aspose.com/cells/java/how-to-convert-tsv-to-...
  4. Convert DOC to JSON format in C++ | products.as...

    Export DOC to JSON in C++ without using Microsoft Excel or Word...overload, which accepts a LoadOptions object. This object contains...

    products.aspose.com/total/cpp/conversion/doc-to...
  5. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  6. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...the PSD/PSB file try { var loadOptions = new PsdLoadOptions() {...(PsdImage)Image.Load(inputStream, loadOptions); } } catch (ImageLoadException...

    forum.aspose.com/t/index-was-outside-the-bounds...
  7. FieldGreetingLine | Aspose.Words for Java

    Implements the GREETINGLINE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...
  8. Format Presentation Text in .NET|Aspose.Slides ...

    Format and style text in PowerPoint and OpenDocument presentations using Aspose.Slides for .NET. Customize fonts, colors, alignment, and more.... var loadOptions = new LoadOptions (); loadOptions . DefaultTextLanguage...presentation = new Presentation ( loadOptions )) { var slide = presentation...

    docs.aspose.com/slides/net/text-formatting/
  9. How to Convert MPP to Excel using C#

    This article provides details about how to convert MPP to Excel using C#. You can transform MPP file to Excel using C# with the help of a few steps and sample code containing a couple of lines of code only.... You may use LoadOptions to set the password for opening...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-e...
  10. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java....docx"); // The LoadOptions object has an option to update...the document. LoadOptions options = new LoadOptions(); options....

    reference.aspose.com/words/java/com.aspose.word...