Sort Score
Result 10 results
Languages All
Labels All
Results 9,661 - 9,670 of 61,560 for

paths

(0.2 sec)
  1. 图像模板– Image Stencil – 如何用 Python 制作模板

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

    docs.aspose.com/svg/zh/python-net/image-stencil/
  2. Конвертировать HTML из ZIP-архива в JPG – Aspos...

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

    docs.aspose.com/html/ru/net/message-handlers/co...
  3. Wie ändert man die Textfarbe in HTML? C# Beispiele

    Anhand von C# Aspose.HTML-Beispielen lernen Sie, wie Sie die Textfarbe in einer HTML-Datei mithilfe von Inline- und internem CSS ändern....output path for HTML document saving 4 string savePath = Path. Combine...Prepare path to source HTML file 7 string documentPath = Path. Combine...

    docs.aspose.com/html/de/net/how-to-articles/how...
  4. Aspose.PSD for .NET 24.6 - リリースノート|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....グラデーションマップレイヤーのサポートを実装する string sourceFile = Path . Combine ( baseFolder , "gradient_map_src...psd" ); string outputFile = Path . Combine ( outputFolder , ...

    docs.aspose.com/psd/ja/net/aspose-psd-for-net-2...
  5. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  6. Modifier, mettre en forme et modifier les plage...

    Apprenez comment mettre en forme, renommer, fusionner et supprimer des plages nommées dans les fichiers Excel en utilisant Aspose.Cells avec C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/fr/cpp/format-and-modify-...
  7. C++ ile Adlandırılmış Aralıkları Biçimlendirme ...

    Aspose.Cells kullanarak, Excel dosyalarında adlandırılmış aralıkları biçimlendirmeyi, yeniden adlandırmayı, birleştirmeyi ve kaldırmayı öğrenin....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/tr/cpp/format-and-modify-...
  8. Архивы

    Архивы...path.join(data_dir, "template.jpg"))...изображение raster_image.save(os.path.join(data_dir, "result.jpg"))...

    blog.aspose.com/ru/imaging/crop-images-in-python/
  9. Archiwa

    Archiwa...Ścieżka pliku obrazu path = "Aspose.jpg" output_path = "ImagetoPDF.pdf"...image = pdf.Image() image.file = path # Dodaj obraz na stronę page...

    blog.aspose.com/pl/pdf/convert-jpg-to-pdf-in-py...
  10. Work with PDF layers using C#|Aspose.PDF for .NET

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....void LockLayerInPDF () { // The path to the documents directory var...SaveLayersFromPdf () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/work-with-pdf-layers/