Sort Score
Result 10 results
Languages All
Labels All
Results 8,591 - 8,600 of 65,909 for

paths

(0.1 sec)
  1. Візуалізація тексту за допомогою шрифту Type1 |...

    C# API для розробників, щоб маніпулювати файлами та шрифтами. Дізнайтеся про основи відтворення шрифтів Type 1 у продуктах .NET.... GraphicsPath _path; 5 private System. Drawing ...Drawing2D . GraphicsPath path) 8 { 9 _path = path; 10 } 11 12 public...

    docs.aspose.com/font/uk/net/text-rendering-type...
  2. XPSファイルでのグラデーションの操作 | .NET

    XPSファイルに垂直、水平、または線形グラデーションを追加する方法については、Aspose.Page APIソリューションで回答しています。.NETの機能について学びましょう。...248), 1f)); 16 // Create new path by defining geometery in abbreviation...abbreviation form 17 XpsPath path = doc. AddPath (doc. CreatePathGeometry...

    docs.aspose.com/page/ja/net/xps/working-with-gr...
  3. Wie ändert man die Hintergrundfarbe in HTML? C#...

    In diesem Artikel zeigen wir verschiedene Möglichkeiten zum Ändern der Hintergrundfarbe in HTML-Dateien mit Aspose.HTML for .NET anhand von C#-Beispielen....output path for 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. ¿Cómo cambiar el color de fondo en HTML? Ejempl...

    En este artículo, usaremos ejemplos de C# para mostrar diferentes formas de cambiar el color de fondo en archivos HTML usando Aspose.HTML for .NET....output path for document saving 4 string savePath = Path. Combine...Prepare path to source HTML file 7 string documentPath = Path. Combine...

    docs.aspose.com/html/es/net/how-to-articles/how...
  5. Convierta EPUB a DOCX en Python – Aspose.HTML f...

    Convierta EPUB a DOCX usando la biblioteca de Python Aspose.HTML. Considere varios escenarios de conversión de EPUB a DOCX en ejemplos de código Python....Setup directories and define paths 9 output_dir = "output/" 10...= True) 12 13 document_path = os. path . join (input_dir, "input...

    docs.aspose.com/html/es/python-net/convert-epub...
  6. EPUB in DOCX in Python konvertieren – Aspose.HT...

    Konvertieren Sie EPUB in DOCX mit der Aspose.HTML Python-Bibliothek. Betrachten Sie verschiedene EPUB-zu-DOCX-Konvertierungsszenarien in Python-Codebeispielen....Setup directories and define paths 9 output_dir = "output/" 10...= True) 12 13 document_path = os. path . join (input_dir, "input...

    docs.aspose.com/html/de/python-net/convert-epub...
  7. SVG เป็น JSON ใน Python – Aspose.SVG for Python...

    แปลง SVG เป็น JSON โดยใช้การเข้ารหัส Base64 ช่วยให้สามารถผสานรวมได้ง่าย ถ่ายโอนข้อมูลอย่างปลอดภัย และจัดเก็บรูปภาพ SVG ในโครงการเว็บได้อย่างมีประสิทธิภาพ...convert_svg_to_json(svg_path, json_path): # Load an SVG document...document = assvg.SVGDocument(svg_path) # Save the SVG content to a...

    products.aspose.com/svg/th/python-net/base64-en...
  8. Convertir CSV, TSV, et TXT en Excel avec C++|Do...

    Apprenez comment convertir des fichiers CSV, TSV, et TXT en Excel en utilisant 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/fr/cpp/convert-csv-tsv-an...
  9. Tworzenie pliku PDF przy użyciu Python | Aspose...

    W tym temacie pokazano, jak używać Aspose.PDF for Python API do łatwego generowania i odczytywania plików PDF w aplikacjach Pythona....apdf from os import path path_outfile = path . join ( self . data_dir...textFragment ) document . save ( path_outfile )...

    products.aspose.com/pdf/pl/python-net/create/
  10. Converter PDF/A para formato PDF|Aspose.PDF par...

    Este tópico mostra como o Aspose.PDF permite converter um arquivo PDF/A para documento PDF com a biblioteca Java....String pdfaDocumentFileName = Paths . get ( DATA_DIR . toString...(); String documentFileName = Paths . get ( DATA_DIR . toString...

    docs.aspose.com/pdf/pt/java/convert-pdfa-to-pdf/