Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 22,611 for

loadoptions

(0.33 sec)
  1. Convert ODP to JSON Format in Android Apps | pr...

    Convert ODP to JSON format in Android Apps without using using Microsoft Excel or PowerPoint...the correct password in a LoadOptions object. The following code...

    products.aspose.com/total/android-java/conversi...
  2. Aspose Words 25.4 breaks line feeds converting ...

    We recently experienced a breaking change upgrading from Aspose Words Java 25.4 to 25.5. Considering the following markdown Line 1 Line 3 Line 4 and load as LoadFormat.MARKDOWN, save as SaveFormat.HTM…...toInputStream(markdown, charset), new LoadOptions(LoadFormat.MARKDOWN, null...

    forum.aspose.com/t/aspose-words-25-4-breaks-lin...
  3. 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/
  4. ReportBuilder Class | Aspose.Words for .NET

    Effortlessly create dynamic reports with Aspose.Words LowCode ReportBuilder. Utilize LINQ Reporting Engine to fill templates with data seamlessly.... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  5. 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...
  6. Aspose.Slides.NET6.CrossPlatform - The Type Ini...

    Hi Aspose Support Team, I am using alpine Linux (version 3.16) inside my docker container and I am usingAspose.Slides.NET6.CrossPlatform (version 24.3.0) to Convert PPT slide to image but I am getting the following erro…...Presentation…ctor(Stream stream, LoadOptions loadOptions)\n at Aspose.Slides...

    forum.aspose.com/t/aspose-slides-net6-crossplat...
  7. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...margins // ---------- var loadOptions = new HtmlLoadOptions { //...new Document(htmlStream, loadOptions); // ---------- // 4️⃣ Save...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...
  8. 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...
  9. 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...
  10. 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-...