Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 62,419 for

ios

(1.02 sec)
  1. Flux de sortie – Aspose.HTML for Java

    Apprenez à utiliser et à gérer les flux de sortie pour gérer le rendu multi-sorties et rationaliser les flux de travail HTML avec Aspose.HTML for Java....io.Closeable . Cela permet d’appeler...java.util.List d’objets java.io.InputStream . Ces objets représentent...

    docs.aspose.com/html/fr/java/output-streams/
  2. 記録

    記録...IO.FileStream psStream = new System.IO.FileStream("input...FileStream("input.eps", System.IO.FileMode.Open, System.IO.FileAccess.Read);...

    blog.aspose.com/ja/page/convert-eps-ps-to-svg-c...
  3. ค้นหา

    ค้นหา...System::String fontPath = System::IO::Path::Combine(get_DataDir()...System::String outPath = System::IO::Path::Combine(get_OutputDir()...

    blog.aspose.com/th/font/convert-type1-to-ttf/
  4. Procurar

    Procurar...System::String fontPath = System::IO::Path::Combine(get_DataDir()...System::String outPath = System::IO::Path::Combine(get_OutputDir()...

    blog.aspose.com/pt/font/convert-type1-to-ttf/
  5. Изменения в публичном API в Aspose.Cells 8.8.0|...

    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 . ByteArrayInputStream stream = new java . io . ByteArrayInputStream...java . io . ByteArrayInputStream stream = new java . io . ByteArrayInputStream...

    docs.aspose.com/cells/ru/java/public-api-change...
  6. تحميل ترخيص TeX | حل API C++ | Aspose

    C++ API Solution للعمل مع TeX. قم بتحميل معلومات الترخيص من ملف أو دفق ببضعة أسطر من كود C++....Aspose::TeX; using System; using System::IO; // Initialize a license object...FileStream System::SharedPtr<System::IO::FileStream> myStream = Syst...

    products.aspose.com/tex/ar/cpp/loading-license/
  7. TeX licenc betöltése | C++ API megoldás

    C++ API megoldás a TeX-szel való együttműködéshez. Töltse be a licencinformációkat egy fájlból vagy adatfolyamból néhány soros C++ kóddal....Aspose::TeX; using System; using System::IO; // Initialize a license object...FileStream System::SharedPtr<System::IO::FileStream> myStream = Syst...

    products.aspose.com/tex/hu/cpp/loading-license/
  8. Aspose::Words::Document::get_DigitalSignatures ...

    Aspose::Words::Document::get_DigitalSignatures method. Gets the collection of digital signatures for this document and their validation results in C++....System :: MakeObject < System :: IO :: FileStream > ( get_MyDir ()...u "Document.docx" , System :: IO :: FileMode :: Open ); { auto...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Limitations et différences d'API|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....io.File" , "embedOle.html" ); $Array...Java ( "java.io.DataInputStream" , new Java ( "java.io.FileInputStream"...

    docs.aspose.com/slides/fr/php-java/limitations-...
  10. Aspose.email.cpp 获取PST文件中邮件的附件数据,可以分块读取吗 - Free...

    System::SharedPtr<MapiAttachment> attachment = attachments->idx_get(attachmentIndex); if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = attachment->ToMemoryStream(); } stream把整个附件的数据都读到内存了,大文件的话需要分块…...if(attachment) { System::SharedPtr<System::IO::MemoryStream> stream = atta...System::SharedPtr<System::IO::FileStream> fileStream = System::IO::File::Ope...

    forum.aspose.com/t/aspose-email-cpp-pst/314744