Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 33,684 for

saveoptions

(0.1 sec)
  1. Fill.GradientStops | Aspose.Words for .NET

    Discover how to enhance your designs with the GradientStops property, featuring a collection of GradientStop objects for stunning fill effects.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientStops.docx" , saveOptions ); See Also class GradientStopCollecti...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Keeping the header and the footer when saving a...

    Hello, I’ve tried to save a xlsx file in html, but I’ve lost the header and the footer in the output file. I think it’s the normal functionality of excel but just to be sur do you have a way to keep the header dans foo…...xlsx"); HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat...workbook.Save("output.html", saveOptions); ISIWARE January 22, 2026...

    forum.aspose.com/t/keeping-the-header-and-the-f...
  3. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.setPri...getWorkbook().save("output.pdf", saveOptions); In this example, page breaks...

    forum.aspose.com/t/add-a-page-break-in-excel-at...
  4. PDF Document.Save InvalidOperationException Wro...

    Attempting to read and save a pdf results in System.InvalidOperationException: Wrong format of page’s content. This occurs for certain PDF files with annotations. If we remove the annotations, the document can be saved…...#=ziEx$3M2zno$v(Stream #=zVErAv_8=, SaveOptions #=zVLb3O24Qnbf4) at Aspose...#=z2Y2S8tjqhd_y(Stream #=zVErAv_8=, SaveOptions #=zVLb3O24Qnbf4) at Aspose...

    forum.aspose.com/t/pdf-document-save-invalidope...
  5. 在C++中将Word转换为Excel|Aspose.Words对于C++

    将PDF转换为Excel,XML转换为Excel,DOCX转换为Excel C++。 使用C++将各种格式的文档保存到XLSX。...docx" ); auto saveOptions = MakeObject < XlsxSaveOptions...XlsxSaveOptions > (); saveOptions -> set_CompressionLevel ( CompressionLevel...

    docs.aspose.com/words/zh/cpp/convert-a-document...
  6. [Regression] Setting HtmlSaveOptions.ExportList...

    Hi, We have been using HtmlSaveoptions.ExportListLabels = ByHtmlTags to save the list labels to ul/li nodes in order to display the list properly and consistently in HTML. This worked very well in the past but after up…...docx"); var saveOptions = new HtmlSaveOptions { ExportListLabels...Save(@".\out23.9.0.html", saveOptions); The issue doesn’t happen...

    forum.aspose.com/t/regression-setting-htmlsaveo...
  7. DocumentBase.BackgroundShape | Aspose.Words for...

    Discover the DocumentBase BackgroundShape property, easily customize your document's background shape for enhanced visual appeal. Maximize your design potential!... PdfSaveOptions saveOptions = new Aspose . Words . Saving...BackgroundShape.Image.pdf" , saveOptions ); See Also class Shape class...

    reference.aspose.com/words/net/aspose.words/doc...
  8. Fill.GradientVariant | Aspose.Words for .NET

    Discover how to set the GradientVariant property for stunning fill effects. Enhance your design with vibrant gradient options today!... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientVariant...

    reference.aspose.com/words/net/aspose.words.dra...
  9. 使用 Java 製作 PDF

    通過幾個步驟在 Java 中創建一個新的 PDF。使用 Java 庫輕鬆創建 PDF。...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions.getOutlineOptions()...1); doc.save("Output.pdf", saveOptions); import com.aspose.words...

    products.aspose.com/words/zh-hant/java/make/pdf/
  10. IDocumentProcessorPlugin.ToPages | Aspose.Words...

    Effortlessly save each page of your document with the ToPages method, utilizing customizable fixed page options for optimal results....ToPages ( FixedPageSaveOptions saveOptions ) See Also class FixedPageSaveOptions...

    reference.aspose.com/words/net/aspose.words/ido...