Sort Score
Result 10 results
Languages All
Labels All
Results 2,451 - 2,460 of 33,589 for

saveoptions

(0.16 sec)
  1. Convert MHTML to OFT via Java | products.aspose...

    Try the code sample to convert MHTML files to OFT format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...OFT file path along with SaveOptions.getDefaultOft() . System...

    products.aspose.com/email/java/conversion/mhtml...
  2. Convert MSG to EMLX via Java | products.aspose.com

    Try the code sample to convert MSG 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...for the EMLX file and use SaveOptions.getDefaultEmlx() to set default...

    products.aspose.com/email/java/conversion/msg-t...
  3. Convert OLM to EML via Java | products.aspose.com

    Try the code sample to convert OLM files to EML format in Java. Download Java API to take your email processing applications to the next level.... And finally, the SaveOptions class provides options for...the file name and using SaveOptions.getDefaultEml() . System...

    products.aspose.com/email/java/conversion/olm-t...
  4. Convert MBOX to MHTML via Java | products.aspos...

    Try the code sample to convert MBOX 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...using the save() method with SaveOptions.getDefaultMhtml() . System...

    products.aspose.com/email/java/conversion/mbox-...
  5. Convert MBOX to OFT via Java | products.aspose.com

    Try the code sample to convert MBOX files to OFT format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...using the save() method with SaveOptions.getDefaultOft() . System...

    products.aspose.com/email/java/conversion/mbox-...
  6. Convert MBOX to MSG via Java | products.aspose.com

    Try the code sample to convert MBOX files to MSG format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...using the save() method with SaveOptions.getDefaultMsgUnicode() ....

    products.aspose.com/email/java/conversion/mbox-...
  7. Word 有序列表、嵌套列表解析失效 - Free Support Forum - aspos...

    当前使用版本 Aspose.Words for Java 23.10 ,使用时发现三个列表解析问题: 1、无法解析成嵌套列表 2、无法解析成嵌套列表,而且缩进变成了   空格符代替 3、不同序号类型无法解析成序号,全部是p 标签 参考附件: xuhao.docx (12.1 KB)...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...doc.save("output.html", saveOptions); JLong_Chen July 22, 2025...

    forum.aspose.com/t/word/315453
  8. Convert Image To TXT C#

    Convert Image to TXT format in C# code. Save Image as TXT using C#....png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/image-...
  9. Convert Image To DOCX C#

    Convert Image to DOCX format in C# code. Save Image as DOCX using C#....png"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/image-...
  10. Convert JPG To PDF C#

    Convert JPG to PDF format in C# code. Save JPG as PDF using C#....jpg"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/jpg-to...