Sort Score
Result 10 results
Languages All
Labels All
Results 8,481 - 8,490 of 213,174 for

new

(0.17 sec)
  1. Convert HTML to DOCX in Java – Aspose.HTML for ...

    Convert HTML to DOCX using Aspose.HTML for Java API. Consider various HTML to DOCX conversion scenarios in Java code examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/java/convert-html-to-docx/
  2. 插入或删除行或列|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....opened FileStream fstream = new FileStream ( MyDir + "Row and...file stream Workbook workbook = new Workbook ( fstream ); //Accessing...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  3. Working with Custom Bar Styles | Aspose.Tasks D...

    Learn how to work with custom bar styles 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/working-with-custom-b...
  4. Potential Regression in Aspose.Diagram when reu...

    Hello, We’ve recently upgraded our software from .NET 6 to .NET 8, and as part of that transition, we also purchased a New license for Aspose.Diagram and upgraded from version 21.2.0 to 25.7.0. After the upgrade, we’re…...transition, we also purchased a new license for Aspose.Diagram and... // Version 21.2.0 & 25.7.0 new License().SetLicense("license...

    forum.aspose.com/t/potential-regression-in-aspo...
  5. Issues with HTML to PDF Conversion Using Aspose...

    I am facing significant performance issues when converting HTML to PDF using Aspose.PDF. Specifically, it takes almost 2.5 minutes to load the HTML memory stream into the Aspose.Pdf.Document constructor. using System;…...using (MemoryStream htmlStream = new MemoryStream(System.Text.Encoding...Document pdfDocument = new Document(htmlStream, new HtmlLoadOptions());...

    forum.aspose.com/t/issues-with-html-to-pdf-conv...
  6. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class....object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...// Create stamp var stamp = new Aspose . Pdf . Facades . Stamp...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/
  7. 使用 C# 将 SVG 转换为图像、JPG、PNG、BMP、TIFF 和 GIF

    了解支持的 SVG 到图像转换方案以及如何在 C# 中执行它们。您将找到 C# 示例和在线 SVG 转换器...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/svg/zh/net/convert-svg-to-image/
  8. java负载字体TTF文件

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  9. 从TTF文件加载字体 | Java

    在这里,您将在Aspose.font的帮助下了解Java即使此文件不是字体INSELF,Java也可以从硬盘磁盘上的TTF文件加载字体。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/zh/java/how-to-load-fonts/...
  10. Manage Audio in Presentations Using Java|Aspose...

    Create and control audio frames in Aspose.Slides for Java—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations....presentation file Presentation pres = new Presentation (); try { // Gets...FileInputStream fstr = new FileInputStream ( new File ( "audio.wav"...

    docs.aspose.com/slides/java/audio-frame/