Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 32,784 for

saveoptions

(0.08 sec)
  1. Pdf 转epub java-api调用生成文件没有目录 - Free Support For...

    pdf 转epub java-api调用生成文件没有目录信息...创建HtmlSaveOptions对象 HtmlSaveOptions saveOptions = new HtmlSaveOptions();...HtmlSaveOptions(); // 设置EPUB导航地图级别 saveOptions.setEpubNavigationMap(3); // 1到9之间的值,指定最大标题级别...

    forum.aspose.com/t/pdf-epub-java-api/317411
  2. HtmlSaveOptions.allow_negative_indent property ...

    HtmlSaveoptions.allow_negative_indent property. Specifies whether negative left and right indents of paragraphs are normalized when saving to HTML, MHTML or EPUB..."AllowNegativeIndent" flag # in a SaveOptions object that we will pass...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the workbook is saved as HTML, the…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...e); saveOptions.setExportPrintAreaOn(true); saveOptions.setE...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  4. Გადაიყვანეთ Გამოსახულება HTML C#

    გადაიყვანეთ Გამოსახულება HTML C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც HTML C#....png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/ima...
  5. Introduction to Java Programming | Aspose.Zip D...

    This document provides an overview of Java programming fundamentals and concepts....(outputStream, saveOptions) 2 archive. save (filePath, saveOptions) Archive...

    docs.aspose.com/zip/java/introduction/
  6. 保存文件时,出现错误: - Free Support Forum - aspose.com

    try(InputStream workbookStream = new URL(url).openStream()){ Workbook workbook = new Workbook(workbookStream); workbook.save(output, options); } 报错了:java.lang.ClassCastException: com.aspose.cells.b.a.d.z cannot be ca…... 5 检查 SaveOptions :如果使用了 PdfSaveOptions 、 CsvSaveOptions...Aspose.Cells 版本匹配;不必要时可使用默认 SaveOptions 进行测试。 6 若仍报错 :在项目中加入以下代码...

    forum.aspose.com/t/topic/323685
  7. Issue with Font Rendering when converting DOCX ...

    Hi! I am writing to report an issue with font rendering encountered in Aspose.Words version 25.1.0. Problem description: When converting a .docx document containing text in the regular “Baskerville” font to PDF (or PNG…...); var saveOptions = Aspose.Words.Saving.SaveOptions.CreateSaveOptions(Aspose....Words.SaveFormat.Pdf); saveOptions.UpdateFields = false; document...

    forum.aspose.com/t/issue-with-font-rendering-wh...
  8. Გადაიყვანეთ Გამოსახულება PDF C#

    გადაიყვანეთ Გამოსახულება PDF C# ფორმატში კოდით. შეინახეთ Გამოსახულება როგორც PDF C#....png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/ka/net/conversion/ima...
  9. Convert excel chart to OOXML - Free Support For...

    Hi guys I want to convert a chart that I created in Excel to OOXML format. I am currently doing the same for ranges. I select the range, set the pagesetup and ImageOrPrint options and then save the xlsx as Docx. But with…...DocxSaveOptions saveOptions = new DocxSaveOptions(); saveOptions.SaveAsEditableShapes...SaveAsEditableShapes = true; saveOptions.EmbedXlsxAsChartData = false;...

    forum.aspose.com/t/convert-excel-chart-to-ooxml...
  10. Convert MHTML to HTML via Java | products.aspos...

    Try the code sample to convert MHTML files to HTML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...file path as well as the SaveOptions.getDefaultHtml() parameter...

    products.aspose.com/email/java/conversion/mhtml...