Sort Score
Result 10 results
Languages All
Labels All
Results 4,831 - 4,840 of 223,125 for

new

(0.32 sec)
  1. When converting docx to html using aspose .net ...

    using var stream = New MemoryStream(); HtmlSaveOptions options = New HtmlSaveOptions(SaveFormat.Html) { PrettyFormat = true, ExportHeadersFootersMode = ExportHeadersFootersMode.PerSection, ExportImagesAsBase…...stream = new MemoryStream(); HtmlSaveOptions options = new HtmlS...var doc = new Document("input.docx"); var stream = new MemoryStream();...

    forum.aspose.com/t/when-converting-docx-to-html...
  2. IFieldResultFormatter.formatNumeric method | As...

    IFieldResultFormatter.formatNumeric method. Called when Aspose.Words applies a numeric format switch, i.e...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldOptions.ResultFormatter | Aspose.Words for...

    Discover how the ResultFormatter property in FieldOptions enhances your data presentation by customizing field result formats for clarity and impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  4. ChartDataLabelCollection.format property | Aspo...

    ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... series . clear (); // Add new series. let series = chart ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Add Slides to Presentations with Python|Aspose....

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET—seamless, efficient slide insertion in seconds....Slides allows you to append new slides based on existing layout.... PPTX ) FAQ Can I insert a new slide at a specific position...

    docs.aspose.com/slides/python-net/add-slide-to-...
  6. Add Signature Line to the Worksheet with JavaSc...

    This article describes how to add a signature line to the worksheet using JavaScript code with Aspose.Cells for JavaScript via C++.... Otherwise, a new workbook will be created. </...arrayBuffer (); const certBytes = new Uint8Array ( certArrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-signat...
  7. Convert WORD To PNG Javascript

    Convert a Word document to PNG format in JavaScript code. Save a Word document as PNG using JavaScript....'@aspose/words' ); var doc = new aw.Document( "Input.docx" ) for...require('@aspose/words'); var doc = new aw.Document("Input.docx") doc...

    products.aspose.com/words/nodejs-net/conversion...
  8. 将 HTML 转换为 DOCX – C#

    使用 Aspose.HTML API 在 C# 中将 HTML 转换为 DOCX。在 C# 示例中考虑各种 HTML 到 DOCX 的转换情况。试试在线 HTML 转换器。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/net/convert-html-to-docx/
  9. HTML to PDF conversion memory leak - Free Suppo...

    I am using the latest version of .NET Aspose.HTML 25.2.0. I noticed that converting a single HTML to PDF document does not consume a large amount of resources, and running that process multiple times sequentially does no…...ConvertHTML(TestingHtml, new PdfSaveOptions(), $@".\{Guid...{ List<Task> convertTasks = new List<Task>(); for (int counter...

    forum.aspose.com/t/html-to-pdf-conversion-memor...
  10. Work with a Document Marked by a Sensitivity La...

    Convert Word with applied sensitivity label to PDF using C#. Work with documents marked by a sensitivity labels – various input formats, including Word, OpenOffice, Image and eBook.... Create a new DOCX document with some content...Create a New Console Application Project To create a new console...

    docs.aspose.com/words/net/work-with-document-ma...