Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 74,196 for

ios

(0.07 sec)
  1. Преобразование PostScript с помощью API Aspose....

    Функциональность преобразования PS в BMP, включенная в решение Aspose.Page API для C++, объясняется и иллюстрируется фрагментами кода здесь....System::String imagePath = System::IO::Path::GetFullPath(dataDir +...tem::IO::FileStream> fs = System::MakeObject<System::IO::FileStream>(imagePath...

    docs.aspose.com/page/ru/cpp/convert-ps/
  2. Konvertieren Sie PostScript mit der Aspose.Page...

    Die in der Aspose.Page-API-Lösung für C++ enthaltene PS-zu-BMP-Konvertierungsfunktion wird hier erklärt und anhand der Codeausschnitte veranschaulicht....System::String imagePath = System::IO::Path::GetFullPath(dataDir +...tem::IO::FileStream> fs = System::MakeObject<System::IO::FileStream>(imagePath...

    docs.aspose.com/page/de/cpp/convert-ps/
  3. Konvertieren Sie EPS mit der Aspose.Page C++-API

    Die von der Aspose.Page-API-Lösung für C++ angebotene EPS-zu-WMF-Konvertierungsfunktionalität wird hier mit den Code erläutert und veranschaulicht....System::String imagePath = System::IO::Path::GetFullPath(dataDir +...tem::IO::FileStream> fs = System::MakeObject<System::IO::FileStream>(imagePath...

    docs.aspose.com/page/de/cpp/convert/eps-to-png/
  4. Moderne API|Aspose.Slides für Python Dokumentation

    Moderne API...io import File from java.awt import...imageio import ImageIO from java.io import File from java.awt import...

    docs.aspose.com/slides/de/python-java/modern-api/
  5. Navigate SVG and Inspect Document Using Aspose....

    Learn how to inspect SVG with C#, use custom filters for iterating over the SVG elements, how to navigate SVG using CSS Selector or XPath.... IO ; Copy 1 // Get SVG document...Aspose. Svg ; 2 using System. IO ; 3 using System. Linq ; Copy...

    docs.aspose.com/svg/net/navigation-inspection/
  6. Gérer les classeurs de graphiques dans les prés...

    Découvrez Aspose.Slides pour C++ : gérez facilement les classeurs de graphiques dans les formats PowerPoint et OpenDocument pour rationaliser les données de votre présentation....System :: SharedPtr < System :: IO :: MemoryStream > stream = data...Aspose :: Cells :: Systems :: IO :: MemoryStream (); workbook...

    docs.aspose.com/slides/fr/cpp/chart-workbook/
  7. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with C++. Step-by-step guide with code samples....System :: SharedPtr < System :: IO :: MemoryStream > workbookStream...System :: SharedPtr < System :: IO :: Stream > workbookStream ,...

    docs.aspose.com/slides/cpp/creating-excel-chart...
  8. Konvertieren von EPUB in JPG in Java – Aspose.H...

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

    docs.aspose.com/html/de/java/convert-epub-to-jpg/
  9. PostScript でのページ操作 | C++

    PS ファイルにページを追加する方法については、Aspose.Page API ソリューションで回答しています。C++ での機能の使用方法については、こちらをご覧ください。...6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "document1...

    docs.aspose.com/page/ja/cpp/ps/working-with-pages/
  10. Working with Document in PostScript | C++

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++....6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::IO::FileStream > (dir + u "document.ps" , System::IO::FileMode::Create);...

    docs.aspose.com/page/cpp/ps/working-with-document/