Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 55,990 for

vector

(0.64 sec)
  1. Set Picture as Background Fill in the Chart wit...

    Learn how to set a picture as the background fill in a chart using Aspose.Cells for C++. Our guide will show you how to import and position the picture, adjust its size and color, and apply formatting options to enhance your chart's appearance....#include <fstream> #include <vector> #include <memory> #include...:: ios :: binary ); std :: vector < uint8_t > data (( std ::...

    docs.aspose.com/cells/cpp/set-picture-as-backgr...
  2. Convert images WMF to SVG via C# | products.asp...

    Sample code for WMF to SVG C# image conversion. Use API example code for batch WMF files to SVG conversion within VB.NET, Asp.NET or any .NET based application....graphic editor, it might be in vector format. In this scenario, it...Metafile (WMF) for storing vector as well as bitmap-format images...

    products.aspose.com/imaging/net/conversion/wmf-...
  3. Convert CDR to SVG via Java | products.aspose.com

    Sample code for CDR to SVG Java conversion. Use API example code for batch CDR files to SVG conversion within any Web or Desktop Java based application....graphic editor, it might be in vector format. In this scenario, it...File Format A CDR file is a vector drawing image file that is...

    products.aspose.com/imaging/java/conversion/cdr...
  4. How to Transform SVG to PDF using Java

    This brief guide covers how to transform SVG to PDF using Java. It provides the IDE settings, and step-by-step procedure, followed by a runnable code snippet to transform a file from SVG to PDF using Java....Document class for loading the vector image Render the output PDF...words. Firstly, load the source vector image while setting different...

    kb.aspose.com/pdf/java/how-to-transform-svg-to-...
  5. Features|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....barcodes to popular raster and vector formats : JPEG , PNG , BMP...Recognize barcodes from raster and vector images Read barcodes at any...

    docs.aspose.com/barcode/androidjava/features/
  6. Aspose.Slides for C++: LoadExternalFonts Method...

    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-loadexte...
  7. How to grayscale an image|Documentation

    Grayscale an image. Convert color image to grayscale.... Also, you can convert vector images for grayscale by rasterizing...

    docs.aspose.com/imaging/python-net/developer-gu...
  8. Aspose.PSD for .NET 21.11 - Release Notes|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....PSDNET-1002 Incorrect export of vector shape on folder export Bug...( outputPsd ); } } #region Vector path editor (Here placed classes...

    docs.aspose.com/psd/net/aspose-psd-for-net-21-1...
  9. Aspose.CAD Python API | Process and Convert CAD...

    CAD and BIM drawings processing library to open and convert DXF, DWG, DWT, DGN, IFC, DWF, DWFX, STL, IGES, CF2, Collada(DAE), PLT, OBJ, SVG, DXB, FBX, U3D, 3DS, STP files to Gif, Tiff, Jpeg, Png, Psd, Bmp, Jpeg2000, Dicom, Webp, Emf, Wmf, Svg, Pdf, Dwf, Dwfx, DXF, OBJ, FBX image formats within Python applications...STP documents to raster and vector image formats including PDF...FBX, U3D, 3DS, STP files to vector and raster image formats. During...

    products.aspose.com/cad/python-net/
  10. Converting word to PDF creates incorrect render...

    Hi Aspose team, I’m trying to convert a word document to PDF using aspose words as follows: // Load the Word document Aspose.Words.Document doc = new Aspose.Words.Document(dir + @"\TestPDF_07312025\WordTestFile.docm");…...Optimize file size and preserve vector image quality OptimizeOutput...PdfImageCompression.Auto, // Keep EMF as vector // Downsampling off to preserve...

    forum.aspose.com/t/converting-word-to-pdf-creat...