Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 2,529 for

raw

(0.09 sec)
  1. Lisans Başvurusu|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....dosyasını uygulamanızın res/raw klasörüne bir kaynak olarak ekleyin...ekleyin. Lisans dosyası res/raw klasöründe görünür olmalıdır...

    docs.aspose.com/cells/tr/java/applying-a-license/
  2. تطبيق ترخيص|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....مجلد res/raw لتطبيقك. يجب ظهور ملف الترخيص في مجلد res/raw . الوصول/تحميل...getResources (). openRawResource ( R . raw . license ); license . setLicense...

    docs.aspose.com/cells/ar/java/applying-a-license/
  3. 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/
  4. 应用许可证|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....将许可证文件添加为应用程序的 res/raw 文件夹中的资源。 许可证文件应该在 res/raw 文件夹中可见。 使用以下代码示例访问/加载资源中的许可证。...getResources (). openRawResource ( R . raw . license ); license . setLicense...

    docs.aspose.com/cells/zh/java/applying-a-license/
  5. 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...
  6. 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/
  7. 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/
  8. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph 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-paragraph...
  9. Finding word bounding boxes|Documentation

    Automatic detection of word 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-word-find/
  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/