Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 56,356 for

ios

(0.05 sec)
  1. Detectar formato de archivo de archivos cifrado...

    Aprende cómo detectar el formato de archivo de archivos Office Open XML (OOXML) cifrados usando 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/es/cpp/detect-file-format...
  2. Извлечение информации об изображении и подписи ...

    Вы можете извлечь изображения из поля подписи и извлечь информацию о подписи, используя класс SignatureField с C++....nullptr) { auto output = System::IO::File::OpenWrite(_dataDir + u"im"...output->Close(); } } } catch (System::IO::IOException e) { Console::W...

    docs.aspose.com/pdf/ru/cpp/extract-image-and-si...
  3. ImageSavingArgs.image_stream property | Aspose....

    ImageSavingArgs.image_stream property. Allows to specify the stream where the image will be saved to....def image_stream ( self ) -> io . BytesIO : ... @image_stream...image_stream ( self , value : io . BytesIO ): ... Remarks This...

    reference.aspose.com/words/python-net/aspose.wo...
  4. TeX 조판 | ZIP 입력 및 출력 | Aspose.TeX

    TeX과 함께 작동하는 C++ API 솔루션입니다. 몇 줄의 코드로 입력 및 출력으로 ZIP 아카이브를 사용하여 TeX를 PDF로 변환하는 방법을 알아보십시오....C++ 코드 using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...System :: IO :: Stream > inZipStream = System :: IO :: File ::...

    products.aspose.com/tex/ko/cpp/zip-input-and-ou...
  5. sắp chữ TeX | Đầu vào và đầu ra ZIP

    Giải pháp API C++ để làm việc với TeX. Tìm hiểu cách chuyển đổi TeX sang PDF bằng cách sử dụng tệp lưu trữ ZIP làm đầu vào và đầu ra với một vài dòng mã....ra ZIP using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...System :: IO :: Stream > inZipStream = System :: IO :: File ::...

    products.aspose.com/tex/vi/cpp/zip-input-and-ou...
  6. 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-...
  7. Icons zum Arbeitsblatt mit C++ hinzufügen|Docum...

    Erfahren Sie, wie Sie mit Aspose.Cells in C++ Icons zu Excel Arbeitsblättern hinzufügen.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/de/cpp/insert-svg-to-excel/
  8. Aggiungi icone al foglio di lavoro con C++|Docu...

    Impara come aggiungere icone ai fogli di lavoro Excel usando Aspose.Cells con C++.... ToUtf8 (), std :: ios :: binary ); if ( ! fsSource...fsSource . seekg ( 0 , std :: ios :: end ); size_t fileSize = fsSource...

    docs.aspose.com/cells/it/cpp/insert-svg-to-excel/
  9. Извлечение необработанного текста из PDF файла|...

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

    docs.aspose.com/pdf/ru/androidjava/extract-text...
  10. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedFonts method. Specifies whether fonts should be embedded into Html document in Base64 format. Note setting this flag can significantly increase size of output Html file in C++....String outDocContents = System :: IO :: File :: ReadAllText ( ArtifactsDir...()); ASSERT_EQ ( 0 , System :: IO :: Directory :: GetFiles ( ArtifactsDir...

    reference.aspose.com/words/cpp/aspose.words.sav...