Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 34,086 for

saveoptions

(0.54 sec)
  1. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, Saveoptions Saveoptions) Section breaks a…...save(String fileName, SaveOptions saveOptions) Section breaks appear...save(String fileName, SaveOptions saveOptions) , while the method...

    forum.aspose.com/t/section-breaks-erased/319189
  2. Set DefaultFont property of PdfSaveOptions and ...

    Discover how to set the DefaultFont property of PdfSaveoptions and ImageOrPrintOptions using Aspose.Cells for Node.js via C++. Ensure proper font rendering when fonts are missing.... const saveOptions = new AsposeCells . PdfSaveOptions...PdfSaveOptions (); saveOptions . setDefaultFont ( "Times New Roman"...

    docs.aspose.com/cells/nodejs-cpp/set-defaultfon...
  3. Make PDF Using C#

    Make a new PDF in C# in a few steps. Easily create PDF using .NET library....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/net/make/pdf/
  4. Urobiť PDF Pomocou C#

    Vytvorte nový PDF v C# v niekoľkých krokoch. Jednoducho vytvorte PDF pomocou knižnice .NET....bookmark"); var saveOptions = new PdfSaveOptions(); saveOptions.OutlineOptions...1); doc.Save("Output.pdf", saveOptions); using Aspose.Words; var...

    products.aspose.com/words/sk/net/make/pdf/
  5. ImageSaveOptions.pageSet property | Aspose.Word...

    ImageSaveoptions.pageSet property. Gets or sets the pages to render... // We can pass a SaveOptions object to specify a different...different page to render. let saveOptions = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Splitter.extract_pages method | Aspose.Words fo...

    aspose.words.lowcode.Splitter.extract_pages method... SaveOptions , start_page_index : int...file name. save_options SaveOptions The save options. start_page_index...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...workbook = new Workbook(); var saveOptions = new XlsSaveOptions(); //...//var saveOptions = new OoxmlSaveOptions(); saveOptions.LightCellsDataProvid...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  8. Set DefaultFont property of PdfSaveOptions and ...

    Learn to prioritize font settings when saving documents with Aspose.Cells in C++.... PdfSaveOptions saveOptions ; saveOptions . SetDefaultFont (...( u "Times New Roman" ); saveOptions . SetCheckWorkbookDefa (...

    docs.aspose.com/cells/cpp/set-defaultfont-prope...
  9. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveoptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... // We can pass a SaveOptions object to specify a different...render. ImageSaveOptions saveOptions = new ImageSaveOptions (...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Get Max Range In A Worksheet with Node.js via C...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for Node.js via C++....the range to html const saveOptions = new AsposeCells . HtmlSaveOptions...HtmlSaveOptions (); saveOptions . setExportActiveWorks ( true );...

    docs.aspose.com/cells/nodejs-cpp/get-max-range-...