Sort Score
Result 10 results
Languages All
Labels All
Results 4,161 - 4,170 of 73,035 for

ios

(0.44 sec)
  1. LaTeX math formulas rendering | C++

    Aspose.TeX API solution for C++ LaTeX math formulas rendering is described in this article. Here you will find code examples of the functionality....set_LogStream(System::MakeObject < System::IO::MemoryStream > ()); 15 // Specify...System::SharedPtr < System::IO::Stream > stream = System::IO::File::Open(S...

    docs.aspose.com/tex/cpp/latex-math-formula-rend...
  2. สร้างรูปภาพใน LaTeX | โซลูชัน C++ API

    โซลูชัน C++ API สำหรับทำงานกับ TeX รวมถึงฟังก์ชันการสร้างรูปภาพในเอกสาร LaTeX และบันทึกไฟล์ผลลัพธ์เป็นรูปภาพ...set_LogStream(new System::IO::MemoryStream()); // Specify...System::SharedPtr<System::IO::Stream> stream = System::IO::File::Open( S...

    products.aspose.com/tex/th/cpp/latex-figures/
  3. Ábrák készítése LaTeX-ben | C++ API megoldás

    C++ API megoldás TeX-szel való munkához. Tartalmazza a dokumentumábrák LaTeX-ben történő létrehozásának és az eredményfájl képként történő mentésének funkcióját....set_LogStream(new System::IO::MemoryStream()); // Specify...System::SharedPtr<System::IO::Stream> stream = System::IO::File::Open( S...

    products.aspose.com/tex/hu/cpp/latex-figures/
  4. Extrair Imagens do PDF|Aspose.PDF para Android ...

    Como extrair uma parte da imagem do PDF usando Aspose.PDF para Android via Java... io . FileOutputStream outputImage = new java . io . FileOutputStream.... close (); } catch ( java . io . IOException e ) { resultMessage...

    docs.aspose.com/pdf/pt/androidjava/extract-imag...
  5. Estrai tutte le immagini da una pagina Visio in...

    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.... getShapes () io = 0 mentre io < shapes . getCount ()...file fos = Rjb :: import ( 'java.io.FileOutputStream' ) . new ( data_dir...

    docs.aspose.com/diagram/it/java/extract-all-ima...
  6. استخراج الصور من PDF|Aspose.PDF لنظام Android ع...

    كيفية استخراج جزء من الصورة من PDF باستخدام Aspose.PDF لنظام Android عبر Java... io . FileOutputStream outputImage = new java . io . FileOutputStream.... close (); } catch ( java . io . IOException e ) { resultMessage...

    docs.aspose.com/pdf/ar/androidjava/extract-imag...
  7. Archivio

    Archivio...pagina, System::SharedPtr System::IO::Stream output) metodo della...System::SharedPtr<System::IO::FileStream> imageStream = System::IO::File::Cr...

    blog.aspose.com/it/pdf/convert-pdf-pages-to-png...
  8. ארכיון

    ארכיון...דף, System::SharedPtr System::IO::Stream output) בשיטת PngDevice...System::SharedPtr<System::IO::FileStream> imageStream = System::IO::File::Cr...

    blog.aspose.com/he/pdf/convert-pdf-pages-to-png...
  9. Open DICOM file|Aspose.Medical for .NET Documen...

    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....IO.Stream , you simply have to call...System.IO.FileStream fs = new ( "sample.dcm" , System . IO . FileMode...

    docs.aspose.com/medical/net/developer-guide/ope...
  10. Load TeX from ZIP | C++ API Solution

    C++ API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of code....IO; using System.IO; // Open a stream for...System::SharedPtr<System::IO::Stream> inZipStream = System::IO::File::Open...

    products.aspose.com/tex/cpp/load-tex-from-zip/