Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 16,047 for

combine

(0.09 sec)
  1. Convert HTML from ZIP archive to JPG – Aspose.H...

    Learn how to convert HTML from a ZIP archive to JPG using C# message handlers in Aspose.HTML for .NET.... Combine (DataDir, "test.zip" ); 8 9...10 string savePath = Path. Combine (OutputDir, "zip-to-jpg.jpg"...

    docs.aspose.com/html/net/message-handlers/conve...
  2. Font converter | Aspose.Font for C++

    Easy-to-use C++ library for font conversion from Aspose.Font. Allows you to work with a big range of different fonts like True Type or web fonts....fontPath = System::IO::Path::Combine(get_DataDir(), u"{{input}}");...outPath = System::IO::Path::Combine(get_OutputDir(), u"output-file...

    docs.aspose.com/font/cpp/convert/
  3. Aspose.PSD for .NET 21.2 - Release Notes|Docume...

    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.... Combine ( dataDir , "vectorShapes.psd"...string outputFilePath = Path . Combine ( dataDir , "output_vectorShapes...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-2...
  4. Aspose.SVG.Drawing.SkiaSharp – 增强的 SVG 绘图和转换

    将 SkiaSharp 无缝集成到您的 .NET 应用程序中,以增强多平台图形。使用简单的代码片段加速 SVG 绘制和转换!... Combine (DataDir, "source.svg" )))...(document, pngSaveOptions, Path. Combine (OutputDir, "result.png" ));...

    docs.aspose.com/svg/zh/net/drawing-skia-sharp/
  5. Rendering Gantt Charts with Aspose.Tasks for Ja...

    Learn how to render Gantt charts from project files using Aspose.Tasks for Java, supporting various timescale resolutions.... Combine (Common. TestdataPath + "Rendering\\"...fileName); 8 string resFile = Path. Combine (resultFolder, fileName. Replace...

    docs.aspose.com/tasks/java/rendering-gantt-chart/
  6. HTML 转换器 – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET API 或在线 HTML 转换器将 HTML 转换为其他格式。请看将 HTML 转换为 PNG 的 C# 示例。... Combine (DataDir, "nature.html" );...7 string savePath = Path. Combine (OutputDir, "nature-output...

    docs.aspose.com/html/zh/net/html-converter/
  7. Save Validation Results – Web Accessibility Che...

    Learn how to save website accessibility test results in different output formats (Text, JSON, and XML) using the Aspose.HTML .NET library.... Combine (DataDir, "input.html" ); 4...3 string htmlPath = Path. Combine (DataDir, "input.html" ); 4...

    docs.aspose.com/html/net/web-accessibility-vali...
  8. FieldSeq.BookmarkName | Aspose.Words for .NET

    Discover the FieldSeq BookmarkName property to easily manage document navigation. Set or retrieve bookmark names for seamless item referencing....; } Examples Shows how to combine table of contents and sequence...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldArgumentBuilder | Aspose.Words for .NET

    Discover the FieldArgumentBuilder constructor to efficiently create and customize FieldArgumentBuilder instances for your development needs....builder for the IF field and combine all of the expressions. builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 矢量化 – 基本概述 – C# 示例

    本节中的文章介绍如何使用 Aspose.SVG API 将 SVG 文本转换为矢量以及如何将光栅图像转换为矢量图形。... Combine (DataDir, "flower.png" ));...file 10 document. Save (Path. Combine (OutputDir, "flower.svg" ));...

    docs.aspose.com/svg/zh/net/vectorization/