Sort Score
Result 10 results
Languages All
Labels All
Results 4,701 - 4,710 of 62,464 for

ios

(0.14 sec)
  1. Aspose.TeX's input interface | C++

    Conversion functionality of Aspose.TeX API solution for C++ with TeX, as an input format is explained here with the code examples....System::SharedPtr < System::IO::Stream > inZipStream = System::IO::File::Open...(System::IO::Path::Combine(RunExamples::InputDirectory, u "zip-in...

    docs.aspose.com/tex/cpp/aspose-tex-input/
  2. Working with Projects in C++ | Aspose.Tasks Doc...

    This guide explains how to create and save project files using Aspose.Tasks for C++ without Microsoft Office dependencies....6 System::SharedPtr < System::IO::FileStream > projectStream =...System::MakeObject < System::IO::FileStream > (dataDir + u "...

    docs.aspose.com/tasks/cpp/creating-and-saving/
  3. القيود والفروقات في واجهة البرمجة|توثيق Aspose....

    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/ar/php-java/limitations-...
  4. Convertir PDF en formats d'images|Aspose.PDF po...

    Ce sujet vous montre comment Aspose.PDF permet de convertir des PDF en divers formats d'images. Convertissez des pages PDF en images PNG, JPEG, BMP avec quelques lignes de code.... io . OutputStream outputImageFile = new java . io . FileOutputStream...java . io . OutputStream outputBinImageFile = new java . io . FileOutputStream...

    docs.aspose.com/pdf/fr/java/convert-pdf-to-imag...
  5. Cortar EPS | Solução API para C++

    A funcionalidade Cortar EPS oferecida pela solução API Aspose.Page para C++ é explicada e ilustrada com os excertos de código aqui....6 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/pt/cpp/crop-eps/
  6. EPSファイルのXMPメタデータ内の名前付き値の変更|C++

    C++用のAspose.Page APIソリューションを使用して、EPSファイルのXMPメタデータ内の名前付き値を変更するプロセスを、コードとともに解説します。...System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_named_value_input...

    docs.aspose.com/page/ja/cpp/xmp-metadata/change...
  7. 記録

    記録...XImage->Save(System::SharedPtr System::IO::Stream stream, System::SharedPtr...System::SharedPtr<System::IO::FileStream> outputImage = System::IO::File::Cr...

    blog.aspose.com/ja/pdf/working-with-images-in-p...
  8. Frameset | Aspose.Words for Java

    Represents a frames page or a single frame on a frames page in Java....io/uploads/2017/02/file-sample_100kB...assertEquals("https://file-examples-com.github.io/uploads/2017/02/file-sample_100kB...

    reference.aspose.com/words/java/com.aspose.word...
  9. Working with PS format files | Aspose.Page for C++

    These articles is about working with text, shapes, tiling patterns, gradients, images and pages in PS or EPS files using Aspose.Page for C++ API solution....3 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/cpp/working-with-ps/
  10. Завантажити 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/uk/cpp/load-tex-from-zip/