Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 6,209 for

paths

(0.09 sec)
  1. Travailler avec des images dans un fichier XPS ...

    Comment ajouter une image simple ou en mosaïque à un fichier XPS with by Aspose.Page. Learn how to use the feature in .NET....NET 2 // The path to the documents directory....XpsDocument(); 6 // Add Image 7 XpsPath path = doc. AddPath (doc. CreatePathGeometry...

    docs.aspose.com/page/fr/net/xps/working-with-im...
  2. Convertir SVG a JPG en Python – Aspose.HTML

    Convierta SVG a JPG usando la biblioteca de Python Aspose.HTML. Obtenga información sobre ImageSaveOptions y considere ejemplos de código Python para convertir SVG a JPG....define paths 6 output_dir = "output/" 7 if not os. path . exists...makedirs (output_dir) 9 save_path = os. path . join (output_dir, "circle...

    docs.aspose.com/html/es/python-net/convert-svg-...
  3. Aspose.PSD for .NET 24.7 - บันทึกการออก เวอร์ชั...

    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....เมื่อเปิดเอกสาร AI string sourceFile = Path . Combine ( baseFolder , "[....ai" ); string outputFile = Path . Combine ( outputFolder , ...

    docs.aspose.com/psd/th/net/aspose-psd-for-net-2...
  4. Aspose.PSD برای .NET 24.7 - یادداشت های نسخه|Do...

    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....کردن سند AI string sourceFile = Path . Combine ( baseFolder , "[....ai" ); string outputFile = Path . Combine ( outputFolder , ...

    docs.aspose.com/psd/fa/net/aspose-psd-for-net-2...
  5. Generate Aztec Code in C#|Documentation

    Aspose.BarCode for .NET allows generating square-grid high-density two-dimensional Aztec barcodes.... Save ( $"{path}AztecSymbolModeAuto.png" , BarCodeImageFormat...FullRange ; gen . Save ( $"{path}AztecSymbolModeFullR.png" ,...

    docs.aspose.com/barcode/net/aztec-code-barcodes/
  6. Arbeiten mit GridJs Speicher|Documentation

    Dieser Artikel beschreibt die allgemeine Verarbeitung für Aspose.Cells.GridJs....GridJsWorkbook () file_path = os . path . join ( FILE_DIRECTORY...file if not os . path . isfile ( file_path ): return jsonify...

    docs.aspose.com/cells/de/python-net/aspose-cell...
  7. Naviguer dans SVG – Aspose.SVG for Python via .NET

    Apprenez à inspecter SVG à l'aide de Python, à parcourir les éléments SVG et à naviguer dans SVG à l'aide du sélecteur CSS ou de XPath....data_dir = "data/" 9 document_path = os. path . join (data_dir, "document...12 with SVGDocument (document_path) as document: 13 html = document...

    docs.aspose.com/svg/fr/python-net/navigate-svg/
  8. 导航和检测 SVG – Aspose.SVG for Python via .NET

    了解如何使用 Python 检查 SVG、迭代 SVG 元素以及使用 CSS 选择器或 XPath 浏览 SVG。...data_dir = "data/" 9 document_path = os. path . join (data_dir, "document...12 with SVGDocument (document_path) as document: 13 html = document...

    docs.aspose.com/svg/zh/python-net/navigate-svg/
  9. Notas de Lançamento do Aspose.PSD para .NET 24....

    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 arquivoOrigem = Path . Combine ( pastaBase , "sapo_nosymb...psd" ); string arquivoSaida = Path . Combine ( pastaSaida , "s...

    docs.aspose.com/psd/pt/net/aspose-psd-para-net-...
  10. Enregistrer un document SVG – C#

    Dans l'article, vous apprendrez comment enregistrer un document SVG dans un fichier, un flux mémoire, une archive ZIP ou une URL à l'aide d'Aspose.SVG pour la bibliothèque .NET.... 4 5 // Prepare a path for an SVG document saving 6...6 string documentPath = Path. Combine (OutputDir, "lineto_out...

    docs.aspose.com/svg/fr/net/save-svg-document/