Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 60,928 for

paths

(0.06 sec)
  1. 用 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-...
  2. 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/python-net/ps/working-with...
  3. Query: `Aspose.Drawing.GraphicsPath.Flatten()` ...

    Dear Aspose Support Team, We are currently in the process of evaluating, Aspose.Drawing to replace System.Drawing. Aspose .Drawing version: 25.6.0 .NET Framework: 4.7.2 OS: Windows 11 Our codebase makes extensive u…...0 MB) Code used to draw path : private void DrawCircleWithAspose(...dy); var path = new DrawingA.Drawing2D.GraphicsPath(); path.AddEllipse(center...

    forum.aspose.com/t/query-aspose-drawing-graphic...
  4. Manage Audio in Presentations Using Java|Aspose...

    Create and control audio frames in Aspose.Slides for Java—code examples to embed, trim, loop, and configure playback across PPT, PPTX, and ODP presentations.... readAllBytes ( Paths . get ( "sampleaudio.mp3" ));...linked sound, update the link path to point to the new file. For...

    docs.aspose.com/slides/java/audio-frame/
  5. PDL Conversion API Solution | Java

    Convert PS, EPS, and XPS to PDF and Images including BMP, JPG, PNG, and TIFF using the Java library with the Aspose.Page PDL conversion functionality....pages, deals with canvases, paths, and glyph elements, create...

    products.aspose.com/page/java/conversion/
  6. Convert PNG to EPS using API for .NET

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

    docs.aspose.com/page/net/convert/png-to-eps/
  7. 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/
  8. AI PDF Summary Generator - Simplify PDF Summari...

    Learn how to build an AI PDF summary generator in C# using Aspose.PDF for .NET. Extract and summarize PDF content with AI. C# code examples included!...Accepts PDFs, text, or file paths You can also use .WithDocuments()...Just specify the output file path. SaveSummaryAsync(string, SaveFormat...

    blog.aspose.com/pdf/ai-pdf-summary-generator-in...
  9. 使用 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...
  10. 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/