Sort Score
Result 10 results
Languages All
Labels All
Results 9,011 - 9,020 of 216,907 for

new

(0.22 sec)
  1. How to Merge SVG Files – Aspose.SVG for .NET

    Learn how to merge multiple SVG to PDF, XPS or Image formats using Render() method in Aspose.SVG for .NET and find C# examples of SVG merging....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/net/how-to-merge-svg-files/
  2. 使用 JavaScript 通过 C++ 管理范围|Documentation

    学习如何用 C++ 版的 Script 管理 Excel 中的范围。创建范围,设置值、样式,执行各种操作。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  3. Order of child nodes in the Word document with ...

    Hello, I am using Aspose Words for Java version 24.6. I am extracting all the tags defined in a Word template. Then, I process them to check if the expressions used in the tags are valid as per model rules. To do so, …...{ final File templateFile = new File( "path\\to\\input\\word\\templates"...(final InputStream inputStream = new FileInputStream(templateFile);...

    forum.aspose.com/t/order-of-child-nodes-in-the-...
  4. Გადაიყვანეთ HTML Markdown C#

    გადაიყვანეთ HTML Markdown C# ფორმატში კოდით. შეინახეთ HTML როგორც Markdown C#....Words; var doc = new Document( "Input.html" ); doc...using Aspose.Words; var doc = new Document("Input.html"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/htm...
  5. Გადაიყვანეთ PDF EPUB C#

    გადაიყვანეთ PDF EPUB C# ფორმატში კოდით. შეინახეთ PDF როგორც EPUB C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  6. Გადაიყვანეთ PDF DOCX C#

    გადაიყვანეთ PDF DOCX C# ფორმატში კოდით. შეინახეთ PDF როგორც DOCX C#....Words; var doc = new Document( "Input.pdf" ); doc...using Aspose.Words; var doc = new Document("Input.pdf"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/pdf...
  7. Გადაიყვანეთ TEXT WORD C#

    გადაიყვანეთ TEXT WORD C# ფორმატში კოდით. შეინახეთ TEXT როგორც WORD C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/tex...
  8. Გადაიყვანეთ TEXT HTML C#

    გადაიყვანეთ TEXT HTML C# ფორმატში კოდით. შეინახეთ TEXT როგორც HTML C#....Words; var doc = new Document( "Input.txt" ); doc...using Aspose.Words; var doc = new Document("Input.txt"); doc.Save("Output...

    products.aspose.com/words/ka/net/conversion/tex...
  9. Reading VBA Information from MPP File | Aspose....

    Learn how to read VBA project details, modules, references, and attributes from Microsoft Project MPP files using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/reading-vba-informati...
  10. Integrate Excel Data into PowerPoint Presentati...

    Read data from Excel workbooks in Aspose.Slides using the ExcelDataWorkbook API. Load sheets and cells and use values to generate data-driven PowerPoint presentations....Slides has introduced a new class for reading data from Excel...This feature opens up powerful new possibilities for API users who...

    docs.aspose.com/slides/python-net/excel-integra...