Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 367,974 for

save

(0.18 sec)
  1. Recognize tables and save result as XLSX file v...

    Recognize table and Save result as XLSX file.... How to Recognize table and save result as XLSX file using C#...spell-check the result // also you can save each page result in your prefered...

    products.aspose.com/ocr/net/recognition/get-xlsx/
  2. 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/
  3. 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...
  4. 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...
  5. Create or save word document from html text un ...

    i have html string html1 ="<p style="text-align:left;margin-left:36.0pt;"><span style ="font-family:Symbol;"></span> <span style="color:#000000;">Publicly state factual details about the Engagement, such as the date, l…...Create or save word document from html text un able to retain...stLabels.BY_HTML_TAGS); doc.save("C:\\Temp\\out.html", opt);...

    forum.aspose.com/t/create-or-save-word-document...
  6. 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...
  7. 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...
  8. 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/
  9. 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-...
  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...