Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 22,835 for

loadoptions

(1.83 sec)
  1. Перегляд PSD, PSB або AI | products.aspose.com

    Перетворення файлів Adobe PhotoShop та Illustrator, зображення та інші формати...PsdLoadOptions loadOptions = new PsdLoadOptions(); loadOptions.setReadOnlyMode(true);...Image.load(sourceFileName, loadOptions); image.save(sourceFileName...

    products.aspose.com/psd/ua/view/
  2. Splitter Class | Aspose.Words for .NET

    Effortlessly split documents with Aspose.Words.LowCode.Splitter class. Utilize versatile methods for precise document management and enhanced workflow efficiency.... From ( Stream, LoadOptions ) Specifies input document...processing. From ( string, LoadOptions ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  3. Convert Dates to Japanese Dates with C++|Docume...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for C++....options for XLSX format LoadOptions options ( LoadFormat :: Xlsx...

    docs.aspose.com/cells/cpp/convert-dates-to-japa...
  4. Blazor WebAssembly Operation is not supported o...

    Hello, I’m receiving the following error trying to open a workbook stream in Aspose.Cells 25.6 in Blazor WebAssembly. I believe Thread.Start is not available in WebAssembly. Operation is not supported on this platform. …... (String , Stream , LoadOptions ) blazor.web.js:1 at Aspose...Cells.Workbook. (Stream , LoadOptions , Boolean ) blazor.web.js:1...

    forum.aspose.com/t/blazor-webassembly-operation...
  5. FieldSectionPages | Aspose.Words for Java

    Implements the SECTIONPAGES 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. FieldEmbed | Aspose.Words for Java

    Implements the EMBED 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...
  7. FieldNext | Aspose.Words for Java

    Implements the NEXT 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. FieldSection | Aspose.Words for Java

    Implements the SECTION 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...
  9. FieldEQ | Aspose.Words for Java

    Implements the EQ 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...
  10. Hrml转word后latex和mathml均为乱码 - Free Support Forum...

    我有尝试latex和mathml,转换后没有可编辑的公式,而且word没有排版,且题出现虚拟方框,也进行了转换成md格式,官网的 Online HTML to WORD Converter测试和本机aspose.word均有测试,这个用那个产品适合转换且保持排版的同时数理化公式可编辑,测试文件我放在了QQ邮箱文件分享...确保 HTML 文件使用 UTF‑8 编码 var loadOptions = new HtmlLoadOptions { LoadMathML...new Document("input.html", loadOptions); // 2) 保存为 Word(保留排版和公式)...

    forum.aspose.com/t/hrml-word-latex-mathml/323043