Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 34,060 for

saveoptions

(0.43 sec)
  1. NPE while saving doc as HTML - Free Support For...

    reproduce_bug_mini_anonymized.docx (4.7 MB) Summary Document loads successfully but throws NullPointerException when saving to HTML format. Issue Description When attempting to save a specific Word document to HTML for…...loadOptions); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...HtmlSaveOptions(SaveFormat.HTML); saveOptions.setExportListLabels(com.aspose.words...

    forum.aspose.com/t/npe-while-saving-doc-as-html...
  2. Გადაიყვანეთ Გამოსახულება 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...
  3. Ensure vertical text layout is preserved when e...

    Ensure vertical text layout is preserved when exporting to PDF. Currently using version 23.4. We are working with Chinese text. When converting horizontal documents to PDF, the layout remains correct. However, when con…...PdfSaveOptions PdfSaveOptions saveOptions = new PdfSaveOptions(); //...layout for vertical text saveOptions.setPageLayout(PdfPageLayout...

    forum.aspose.com/t/ensure-vertical-text-layout-...
  4. Convert PowerPoint Presentations to HTML in Pyt...

    Convert PowerPoint presentations to responsive HTML in Python. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ) saveOptions = slides . export . HtmlOptions...HtmlOptions () saveOptions . svg_responsive_layout = True presentation...

    docs.aspose.com/slides/python-net/convert-power...
  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. PDF to Word conversion issues (source document ...

    Hello, I am experiencing significant issues when converting a PDF to Word using Aspose.PDF 25.8.0. The output DOCX introduces formatting and rendering problems that make the converted document difficult to use. …...pdf"); DocSaveOptions saveOptions = new DocSaveOptions { Format...pdfDocument.Save("output.docx", saveOptions); If these steps do not resolve...

    forum.aspose.com/t/pdf-to-word-conversion-issue...
  8. Convert OFT to EMLX via Java | products.aspose.com

    Try the code sample to convert OFT files to EMLX format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...path for the file and the SaveOptions.getDefaultEmlx method to...

    products.aspose.com/email/java/conversion/oft-t...
  9. Convert MSG to MHTML via Java | products.aspose...

    Try the code sample to convert MSG files to MHTML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...output MHTML file path and SaveOptions.getDefaultMhtml() as parameters...

    products.aspose.com/email/java/conversion/msg-t...
  10. Introduction | Developers Guide | Aspose.Zip fo...

    Discover the basic features of Aspose.Zip for .NET in the Introduction section of the Developers Guide. Learn how to manage, compress, extract, and convert archive formats like ZIP, RAR, 7Z, and TAR with ease, using the powerful Aspose.Zip API....Save(stream, ArchiveSaveOptions saveOptions = null ) 2 3 archive.Save(filePath...Save(filePath, ArchiveSaveOptions saveOptions = null ) Archive Extraction...

    docs.aspose.com/zip/net/introduction/