Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 61,010 for

paths

(0.08 sec)
  1. 在 Python 中将 HTML 转换为 PDF – Aspose.HTML for Pyth...

    使用 Aspose.HTML Python 库以编程方式将 HTML 转换为 PDF。使用即用型 Python 示例探索 HTML 到 PDF 的转换场景。...Setup directories and define paths 13 output_dir = "output/" 14...input_dir = "data/" 15 if not os. path . exists (output_dir): 16 os...

    docs.aspose.com/html/zh/python-net/convert-html...
  2. Apply Shape Animations in Presentations on Andr...

    Discover how to create and customize shape animations in PowerPoint presentations with Aspose.Slides for Android via 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/androidjava/shape-animat...
  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. 使用 Python 更改 HTML 背景颜色

    学习使用 Aspose.HTML for Python via .NET 为 HTML 文档设置背景颜色。提供多种实现方式的可直接使用的 Python 示例。...html as ah 5 6 # Prepare output path for document saving 7 output_dir...exist_ok = True) 9 save_path = os. path . join (output_dir, "c...

    docs.aspose.com/html/zh/python-net/how-to-chang...
  5. How to Optimize SVG – Aspose.SVG for .NET

    You will learn how to optimize SVG and reduce the size of SVG files using Aspose.SVG for .NET....various heuristics to optimize paths and remove unused or useless...var document = new SVGDocument(Path. Combine (DataDir, "source.svg"...

    docs.aspose.com/svg/net/how-to-optimize-svg/
  6. 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/
  7. 用 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-...
  8. SVG Background Color – How to change background...

    Learn what background is in SVG, get SVG code examples, and read a comprehensive guide from Aspose.SVG on how to set or change background color....images using points, lines, paths, and shapes. Ideal for logos...graphic elements, such as shapes, paths, and text. Change SVG Background...

    docs.aspose.com/svg/net/drawing-basics/svg-back...
  9. Working with Clips in PS file| Python

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...clip is a boundary defined by a path that restricts the visibility...truncated. In Python, clipping paths can be assigned in three ways:...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  10. Convert GIF to EPS using Java API Solution

    GIF to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....GIF image to EPS using files paths. 2 3 // Create default options...

    docs.aspose.com/page/java/convert/gif-to-eps/