Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 222,967 for

new

(0.12 sec)
  1. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C# between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/
  2. Check Grammar in Documents With .NET AI Functio...

    Aspose.Words for .NET allows you to check grammar in a document using OpenAI models. Identify and correct grammar errors with the AI Check Grammar tool....Words has introduced an exciting new feature to improve the quality...application: Document doc = new Document(MyDir + "Big document...

    blog.aspose.com/words/check-grammar-net-ai-func...
  3. Rotating PDF Pages Using Python|Aspose.PDF for ...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Python....rotated version is saved as a new file. import os import aspose...document and saves the result to a new file. Args: infile (str): Path...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. Manage settings of Excel spreadsheet files with...

    Manage settings of Excel files using Aspose.Cells for Node.js via C++.... Create a new workbook or load an existing...); // Create a new workbook let workbook = new Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/workbook-setti...
  5. LineNumberRestartMode Enum | Aspose.Words for .NET

    Discover Aspose.Words.LineNumberRestartMode enum to control automatic line numbering resets for enhanced document formatting and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...restart the numbering on each new page from 1 and display the number...

    reference.aspose.com/words/net/aspose.words/lin...
  6. Შეკუმშოს HTML Java

    შეკუმშოს HTML Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ HTML კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/ka/java/compress/html/
  7. Սեղմել HTML Ը Java Ում

    Սեղմեք HTML ը Java ում՝ առանց որակի կորստի: Օպտիմալացրեք HTML բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.cleanup();...

    products.aspose.com/words/hy/java/compress/html/
  8. Chart to Image with JavaScript via C++|Document...

    Learn how to use Aspose.Cells for JavaScript via C++ to convert a chart to an image format, such as JPEG or PNG. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a standalone image for further use and manipulation....const workbook = new Workbook (); // Adding a new worksheet to the...ImageType . Emf ); const emfBlob = new Blob ([ emfData ], { type : "image/emf"...

    docs.aspose.com/cells/javascript-cpp/chart-to-i...
  9. Spilt array formulas are not restored - Free Su...

    Hi, We use Spill Formula, but it doesn’t recover after RefreshDynamicArrayFormulas and CalculateFormula We have two sheets: Sheet3 → Contains table Table1 it contains the data Sheet4 → User function =@MY_FUNC(1) whic…...xlsx"; var workbook = new Workbook(input); // CHANGING...workbook.RefreshDynamicArrayF(true, new CalculationOptions { Recursive...

    forum.aspose.com/t/spilt-array-formulas-are-not...
  10. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...Initialize scene object Scene scene = new Scene (); // Initialize Node...cubeNode = new Node ( "sphere" ); Mesh sphere = ( new Sphere ())...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...