Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 9,350 for

vector path

(0.04 sec)
  1. 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...
  2. Shape Layer Manipulation in Aspose.PSD for Pyth...

    Examples of how to manipulate Shape Layers of PSD File...you to create and manipulate vector shapes within a PSD image....accessing Shape Layer, modifying path shapes, and updating the image...

    docs.aspose.com/psd/python-net/psd-shape-layer-...
  3. Image with Node.js via C++|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....node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  4. Manipulating CorelDRAW Files|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....drawing created with CorelDRAW, a vector illustration and page layout...is loaded by passing the file path to the Image class static Load...

    docs.aspose.com/imaging/net/manipulating-coreld...
  5. Encrypting Excel Files with C++|Documentation

    Learn how to encrypt and password protect Excel files using Aspose.Cells with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/encrypting-excel-files/
  6. Setting Headers and Footers with C++|Documentation

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets by setting the header and footer with script commands using the C++ API or Library....&F The file name without its path &&Text Shows &Text. For example:...#include <fstream> #include <vector> #include "Aspose.Cells.h"...

    docs.aspose.com/cells/cpp/setting-headers-and-f...
  7. Shapes in Charts with C++|Documentation

    Learn how to use Aspose.Cells for C++ to add controls and customize charts in Microsoft Excel. Our guide will demonstrate how to manipulate chart elements, adjust formatting, and enhance the overall appearance and usability of your charts....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/controls-in-charts/
  8. Add Barcodes to Word Documents|Documentation

    How to Add Barcodes to MS Word Files Using Aspose.BarCode and Aspose.Words...raster (raster graphics) o vector (Windows metafile) format and...range from 300 to 600 dpi. For vector formats, the resolution does...

    docs.aspose.com/barcode/net/add-barcode-to-word...
  9. Save Generated Barcodes in C++|Documentation

    Save Barcodes to File, Stream, Image Formats like BMP, PNG, GIF, JPEG, EMF, SVG using C++ API...PNG, JPEG, GIF, and TIFF) and vector (EMF and SVG) image formats...formats but also to a stream or a vector file. Aspose.BarCode for C++...

    docs.aspose.com/barcode/cpp/save-barcode-image/
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....#include <string> #include <vector> #include <aspose_ocr.h> Declare...the recognized image by file path: string file = "source.png"...

    docs.aspose.com/ocr/cpp/hello-world/