Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 56,404 for

vectorize

(1.08 sec)
  1. Supported File Formats|Documentation

    Visio Diagram Java API can load and save variety of formats including VSDX, VDX, VSD, VTX, VSSX, VSDM, VSTM, PDF, XPS, SVG, EMF, JPEG, PNG, BMP, TIFF and HTML....Microsoft Visio VSD Visio Drawing (Vector Graphics File Format) VSX Visio...SVG Scalable Vector Graphics (An XML-based vector image format)...

    docs.aspose.com/diagram/java/supported-file-for...
  2. Lưu trữ

    Lưu trữ...Imaging for Java để chuyển đổi vector sang PSD theo chương trình:...lập chế độ thành phần dữ liệu vector. Khởi tạo một thể hiện của...

    blog.aspose.com/vi/imaging/online-cdr-to-psd-co...
  3. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。... Vector . GraphicsAbsorber ()) { //..."VectorGraphics.pdf" )) { // Save vector graphics from the first page...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  4. Font Rasterization

    Font rasterization is a term that may look complex, but it turns out to be just a conversion of a vector-based font to a raster one. Click to learn more!...simple words, the conversion of vector-based fonts (such as TrueType...graphics they are created with. Vector-based fonts are defined using...

    docs.aspose.com/font/net/font-rasterization/
  5. Archiver

    les archives... Appelez la méthode vectorize pour traiter le PNG. Enfin...la classe ImageVectorizer. vectorizer = svg . imagevectorization...

    blog.aspose.com/fr/svg/transform-png-to-svg-in-...
  6. آرشیوها

    آرشیوها... روش vectorize را برای پردازش PNG فراخوانی...ImageVectorizer را راه اندازی کنید vectorizer = svg.imagevectorization...

    blog.aspose.com/fa/svg/transform-png-to-svg-in-...
  7. 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-...
  8. Devolver un rango de valores usando AbstractCal...

    Este artículo presenta un motor de cálculo abstracto que devuelve un rango de valores en Microsoft Excel usando la biblioteca Aspose.Cells con C++. Al cargar un archivo de Excel existente o crear uno nuevo, podemos usar los métodos proporcionados por Aspose.Cells para obtener un rango de valores y devolver el resultado. Finalmente, guardamos el archivo de Excel modificado en disco....CalculationData & data ) override { Vector < Object > row1 { Object (...6 , 30 }) , Object ( 2 )}; Vector < Object > row2 { Object (...

    docs.aspose.com/cells/es/cpp/returning-a-range-...
  9. Returning a Range of Values using AbstractCalcu...

    This article introduces an abstract calculation engine that returns a range of values in Microsoft Excel using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to get a range of values and return the result. Finally, we save the modified Excel file to disk....CalculationData & data ) override { Vector < Object > row1 { Object (...6 , 30 }) , Object ( 2 )}; Vector < Object > row2 { Object (...

    docs.aspose.com/cells/cpp/returning-a-range-of-...
  10. آرشیوها

    آرشیوها...ImageVectorizer class var vectorizer = new Aspose.Svg.ImageVectorization... ColorsLimit = 3 } }; // Vectorize raster image from the specified...

    blog.aspose.com/fa/svg/vectorize-image-in-csharp/