Sort Score
Result 10 results
Languages All
Labels All
Results 9,281 - 9,290 of 53,136 for

paths

(0.07 sec)
  1. Working with Clips in PostScript | .NET

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...A clip in a PS document is a path that bounds the content of the...will be cut off. A clipping path in .NET can be assigned in three...

    docs.aspose.com/page/net/ps/working-with-clips/
  2. ¿Cómo cambiar el color del texto en HTML? Ejemp...

    Con ejemplos de C# aprenderá cómo cambiar el color del texto en un archivo HTML usando CSS interno y en línea....output path for HTML document saving 2 string savePath = Path. Combine...Prepare path to source HTML file 5 string documentPath = Path. Combine...

    docs.aspose.com/html/es/net/how-to-articles/how...
  3. Конвертировать HTML из ZIP-архива в JPG – C# пр...

    В статье рассмотрен пример создания обработчика сообщений для работы с zip-архивами. Показана реализация преобразования HTML из ZIP-архива в jpg....ZipArchiveMessageHan (string path) 9 { 10 this . filePath = path; 11 Filters....[] GetFile (string path) 39 { 40 path = path. Replace ( @ "\",...

    docs.aspose.com/html/ru/net/message-handlers/co...
  4. 图像模板– Image Stencil – 如何用 Python 制作模板

    本文介绍如何通过 .NET API 使用 Aspose.SVG for Python 从图像创建模板。...这意味着矢量化器将使用 path_builder 中指定的设置来创建和优化路径。 指定 属性以限制矢量化中使用的颜色数量。...output_folder = "output/" 10 if not os. path . exists (output_folder): 11...

    docs.aspose.com/svg/zh/python-net/image-stencil/
  5. Node.jsをC++経由で使用して印刷タイトルを設定する方法|Documentation

    この資料では、Node.jsとC++を使用してAspose.Cellsライブラリで印刷タイトルを設定する方法を説明します。...node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/ja/nodejs-cpp/how-to-set-...
  6. XPS 파일에 다른 수치 추가 | .NET 해결책 | Aspose

    .NET API 솔루션은 몇 줄의 코드로 벡터 그래픽 모양과 텍스트 문자열을 만들고 조작합니다. XPS 파일에 다른 수치를 추가합니다....Generic; // The path to the documents directory....rectangle in the lower left XpsPath path = doc.AddPath(doc.CreatePathGeometry(...

    products.aspose.com/page/ko/net/manipulate-vect...
  7. Конвертация CSV, TSV и TXT в Excel с помощью C+...

    Узнайте, как конвертировать файлы CSV, TSV и TXT в Excel, используя Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...object and open the file from its path Workbook wbCSV ( srcDir + u...

    docs.aspose.com/cells/ru/cpp/convert-csv-tsv-an...
  8. Конвертувати SVG до JSON на Python – Aspose.SVG

    Перетворюйте SVG на JSON за допомогою кодування Base64, що забезпечує легку інтеграцію, безпечну передачу даних і ефективне зберігання зображень SVG у веб-проектах....convert_svg_to_json(svg_path, json_path): # Load an SVG document...document document = SVGDocument(svg_path) # Save the SVG content to a...

    products.aspose.com/svg/uk/python-net/base64-en...
  9. ثيمات وألوان إكسل باستخدام C++|Documentation

    كود C++ لاستخدام مخطط ألوان إكسل مع واجهة برمجة التطبيقات Aspose.Cells for C++...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/ar/cpp/excel-themes-and-c...
  10. Convierta archivos EPS usando .NET API

    La funcionalidad de conversión de EPS a BMP que ofrece la solución API Aspose.Page para .NET se explica e ilustra con fragmentos de código aquí....NET // The path to the documents directory....imagesBytes) { string imagePath = Path.GetFullPath(dataDir + "out_image"...

    docs.aspose.com/page/es/net/convert-eps/