Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 369,791 for

save

(0.16 sec)
  1. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…...the memory leak problem when save excel to html with Aspose.Cells...

    forum.aspose.com/t/how-to-solve-the-memory-leak...
  2. Calling "Save" Method in Aspose.Slides 20.11 Le...

    We process many PPTX files simultaneously. PPTX files seem to have many Excel chart links pointing to the same file. The linked Excel file is in a network share (we do not know if it’s required for reproducing the error…...Calling "Save" Method in Aspose.Slides 20.11 Leads to Losing...error or not). Whenever we call “Save” method in Aspose.Slides ( Aspose...

    forum.aspose.com/t/calling-save-method-in-aspos...
  3. Using Aspose.Words to save docx template to PDF...

    Hello Aspose Team, I’d like some technical input concerning my Aspose.Words instances slowing down over time. What are we doing: We’re using Aspose.Words to generate a PDF from a .docx template. This is done in a Dot…...Words to save docx template to PDF slows down over...underlying system and then it’s saved to a PDF. What are we experiencing...

    forum.aspose.com/t/using-aspose-words-to-save-d...
  4. Convert PDF to Excel Online | PDF to XLS | Save...

    Learn how to convert PDF to Excel online. Discover easy steps and code examples for seamless data extraction.... Save PDF as Excel: Developer’s Guide...a PDF to an XLS file in C#: Save PDF as Excel in Python # You...

    blog.aspose.com/pdf/convert-pdf-to-excel-online/
  5. Working with HTML Documents – Aspose.HTML for .NET

    Learn how to start working with the Aspose.HTML for .NET library and how to use API for HTML files creating, editing and saving....Documents – Create, Edit, and Save HTML Welcome to the “Working...files creating, editing and saving. The following topics are available:...

    docs.aspose.com/html/net/working-with-documents/
  6. How to Save a PowerPoint as a PDF with Notes us...

    This short tutorial describes how to Save a PowerPoint as a PDF with notes using Java. It contains complete information for the environment, the program flow, and a runnable sample code to Save powerpoint presentation as pdf with notes using Java....TeX Product Family How to Save a PowerPoint as a PDF with Notes...will walk you through how to save a PowerPoint as a PDF with notes...

    kb.aspose.com/slides/java/how-to-save-a-powerpo...
  7. Segmentation faults again using aspose.cells.no...

    Hi, I’m using the latest version of aspose.cells.node. However, once again, I run into so many segmentation faults when converting Excel → HTML (HtmlSaveOptions, have also tried with all options/settings off but it stil…...node with HTML save options Aspose.Cells Product...setExportActiveWorks(true); workbook.save("output.html", options); Please...

    forum.aspose.com/t/segmentation-faults-again-us...
  8. An exception is thrown when trying to save a sc...

    Hi! Software (incl. versions) where issue can be reproduced: We’re using NUGET package “Aspose.PDF.Diagram” version 25.9.0 on a NET 8 project for copying a scanned PDF to a MemoryStream asynchronously using Document.Sa…...exception is thrown when trying to save a scanned PDF to a MemoryStream...var errorMessage = $"Failed to save file within {documentSaveTimeout}...

    forum.aspose.com/t/an-exception-is-thrown-when-...
  9. Validation Results – Check Web Accessibility wi...

    Learn how to view and describe issues that occur during website accessibility checking and how to Save the validation results using Aspose.HTML for Java....Check Web Accessibility and Save Results Contents [ Hide Show...java hosted with ❤ by GitHub Save Validation Results Once the...

    docs.aspose.com/html/java/web-accessibility-val...
  10. Aspose.word for net 使用GetShapeRenderer().Save渲染...

    ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png); imageOptions.PaperColor = Color.Transparent; imageOptions.Resolution = 200; // 设置分辨率 var memoryStream = new MemoryStream(); shape.GetShapeRe…...Save渲染OLE公式存在问题 中文技术支持 words-net...MemoryStream(); shape.GetShapeRenderer().Save(memoryStream, imageOptions);...

    forum.aspose.com/t/aspose-word-for-net-getshape...