Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 62,427 for

ios

(0.52 sec)
  1. 記録

    記録...page, System::SharedPtr System::IO::Stream output)メソッドを使用して、PDFページの画像を保存します。...System::SharedPtr<System::IO::FileStream> imageStream = System::IO::File::Cr...

    blog.aspose.com/ja/pdf/convert-pdf-pages-to-png...
  2. Archiv

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

    blog.aspose.com/de/pdf/working-with-images-in-p...
  3. Конвертировать EPUB в PDF на Java

    Конвертируйте EPUB в PDF на Java с помощью Aspose.HTML API. Рассмотрите различные сценарии преобразования EPUB в PDF в коде Java.... io . FileInputStream fileInputStream = new java. io . FileInputStream...java. io . FileInputStream fileInputStream = new java. io . FileInputStream...

    docs.aspose.com/html/ru/java/convert-epub-to-pdf/
  4. Konvertieren von EPUB in PDF in Java – Aspose.H...

    Konvertierung von EPUB in PDF in Java mit Aspose.HTML for Java API. Betrachten Sie verschiedene Konvertierungsszenarien von EPUB in PDF in Java-Codebeispielen.... io . FileInputStream fileInputStream = new java. io . FileInputStream...java. io . FileInputStream fileInputStream = new java. io . FileInputStream...

    docs.aspose.com/html/de/java/convert-epub-to-pdf/
  5. Fuente Personalizada de PowerPoint|Documentació...

    Fuentes personalizadas de PowerPoint...io.File" , "customfonts/CustomFont1...Java ( "java.io.DataInputStream" , new Java ( "java.io.FileInputStream"...

    docs.aspose.com/slides/es/php-java/custom-font/
  6. ค้นหา

    ค้นหา...IO.FileStream("Sample.eps", System.IO.FileMode.Create...Create, System.IO.FileAccess.Read)) { // สร้างสตรีมสำหรับไฟล์ EMF...

    blog.aspose.com/th/page/convert-eps-ps-postscri...
  7. 使用 C++ 将 XMP 元数据添加到 EPS 文件

    本文将通过代码片段讲解并使用 Aspose.Page API 解决方案(适用于 C++)将 XMP 元数据添加到 EPS 文件的过程。...System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_input...

    docs.aspose.com/page/zh/cpp/xmp-metadata/add/
  8. .NETを使用してEPSファイルにXMPメタデータを追加する

    C# .NET用のAspose.Page APIソリューションを使用してEPSファイルにXMPメタデータを追加するプロセスを、コードスニペットを用いて解説します。... IO . FileStream psStream = new System. IO . FileStream...eps" , System. IO . FileMode . Open , System. IO . FileAccess ...

    docs.aspose.com/page/ja/net/xmp-metadata/add/
  9. Ajouter des métadonnées XMP au fichier EPS en u...

    Le processus d'ajout de métadonnées XMP au fichier EPS avec la solution API Aspose.Page pour C++ est expliqué et illustré avec les extraits de code ici....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_input...

    docs.aspose.com/page/fr/cpp/xmp-metadata/add/
  10. Recadrer EPS | Solution API C++

    La fonctionnalité Crop EPS offerte par la solution API Aspose.Page pour C++ est expliquée et illustrée avec les extraits de code ici....6 System::SharedPtr < System::IO::Stream > inputEpsStream = System::MakeObject...System::IO::FileStream > (dataDir + u "input.eps" , System::IO::FileMode::Open...

    docs.aspose.com/page/fr/cpp/crop-eps/