Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 33,584 for

saveoptions

(0.07 sec)
  1. Converter.convert method | Aspose.Words for Python

    aspose.words.lowcode.Converter.convert method... SaveOptions ): ... Parameter Type Description...file name. save_options SaveOptions The save options. Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ResourceSavingArgs.Document | Aspose.Words for ...

    Discover the ResourceSavingArgs Document property to access the current document object being saved, enhancing your workflow efficiency....(); HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions...UsingMachineFonts.html" , saveOptions ); Console . WriteLine (...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Implement Resource Prefix for Nested Resources ...

    Learn how to add resource prefixes for nested resources using Aspose.Tasks for C++....pageNumber) 80 { 81 auto saveOptions = [&] { auto tmp_0 = System::MakeObject...ResourcePrefixForNes > (); 84 saveOptions -> set_FontSavingCallback(program);...

    docs.aspose.com/tasks/cpp/resource-prefix-for-n...
  4. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...DocxSaveOptions saveOptions = new DocxSaveOptions(); saveOptions.OnePagePerSheet...Save("e:\\test2\\out1.docx", saveOptions); Please find attached the...

    forum.aspose.com/t/issue-with-tables-having-lar...
  5. ReportBuilder.build_report method | Aspose.Word...

    aspose.words.lowcode.ReportBuilder.build_report method... SaveOptions , data : object ): ... Parameter...file name. save_options SaveOptions The output’s save options...

    reference.aspose.com/words/python-net/aspose.wo...
  6. HTML to PDF does not create colored emojis - Fr...

    test_files.zip (10.5 KB) I cannot get colored emojis to work when converting from html to pdf. I have tried this in both Windows (where I have “Segoe UI Emoji” colored fonts) and in Linux with (with Google Noto font). …...htm", optionsHtml)) { var saveOptions = new Aspose.Pdf.PdfSaveOptions()...document.Save(tempPath, saveOptions); } Professionalize.Discourse...

    forum.aspose.com/t/html-to-pdf-does-not-create-...
  7. Aspose.PDF for Java 9.1.0 中的公共 API 更改|Aspose.PD...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....类的更改: DocSaveOptions extends SaveOptions -> DocSaveOptions extends...HtmlSaveOptions extends SaveOptions -> HtmlSaveOptions extends...

    docs.aspose.com/pdf/zh/java/public-api-changes-...
  8. Fill.TwoColorGradient | Aspose.Words for .NET

    Apply a stunning two-color gradient fill with our Fill TwoColorGradient method, enhancing your designs with vibrant, customizable effects.... OoxmlSaveOptions saveOptions = new OoxmlSaveOptions {..."Shape.GradientFill.docx" , saveOptions ); See Also enum GradientStyle...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...SaveOptions saveOptions ) { document.CustomDocumentProper...fileName, contentDisposition, saveOptions); } Please let me know if...

    forum.aspose.com/t/aspose-words-errors-after-up...
  10. IPageLayoutCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during build and rendering of page layout model in Java....Exception { ImageSaveOptions saveOptions = new ImageSaveOptions(SaveFormat...ImageSaveOptions(SaveFormat.PNG); { saveOptions.setPageSet(new PageSet(pageIndex));...

    reference.aspose.com/words/java/com.aspose.word...