Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 69,801 for

paths

(0.34 sec)
  1. Create a Document in Python – Create or Load HT...

    Learn how to load HTML from a file, URL, and create HTML from scratch. Consider approaches to load HTML-based documents using Aspose.HTML for Python via .NET....output directory and prepare a path to save the document 7 output_dir...output_dir = "output" 8 if not os. path . exists (output_dir): 9 os...

    docs.aspose.com/html/python-net/create-a-document/
  2. 用 Python 将 SVG 转换为 PDF – Aspose.HTML

    使用 Aspose.HTML Python 库将 SVG 转换为 PDF。了解 PdfSaveOptions 并参考将 SVG 转换为 PDF 的 Python 代码示例。...define paths 8 output_dir = "output/" 9 if not os. path . exists...makedirs (output_dir) 11 save_path = os. path . join (output_dir, "circles...

    docs.aspose.com/html/zh/python-net/convert-svg-...
  3. Apply Shape Animations in Presentations Using J...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Java. Stand out!...exit , emphasis , and motion paths categories. Animations in Aspose...PPTX file to disk pres . save ( path + "AnimText_out.pptx" , SaveFormat...

    docs.aspose.com/slides/java/shape-animation/
  4. Convert AI to PDF using Aspose.PSD Python: Quic...

    Learn how to programmatically convert Adobe Illustrator AI files to PDF format with Aspose.PSD for Python via .NET. Step-by-step guide for beginners....make sure to update the file paths ( sample.ai , sample_converted...

    blog.aspose.com/psd/python-via-net-simple-ai-to...
  5. Convert PDF to OneNote with Aspose.Note and Asp...

    Sample code for convert PDF to OneNote using C#. Utilize the API example code for batch conversion of .pdf to .one within VB.NET, Asp.NET, or any .NET-based application...mdFilePath = "path/to/input.md" ; string htmlFilePath = "path/to/temp...html" ; string oneFilePath = "path/to/output.one" ; // Step 1:...

    products.aspose.com/note/net/conversion/pdf-to-...
  6. Need documentation for integrating asopse xlsx ...

    I know Aspose provides APIs for document rendering and viewing, but I’m having trouble finding clear documentation or examples for integrating these viewers into a React front-end. My main requirements are: View docum…...Cloud – you will need to adapt paths, licensing, and error handling...

    forum.aspose.com/t/need-documentation-for-integ...
  7. LoadFormat | Aspose.Words for Java

    Indicates the format of the document that is to be loaded in Java....to ensure any relative img paths are retrieved correctly. LoadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. Bug 5329: Csv to Shapefile- Conversion succeede...

    Hi Alexander, I moved to new version 26.5 and here my results: Please see: Comparison(left-Csv, right-Shapefile) image.png (187.7 KB) Test data(input/output/QGIS) 5329-Csv-Shapefile.zip (46.5 KB) Thanks,...Storage; // Input CSV path string csvPath = @"C:\Data\Input...@"C:\Data\Input.csv"; // Output Shapefile path string shpPath = @"C:\Data\Output...

    forum.aspose.com/t/bug-5329-csv-to-shapefile-co...
  9. Python SVG API – Create, Edit & Convert SVG Files

    Aspose.SVG for Python via .NET is a high-performance library for SVG conversion, editing, and rendering. Full W3C & CSS3 support. No external dependencies....high-quality, scalable SVG paths. This is essential for converting...ImageVectorizerConfi() config.path_builder = iv.BezierPathBuilder(max_error=10...

    products.aspose.com/svg/python-net/
  10. Create Vector Layer | Export Vector Layer to CS...

    Create and export a GIS vector layer to CSV with Python using Aspose.GIS SDK. This step-by-step guide provides full code and tips for extracting attribute tables....create_layer() with the output file path and CSV options. Add attribute...make sure to update the file paths ( source_file , destination_csv...

    blog.aspose.com/gis/export-vector-layer-to-csv-...