Sort Score
Result 10 results
Languages All
Labels All
Results 9,301 - 9,310 of 199,180 for

new

(0.16 sec)
  1. Extract Assets from RVM File Formats via .NET |...

    C# source code to load, render and add extract assets from RVM documents on .NET Framework, .NET Core, Mono....rvm" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/rvm/
  2. Extract Assets from DRC File Formats via .NET |...

    C# source code to load, render and add extract assets from DRC documents on .NET Framework, .NET Core, Mono....drc" ; Scene scene = new Scene(file); //The output is..."OutputFile.zip" ); using var output = new FileStream(zipOutput, FileMode...

    products.aspose.com/3d/net/extractor/drc/
  3. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...Excel file const workbook = new AsposeCells . Workbook ( filePath...excel file const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  4. FieldAutoTextList Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldAutoTextList class, designed to streamline document automation with efficient AUTOTEXTLIST field implementation....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Aspose.Cells 8.6.2 中的公共 API 更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook Workbook workbook = new Workbook ( inputFilePath ); //Loading...WorkbookDesigner designer = new WorkbookDesigner ( workbook );...

    docs.aspose.com/cells/zh/net/public-api-changes...
  6. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...memoryStream = new MemoryStream(byteArray); var doc = new Document(memoryStream);...

    forum.aspose.com/t/error-using-aspose-word-dll/...
  7. 嵌入字体 - PowerPoint C# API|Aspose.Slides 文档

    在 C# 或 .NET 中使用 PowerPoint 演示文稿的嵌入字体...Presentation presentation = new Presentation ( "EmbeddedFonts...IImage image = slide . GetImage ( new Size ( 960 , 720 ))) { image...

    docs.aspose.com/slides/zh/net/embedded-font/
  8. Převést PSD PSB nebo AI | products.aspose.com

    Převod obrázků souborů Adobe PhotoShop a Illustrator a další formáty...pdf", new PdfOptions()); image.Save(sourceFileName...Save(sourceFileName + ".jpg", new JpegOptions() { Quality = 75 }); image...

    products.aspose.com/psd/cz/convert/
  9. Chart Axis|Aspose.Slides for Node.js via .NET D...

    How to edit PowerPoint chart axis in JavaScript...values in JavaScript: var pres = new aspose . slides . Presentation...axes on a chart: var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/chart-axis/
  10. Aspose.Cells - Incorrect html is saved - Free S...

    I need to save certain range of cells as html. I use Workbook.Save xlsx file as html: workbook.Save(fs, htmlOptions); Save as HTML method does not work. 25.3.0 - Works correctly 25.4.0 - Does not work var input = @"…...html"; var workbook = new Workbook(input); var name = workbook...SetStyle(style); } } using var fs = new FileStream(output, FileMode.Create);...

    forum.aspose.com/t/aspose-cells-incorrect-html-...