Sort Score
Result 10 results
Languages All
Labels All
Results 921 - 930 of 22,861 for

loadoptions

(0.22 sec)
  1. How to Export PowerPoint to Word using Java

    This tutorial guides on how to export PowerPoint to Word using Java. It provides configuration details, stepwise procedure and a runnable sample code to convert PPTX to DOCX using Java....file on the disk Create a LoadOptions class object using the Aspose...overloads also like the one with LoadOptions that supports setting fonts...

    kb.aspose.com/slides/java/how-to-export-powerpo...
  2. 添加奇偶页页眉后报错:"com.aspose.words.zzby.zzQy()" is nu...

    java.lang.NullPointerException: Cannot invoke "com.aspose.words.zzYM9.zzWjR()" because the return value of "com.aspose.words.zzby.zzQy()" is null at com.aspose.words.zzZ4S.zzQy(Unknown Source) at com.aspo…...UTF_8)); LoadOptions loadOptions = new LoadOptions(); loadOptions...new Document(inputStream, loadOptions); } 由这个方法转换出来的document,有极大概率会在格式调整中和之后出现问题。...

    forum.aspose.com/t/com-aspose-words-zzby-zzqy-i...
  3. 如何在 C# 中将大型 Excel 文件导出为 CSV

    本主题向您展示如何在没有 Excel 的 .NET 窗口或 ASP.NET 应用程序中以编程方式在 C# 中将大型 excel 文件导出为 CSV。...通过将 LoadOptions 类的 MemorySetting property...Workbook Class 的实例并传递上一步中创建的 LoadOptions 对象 最后,保存导出的输出 CSV 文件 将大型...

    kb.aspose.com/zh/cells/net/how-to-export-large-...
  4. Merge GLB File Formats via Java | products.aspo...

    Sample Java merge GLB file. Use this example code to merge GLB file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/glb/
  5. Merge 3DS File Formats via Java | products.aspo...

    Sample Java merge 3DS file. Use this example code to merge 3DS file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/3ds/
  6. Merge PLY File Formats via Java | products.aspo...

    Sample Java merge PLY file. Use this example code to merge PLY file within any Web or Desktop Java based application....subScene = new Scene(); LoadOptions opt = fmt.createLoadOptions();...subScene2 = new Scene(); LoadOptions opt2 = fmt2.createLoadOptions();...

    products.aspose.com/3d/java/merger/ply/
  7. JVM Crash when using Aspose-Words and Aspose-PD...

    JVM Crash when using both Aspose-Words and Aspose-PDF on 15,000+ page RTFs. There is no problem using Words and PDF separately when working with many large files. Problem exists in all 25.* versions. I am using Java 8…...individual PDF LoadOptions loadOptions = new LoadOptions(); loadOptions...setMswVersion(MsWordVersion.WORD_2007); loadOptions.setLoadFormat(LoadFormat...

    forum.aspose.com/t/jvm-crash-when-using-aspose-...
  8. Height and width is not setting as per html - F...

    I am evaluating Aspose.Cells for purchasing a license, but I am not getting the same output as in Microsoft Excel when converting HTML to Excel. The height and width are not being set according to the column text data, …...Options final HtmlLoadOptions loadOptions = new HtmlLoadOptions(LoadFormat...for better HTML rendering loadOptions.setSupportDivTag(false);...

    forum.aspose.com/t/height-and-width-is-not-sett...
  9. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…...HtmlLoadOptions loadOptions = new HtmlLoadOptions(); loadOptions.setCo...getBytes(StandardCharsets.UTF_8)), loadOptions); // Save the document doc...

    forum.aspose.com/t/insert-html-into-word-includ...
  10. Manage Presentation Properties on Android|Aspos...

    Master presentation properties in Aspose.Slides for Android via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....presentation: LoadOptions loadOptions = new LoadOptions (); loadOptions...pres = new Presentation ( loadOptions ); try { // Adds a new rectangle...

    docs.aspose.com/slides/androidjava/presentation...