Sort Score
Result 10 results
Languages All
Labels All
Results 2,291 - 2,300 of 33,724 for

saveoptions

(0.2 sec)
  1. FixedPageSaveOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Saving.FixedPageSaveoptions for seamless document conversion to PDF, XPS, and images. Unlock flexible saving options today!...class FixedPageSaveOptions : SaveOptions Properties Name Description...options ); See Also class SaveOptions namespace Aspose.Words.Saving...

    reference.aspose.com/words/net/aspose.words.sav...
  2. 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...
  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 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...
  5. 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-...
  6. 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-...
  7. FormField Checkboxes Inside Equations Don't Ren...

    Summary FormField checkboxes (Type 71 = FIELD_FORM_CHECK_BOX) inserted into OfficeMath equations fail to render correctly when converting Word documents to PDF. Instead of rendering as actual checkbox symbols, the litera…...Save to PDF PdfSaveOptions saveOptions = new PdfSaveOptions(); doc...doc.save("output.pdf", saveOptions); // RESULT: PDF shows " FORMCHECKBOX...

    forum.aspose.com/t/formfield-checkboxes-inside-...
  8. 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...
  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-...