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

saveoptions

(0.17 sec)
  1. 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...
  2. Გადაიყვანეთ Გამოსახულება HTML Java

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

    products.aspose.com/words/ka/java/conversion/im...
  3. 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...
  4. Convert MBOX to EMLX via Java | products.aspose...

    Try the code sample to convert MBOX 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...options for saving EMLX files SaveOptions.getDefaultEmlx() . System...

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

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

    products.aspose.com/email/java/conversion/olm-t...
  6. Convert MBOX to EML via Java | products.aspose.com

    Try the code sample to convert MBOX files to EML format in Java. Download Java API to take your email processing applications to the next level.... The SaveOptions class provides options for...options for saving EML files SaveOptions.getDefaultEml() . System...

    products.aspose.com/email/java/conversion/mbox-...
  7. Visio to PNG not using fonts (Linux) - Free Sup...

    We are using aspose Diagram on Java to convert a VISIO to PDF & PNG on a Linux machine. As we are using windows fonts so we added the required fonts on the application and are adding them as shown bellow in the code sni…...default font ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFileFormat...ImageSaveOptions(SaveFileFormat.PNG); saveOptions.setDefaultFont("YourDefaultFontName");...

    forum.aspose.com/t/visio-to-png-not-using-fonts...
  8. Convert JPG To DOC C#

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

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert WORD To HTML C#

    Convert a Word document to HTML format in C# code. Save a Word document as HTML using C#....docx"); var saveOptions = new ImageSaveOptions(SaveFormat...doc.PageCount; page++) { saveOptions.PageSet = new PageSet(page);...

    products.aspose.com/words/net/conversion/word-t...
  10. Convert Image To PNG C#

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

    products.aspose.com/words/net/conversion/image-...