Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 74,304 for

ios

(0.21 sec)
  1. ZIP에서 TeX 로드 | C++ API 솔루션

    TeX 작업을 위한 C++ API 솔루션. 단 몇 줄의 코드로 ZIP에서 TeX 파일을 로드하는 방법을 예제를 통해 알아보세요....IO; using System.IO; // Open a stream for...System::SharedPtr<System::IO::Stream> inZipStream = System::IO::File::Open...

    products.aspose.com/tex/ko/cpp/load-tex-from-zip/
  2. โหลด TeX จาก ZIP | โซลูชัน C++ API

    โซลูชัน C++ API สำหรับทำงานกับ TeX เรียนรู้จากตัวอย่างวิธีการโหลดไฟล์ TeX จาก ZIP ด้วยรหัสเพียงไม่กี่บรรทัด...IO; using System.IO; // Open a stream for...System::SharedPtr<System::IO::Stream> inZipStream = System::IO::File::Open...

    products.aspose.com/tex/th/cpp/load-tex-from-zip/
  3. Aspose::Words::DigitalSignatures::CertificateHo...

    Aspose::Words::DigitalSignatures::CertificateHolder class. Represents a holder of X509Certificate2 instance. To learn more, visit the documentation article in C++....System :: SharedPtr < System :: IO :: Stream > streamIn = System...System :: MakeObject < System :: IO :: FileStream > ( get_MyDir ()...

    reference.aspose.com/words/cpp/aspose.words.dig...
  4. Извлечь изображения из PDF|Aspose.PDF for Andro...

    Как извлечь часть изображения из PDF с помощью Aspose.PDF for Android via Java... io . FileOutputStream outputImage = new java . io . FileOutputStream.... close (); } catch ( java . io . IOException e ) { resultMessage...

    docs.aspose.com/pdf/ru/androidjava/extract-imag...
  5. ImageData.image_bytes property | Aspose.Words f...

    ImageData.image_bytes property. Gets or sets the raw bytes of the image stored in the shape.... io . FileStream ( ARTIFACTS_DIR...system_helper . io . FileMode . CREATE , system_helper . io . FileAccess...

    reference.aspose.com/words/python-net/aspose.wo...
  6. External-graphic and linux - Free Support Forum...

    Hello, I’m currently using version 24.9 of aspose.pdf under license. My deployment environment is Linux. Locally under Windows, external graphics are processed correctly by the FO, and the images are displayed. When I …...io.tmpdir"); java.io.File file = new java.io.File(newTempFolder);...mkdir(); System.setProperty("java.io.tmpdir", newTempFolder); try...

    forum.aspose.com/t/external-graphic-and-linux/3...
  7. الاستثناءات والأخطاء الشائعة المتعلقة بالخطوط ع...

    استثناءات وأخطاء الخطوط على لينكس...io.tmpdir”); java.io.File file = new java.io.File(newTempFolder);...mkdir(); System.setProperty(“java.io.tmpdir”, newTempFolder); try...

    docs.aspose.com/slides/ar/php-java/technical-ar...
  8. IDocumentReaderPlugin.read method | Aspose.Word...

    IDocumentReaderPlugin.read method. Reads the data from the specified stream into the [Document](../../document/) instance.... def read ( self , src : io . BytesIO , load_options : aspose...Parameter Type Description src io.BytesIO The source stream to...

    reference.aspose.com/words/python-net/aspose.wo...
  9. C++ ile Şifreli Dosyaların Parolası Doğrulama|D...

    C++ kodlarını kullanarak şifreli Excel (xlsx, xlsb, xls, xlsm) ve Open Office (ODS) dosyalarının parolasını doğrulayın.... ToUtf8 (), std :: ios :: binary ); if ( file ) { file...file . seekg ( 0 , std :: ios :: end ); fileData . resize ( file...

    docs.aspose.com/cells/tr/cpp/verify-password-of...
  10. Сохранение документа SVG – C#

    В этой статье вы узнаете, как сохранить документ SVG в файл, поток памяти, ZIP-архив или URL-адрес с помощью библиотеки Aspose.SVG for .NET.... IO ; Copy 1 // Save an SVG document...Aspose. Svg ; 2 using System. IO ; Copy 1 // Save an SVG document...

    docs.aspose.com/svg/ru/net/save-svg-document/