Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 2,851 for

raw

(0.33 sec)
  1. Lizenz anwenden|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....Ressource zu dem Ordner res/raw Ihrer Anwendung hinzu. Die Lizenzdatei...Lizenzdatei sollte im Ordner res/raw sichtbar sein. Greifen Sie/laden...

    docs.aspose.com/cells/de/java/applying-a-license/
  2. Image Not Visible in Slide Preview but Appears ...

    In preview, image is not visible but when we download the pptx file we can see the image . if slide.logo_base64: try: svg_image, mime_type = decode_data_uri(slide.lo…...is_svg_with_embedded_png(svg_image): png_bytes_raw = extract_embedded_png_from_svg(svg_image)...ge) if not png_bytes_raw: png_bytes_raw = svg_to_png(svg_image)...

    forum.aspose.com/t/image-not-visible-in-slide-p...
  3. Finding line bounding boxes|Documentation

    Automatic detection of line bounding boxes inside an image....asposeocr_get_rectangles_number_from_raw_bytes() Get the total number...asposeocr_get_rectangles_from_raw_bytes() Get coordinates of all...

    docs.aspose.com/ocr/cpp/image-regions-line-find/
  4. Codifica 3D mesh nel file Google Draco|Document...

    Aspose.3D for Java API supporta l'importazione del modello 3D, recuperare la mesh e quindi codificare la mesh nel file Google Draco....Encode the sphere to Google Draco raw data using optimal compression...toMesh (), opt ); // Save the raw bytes to file Files . write (...

    docs.aspose.com/3d/it/java/encoding-3d-mesh-in-...
  5. Codificación de la malla 3D en el archivo Googl...

    Aspose.3D for Java API tiene soporte para importar el modelo 3D, recuperar la malla y luego codificar la malla en el archivo Google Draco....Encode the sphere to Google Draco raw data using optimal compression...toMesh (), opt ); // Save the raw bytes to file Files . write (...

    docs.aspose.com/3d/es/java/encoding-3d-mesh-in-...
  6. Recognize single line|Documentation

    How to read text from images containing a single line of text.... line_from_raw_bytes() Read a single-line image...single-line image. line_abc_from_raw_bytes() Read only the predefined...

    docs.aspose.com/ocr/cpp/recognize-single-line/
  7. Encodage du maillage 3D dans le fichier Google ...

    Aspose.3D for Java API supporte l'importation du modèle 3D, la récupération du maillage, puis l'encodage du maillage dans le fichier Google Draco....Encode the sphere to Google Draco raw data using optimal compression...toMesh (), opt ); // Save the raw bytes to file Files . write (...

    docs.aspose.com/3d/fr/java/encoding-3d-mesh-in-...
  8. Application d une licence|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....ressource dans le dossier res/raw de votre application. Le fichier...visible dans le dossier res/raw . Accédez/chargez la licence...

    docs.aspose.com/cells/fr/java/applying-a-license/
  9. Vermijd prestatievermindering bij tekenen over ...

    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....PSD-afbeelding geconverteerd naar raw formaat (geen compressie) en...PSD-afbeelding wordt geconverteerd naar raw formaat (geen compressie) en...

    docs.aspose.com/psd/nl/net/vermijd-prestatiever...
  10. NumPyをPythonでExcelに変換する | Python NumPy Excelライブラリ

    NumPy 配列を Aspose.Cells for Python を使用して Excel に変換する方法を学びます。Workbook、Worksheet、ListObject、Range、Named Range のコード例を用いたステップバイステップガイド。...ー def put_cell_value(cells, raw_value, row, col): cell = cells...isinstance(raw_value, (np.bool_,)): value = bool(raw_value) elif...

    blog.aspose.com/ja/cells/convert-numpy-to-excel/