Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 62,421 for

ios

(0.96 sec)
  1. 搜索

    搜索...IO.FileStream("Sample.eps", System.IO.FileMode.Create...Create, System.IO.FileAccess.Read)) { // 為輸出 EMF 文件創建一個流 using...

    blog.aspose.com/zh-hant/page/convert-eps-ps-pos...
  2. arkiv

    arkiv...IO.FileStream("Sample.eps", System.IO.FileMode.Create...Create, System.IO.FileAccess.Read)) { // skapa en ström för utdata...

    blog.aspose.com/sv/page/convert-eps-ps-postscri...
  3. 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...
  4. 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/
  5. 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...
  6. arkiv

    arkiv...io.OutputStream imageStream = new java.io.FileOutpu...utdatabilden java.io.OutputStream imageStream = new java.io.FileOutpu...

    blog.aspose.com/sv/pdf/convert-pdf-to-png-jpeg-...
  7. C++ 用 API ソリューションによる EPS の切り抜き

    Crop EPS functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....6 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/ja/cpp/crop-eps/
  8. Aspose::Words::LowCode::Converter class | Aspos...

    Aspose::Words::LowCode::Converter class. Represents a group of methods intended to convert a variety of different types of documents using a single line of code in C++....stem::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&...stem::IO::Stream>&, const System::SharedPtr<System::IO::Stream>&...

    reference.aspose.com/words/cpp/aspose.words.low...
  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/