Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 74,326 for

ios

(0.41 sec)
  1. 暗号化されたOffice Open XML(OOXML)ファイルのフォーマット検出(C++)|...

    Aspose.Cells for C++を使用して暗号化されたOffice Open XML(OOXML)ファイルのファイル形式を検出する方法を学びます。...ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/ja/cpp/detect-file-format...
  2. Lägg till ikoner i kalkblad med C++|Documentation

    Lär dig hur du lägger till ikoner i Excel kalkblad med Aspose.Cells och C++.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/sv/cpp/insert-svg-to-excel/
  3. Insérer une image d arrière plan dans Excel ave...

    Comment insérer une image d arrière plan dans Excel en utilisant Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/fr/cpp/insert-background-...
  4. Извлечение сырого текста из PDF‑файла|Aspose.PD...

    В этой статье описываются различные способы извлечения текста из PDF‑документов с использованием Aspose.PDF for Android via Java. Из целых страниц, из определённой части, на основе колонок и т.д.... io . FileWriter writer = new java . io . FileWriter.... close (); } catch ( java . io . IOException e ) { e . printStackTrace...

    docs.aspose.com/pdf/ru/androidjava/extract-text...
  5. إنشاء ملفات PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية إنشاء ملفات PDF وإنشاء ملفات PDF قابلة للبحث في Python باستخدام Aspose.PDF لـ Python عبر .NET....pdf as ap import io # Requires: pip install pytesseract...page_number = 1 image_stream = io . FileIO ( temp_image_path ,...

    docs.aspose.com/pdf/ar/python-net/create-pdf-do...
  6. DocumentBuilder.insert_image method | Aspose.Wo...

    aspose.words.DocumentBuilder.insert_image method...insert_image ( self , stream : io . BytesIO ): ... Parameter Type...Type Description stream io.BytesIO insert_image(image_bytes) def...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Long path name error - Free Support Forum - asp...

    When using .Net 4.6.2 you are allowed to specify long path names as “\?\D:\very long path”. Reference Naming Files, Paths, and Namespaces - Win32 apps | Microsoft Learn I am using Aspose Words v4.0.30319 and Aspose Cel…...IO.Path.LegacyNormalizePath(String...Boolean expandShortPaths) at System.IO.Path.NormalizePath(String path...

    forum.aspose.com/t/long-path-name-error/177699
  8. Guardar documento PDF programáticamente|Aspose....

    Aprenda cómo guardar un archivo PDF en Python con la biblioteca Aspose.PDF for Python via .NET. Guarde el documento PDF en el sistema de archivos, en un flujo y en aplicaciones web....pdf as ap import io def save_document_to_stream (...document . pages . add () with io . FileIO ( outfile , 'w' ) as...

    docs.aspose.com/pdf/es/python-net/save-pdf-docu...
  9. الكشف عن تنسيق ملف ملفات Office المشفرة ملفات O...

    تعلم كيفية اكتشاف تنسيق ملفات Office Open XML المشفرة باستخدام Aspose.Cells for C++....ifstream fileStream ( f , std :: ios :: binary ); if ( ! fileStream...fileStream . seekg ( 0 , std :: ios :: end ); std :: streampos fileSize...

    docs.aspose.com/cells/ar/cpp/detect-file-format...
  10. Aspose::Words::Loading::LoadOptions::get_TempFo...

    Aspose::Words::Loading::LoadOptions::get_TempFolder method. Allows to use temporary files when reading document. By default this property is null and no temporary files are used in C++....directory exists and load System :: IO :: Directory :: CreateDirectory_...the load operation. System :: IO :: Directory :: CreateDirectory_...

    reference.aspose.com/words/cpp/aspose.words.loa...