Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 61,555 for

path

(0.07 sec)
  1. Extract Images from Presentation Shapes|Aspose....

    Extract images from shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for C++ — quick, code-friendly solution....void Run () { System :: String path = u "D: \\ Aspose Data \\ "...MakeObject < Presentation > ( path + u "ExtractImages.pptx" );...

    docs.aspose.com/slides/cpp/extracting-images-fr...
  2. Using FloatingBox for text generation with Pyth...

    This page explains how to format text inside floating box....configuration DATA_DIR = "your path here" def create_and_add_floating_box...addition. Args: outfile (str): Path where the PDF with floating...

    docs.aspose.com/pdf/python-net/floating-box/
  3. Document.attachedTemplate property | Aspose.Wor...

    Document.attachedTemplate property. Gets or sets the full Path of the template attached to the document....property Gets or sets the full path of the template attached to...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::Drawing::Shape::get_Stroked meth...

    Aspose::Words::Drawing::Shape::get_Stroked method. Defines whether the Path will be stroked in C++....Shape::get_Stroked method Defines whether the path will be stroked. bool Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  5. Aspose::Words::Drawing::TextPath::set_Shadow me...

    Aspose::Words::Drawing::TextPath::set_Shadow method. Defines whether a shadow is applied to the text on a text Path in C++....applied to the text on a text path. void Aspose :: Words :: Drawing...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. How to Merge SVG Files – Aspose.SVG for .NET

    Learn how to merge multiple SVG to PDF, XPS or Image formats using Render() method in Aspose.SVG for .NET and find C# examples of SVG merging....(SVGDocument document = new SVGDocument(Path. Combine (DataDir, "owl.svg"...(ImageDevice device = new ImageDevice(Path. Combine (OutputDir, "owl.png"...

    docs.aspose.com/svg/net/how-to-merge-svg-files/
  7. Public API Changes in Aspose.Cells 17.1.0|Docum...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... C++ //Path of your directory where you...( "D: \\ Downloads \\ " ); //Path of output excel file StringPtr...

    docs.aspose.com/cells/go-cpp/public-api-changes...
  8. Text Rendering using Type1 Font | .NET

    C# APIs for the developers to manipulate and font files. Learn the fundamentals on how to render Type 1 fonts within .NET products.... GraphicsPath _path; 5 private System. Drawing ...Drawing2D . GraphicsPath path) 8 { 9 _path = path; 10 } 11 12 public...

    docs.aspose.com/font/net/text-rendering-type1-f...
  9. 用 Python 创建文档 – 创建或加载 HTML、SVG、MHTML、EPUB

    学习如何从文件、URL 加载 HTML 以及从头开始创建 HTML。考虑使用 Aspose.HTML for Python 通过 .NET 加载基于 HTML 文档的方法。...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/zh/python-net/create-a-doc...
  10. Convert SVG to XPS | Aspose.HTML for .NET

    Convert SVG to XPS using Aspose.HTML for .NET. Consider various SVG to XPS conversion scenarios in C# examples. Try online SVG Converter.... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...svg" ), new XpsSaveOptions(), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/net/convert-svg-to-xps/