Sort Score
Result 10 results
Languages All
Labels All
Results 1,011 - 1,020 of 55,989 for

vectorize

(0.38 sec)
  1. 使用C++配置渲染电子表格的字体|Documentation

    学习如何使用Aspose.Cells for C++配置字体,以便渲染电子表格为图像、PDF和XPS格式。...namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/zh/cpp/configuring-fonts-...
  2. C++でHTMLからインポートする際に大きな数字の指数表記を避ける|Documentation

    HTMLのインポート時に大きな数字の指数表記を避ける方法を、Aspose.Cells for C++を使用して学びます。...#include <iostream> #include <vector> #include "Aspose.Cells.h"...p></body></html>" ; std :: vector < uint8_t > byteArray ; for...

    docs.aspose.com/cells/ja/cpp/avoid-exponential-...
  3. أرشيف

    أرشيف...SVG ، وتأثيرات الصور ، و Vectorizer ، وما إلى ذلك عبر الإنترنت...الإنترنت Vectorize الصورة عبر الإنترنت مع Vectorizer المجاني...

    blog.aspose.com/ar/svg/convert-jpg-to-xml-online/
  4. How to Convert PDF to Fully Black & White (Gray...

    Hi Team, We are using Aspose.PDF for .NET (version 21.6.0) on .NET Core 3.1, and we need to convert PDFs to fully black & white (grayscale) when a flag is enabled. Our requirement: :arrow_right: The final output PDF m…...color in any images, shapes, vectors, or text. We are currently...happens especially with images, vector graphics, and certain complex...

    forum.aspose.com/t/how-to-convert-pdf-to-fully-...
  5. Các định dạng tập tin được hỗ trợ|CAD Documenta...

    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....Tập tin vẽ HPGL SVG Đồ họa vector có thể mở rộng (SVG) là định...định dạng tập tin vector thân thiện với web DWF Định dạng web thiết...

    docs.aspose.com/cad/vi/jasperreports/getting-st...
  6. Insertar imagen de fondo en Excel con C++|Docum...

    Cómo insertar imagen de fondo en Excel usando Aspose.Cells for C++....namespace Aspose :: Cells ; Vector < uint8_t > GetDataFromFile...fileSize ); fileStream . close (); Vector < uint8_t > data ( buffer ...

    docs.aspose.com/cells/es/cpp/insert-background-...
  7. 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-...
  8. Verificar contraseña de archivos cifrados con C...

    Verificar la contraseña de archivos cifrados de Excel (xlsx, xlsb, xls, xlsm) y OpenOffice (ODS) usando códigos C++....#include <fstream> #include <vector> #include "Aspose.Cells.h"..."EncryptedBook1.xlsx" ; std :: vector < uint8_t > fileData ; std...

    docs.aspose.com/cells/es/cpp/verify-password-of...
  9. Vertical Line Not Extracted From PDF – Causes M...

    We are encountering an issue while extracting text from a PDF using Aspose.PDF. The PDF contains a vertical line acting as a separator between two text sections. However, during text extraction: The vertical line is n…...support recognizing or extracting vector‑based line elements as text...APIs (e.g., extracting shapes, vector graphics, or drawing commands)...

    forum.aspose.com/t/vertical-line-not-extracted-...
  10. Hello World Example|Documentation

    Java Hello World example to draw an Arc. Java code sample to work with vector graphics in Java....for Java API through a basic vector graphics creation. The Aspose...and vector drawing. It facilitates the creation of vector graphics...

    docs.aspose.com/drawing/java/hello-world-example/