Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 67,003 for

paths

(0.19 sec)
  1. Customize Presentation Shapes in PHP|Aspose.Sli...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for PHP via Java: geometry Paths, curved corners, composite shapes....about shapes: A shape (or its path) can either be closed or open...instance represents a geometry path of the GeometryShape object...

    docs.aspose.com/slides/php-java/custom-shape/
  2. Vectorize BMP – Python code and Online Vectorizer

    Convert BMP to SVG online or in Python with Aspose.SVG. Vectorize BMP images to enjoy the benefits of vector graphics. Try Online Image Vectorizer....shapes, Bezier curves, splines, paths, and lines. After vectorization...error_threshold , max_iterations , path_builder , stencil , etc. To...

    products.aspose.com/svg/python-net/vectorize-im...
  3. 限制与 API 差异|Aspose.Slides for PHP 文档

    比较 Aspose.Slides for PHP via Java 与 Aspose.Slides for Java 之间的限制和 API 差异。...$htmlBytes = Files -> readAllBytes ( Paths -> get ( "embedOle.html" ));...Files -> write ( new File ( $path ) -> toPath (), $fontData ,...

    docs.aspose.com/slides/zh/php-java/limitations-...
  4. SVG Colors in C# – SVG Fill, Stroke, Background...

    Learn how to work with SVG colors – change fill and stroke colors for SVG elements, convert colors between formats, and work with background....colorizing SVG shapes, lines, paths, text, or adding background...

    docs.aspose.com/svg/net/working-with-svg-colors/
  5. 在 Android 上管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。... readAllBytes ( Paths . get ( "audio.mp3" ))); IAudioFrame...addVideo ( Files . readAllBytes ( Paths . get ( "video.avi" ))); IVideoFrame...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  6. How to Change Border Color in Python – Aspose.HTML

    Learn how to change border color in HTML using Python with Aspose.HTML. Step-by-step examples, CSS tips, and solutions to common styling issues....Prepare output directory and path for saving 7 output_dir = "output"...exist_ok = True) 9 save_path = os. path . join (output_dir, "change-border-color...

    docs.aspose.com/html/python-net/how-to-change-b...
  7. 使用 Java 管理演示文稿中的视频帧|Aspose.Slides 文档

    学习如何使用 Aspose.Slides for Java 在 PowerPoint 和 OpenDocument 幻灯片中以编程方式添加和提取视频帧。快速入门指南。... readAllBytes ( Paths . get ( "video.mp4" )); IVideo...+ ".vtt" ; Files . write ( Paths . get ( filePath ), captionTrack...

    docs.aspose.com/slides/zh/java/video-frame/
  8. PDF to PNG Merge using Python | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Create a list of paths to input files by joining the...directory path with each input file name using path.join method...

    products.aspose.com/pdf/python-net/merger/pdf-t...
  9. Convert SVG to PNG in Python – Aspose.HTML

    Convert SVG to PNG using the Aspose.HTML Python library. Learn about ImageSaveOptions and consider Python code examples for converting SVG to PNG....define paths 8 output_dir = "output/" 9 if not os. path . exists...makedirs (output_dir) 11 save_path = os. path . join (output_dir, "circle...

    docs.aspose.com/html/python-net/convert-svg-to-...
  10. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python....document is saved to the output path, preserving the highlighted...ap import sys from os import path from aspose.pycore import cast...

    docs.aspose.com/pdf/python-net/update-links/