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

saveoptions

(0.21 sec)
  1. Public API Changes in Aspise.Cells 8.3.2|Docume...

    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.... SaveOptions.ExpCellNameToXLSX property. SaveOptions.DefaultFont...property. SaveOptions.Compliance property. SaveOptions.PdfBookmark...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Aspose.Html - System.PlatformNotSupportedExcept...

    https://forum.aspose.com/t/aspose-html-system-platformnotsupportedexception-system-drawing-common-is-not-supported-on-non-windows-platforms-version-24-10-0/293413/10...the code base- try { var saveOptions = new ImageSaveOptions(Aspose...Image.ImageFormat.Bmp); saveOptions.BackgroundColor = (System...

    forum.aspose.com/t/aspose-html-system-platformn...
  3. Workbook links are not working in .xlsm or .xls...

    Hi Sir/madam, We want to change the Excel export from .xls to .xlsm, using Aspose.cells v25.12.0 Generating a single excel file works correct. When generating 2 excel files, with workbook links, a lot of workbook link…...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions.SortExternalNames...Save(dir + " B425.xlsx", saveOptions); jacco.de.vos February 3...

    forum.aspose.com/t/workbook-links-are-not-worki...
  4. 用C++保存文件的不同方法|Documentation

    Aspose.Cells for C++可以将文件保存为不同格式。保存为PDF。保存为HTML。保存为DOCX。保存为PPTX。保存为JSON。保存为MHTML。...PDFA-1a PdfSaveOptions saveOptions ; saveOptions . SetCompliance (...Save ( u "pdfa1a.pdf" , saveOptions ); Aspose :: Cells :: Cleanup...

    docs.aspose.com/cells/zh/cpp/different-ways-to-...
  5. Aspose.Cells 8.7.0中的公共API更改|Documentation

    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....SaveOptions 属性 Workbook.SaveOptions 属性已被标记为过时,因此在此版本中已从公共...save(Stream, SaveOptions) 或 Workbook.save(string, SaveOptions) 方法作为替代。...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Convert PowerPoint Presentations to HTML in Jav...

    Convert PowerPoint presentations to responsive HTML. Preserve layout, links, and images with Aspose.Slides conversion guide for fast, flawless results....pptx" ); try { var saveOptions = new aspose . slides . HtmlOptions...HtmlOptions (); saveOptions . setSvgResponsiveLayo ( true );...

    docs.aspose.com/slides/nodejs-java/convert-powe...
  7. LaTeX 转 XPS | .NET

    Aspose.TeX API 解决方案的 .NET 转换功能可以将 LaTeX 文件转换为 XPS 格式。以下是一些代码示例。... SaveOptions = new XpsSaveOptions(); 11...XPS format. 13 options. SaveOptions = new XpsSaveOptions(); //...

    docs.aspose.com/tex/zh/net/latex-to-xps/
  8. Aspose Email - Sender header with special chara...

    Hello, I am using the 2025-11 version or Aspose Java Email. I am using it to convert an MSG message to an EML. The conversion works but it has a problem with the header “Sender”. The sender in this case contains the …...EmlSaveOptions saveOptions = SaveOptions.getDefaultEml(); saveOptions.se...rue); message.save(out, saveOptions); return out.toByteArray();...

    forum.aspose.com/t/aspose-email-sender-header-w...
  9. Specify Default Presentation Fonts in С++|Aspos...

    Set default fonts in Aspose.Slides for С++ to ensure proper PowerPoint (PPT, PPTX) and OpenDocument (ODP) conversion to PDF, XPS and images....set_DefaultRegularFont() has been added to SaveOptions class. It allows to set the...

    docs.aspose.com/slides/cpp/default-font/
  10. Compress DRC File Formats via .NET | products.a...

    C# source code to load, render and Compress DRC documents on .NET Framework, .NET Core, Mono....file Create an instance of SaveOptions Call the Scene.Save method...

    products.aspose.com/3d/net/compression/drc/