Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 9,774 for

vector path

(0.41 sec)
  1. Working with Background in ODS Files with C++|D...

    Learn how to manage colored and graphic backgrounds in ODS files using Aspose.Cells with C++....GetGraphicPositionTy ()) << std :: endl ; Vector < uint8_t > graphicData = background...Startup (); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/working-with-backgrou...
  2. Aspose.Slides for C++: FontsLoader::LoadExterna...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::Vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...Sample code I am using: std::vector<String> candidatePaths; #ifdef...app/Contents/Resources/Fonts", }; #endif std::vector<String> validPaths; validPaths...

    forum.aspose.com/t/aspose-slides-for-c-fontsloa...
  3. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/comments-and-notes/
  4. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…...05 KB Aspose result (Vector): 794×1123 4.03 KB Expeceted...794×1123 1.75 KB Aspose result (Vector): 794×1123 3.52 KB Expeceted...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  5. Convert images ODG to WMF via C# | products.asp...

    Sample code for ODG to WMF C# image conversion. Use API example code for batch ODG files to WMF conversion within VB.NET, Asp.NET or any .NET based application....graphic editor, it might be in vector format. In this scenario, it...Image.Save method; pass file path with WMF extension & object...

    products.aspose.com/imaging/net/conversion/odg-...
  6. Licensing|Documentation

    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....following locations: Explicit path. The folder that contains Aspose...specify the file name, without a path, as shown in the example below...

    docs.aspose.com/cells/cpp/licensing/
  7. SVG Text – text element, textPath – Aspose.SVG ...

    Learn about SVG glyphs, fonts, and characters, and how to display, format, and style SVG text using the text, tspan, and textPath elements....fundamental graphic object types: vector shapes, raster images, and...defined by one or more shapes (paths) and optional rendering hints...

    docs.aspose.com/svg/net/drawing-basics/svg-text/
  8. Convert VDW to SWF via Python | products.aspose...

    Sample Python conversion code for VDW format to SWF file. Use this example code to convert VDW to SWF within any Python based application....save method with output file path and SaveFileFormat as parameters...will be saved at the specified path System Requirements Aspose.Diagram...

    products.aspose.com/diagram/python-java/convers...
  9. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  10. How to Convert Excel to SVG in C#

    In this short tutorial, you will learn how to convert Excel to SVG in C#. You only need to make a few API calls to control the rendering of Excel to Vector graphics using C# on any operating system....Moreover, you can convert Excel to vector graphics using C# by loading...files. Code to Convert Excel to Vector Graphics in C# In this code...

    kb.aspose.com/cells/net/how-to-convert-excel-to...