Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 73,235 for

ios

(0.57 sec)
  1. Робота з фігурами в PostScript | C++

    Як додати фігури до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в C++...6 System::SharedPtr < System::IO::Stream > outPsStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "AddRectangle_outPS...

    docs.aspose.com/page/uk/cpp/ps/working-with-sha...
  2. Convertir PDF a formatos de imágenes|Aspose.PDF...

    Este tema te muestra cómo Aspose.PDF permite convertir PDF a varIos formatos de imágenes. Convierte páginas PDF a imágenes PNG, JPEG, BMP con unas pocas líneas de código....io.FileOutputStream" , $outputImageFileName...$outputBinImageFile = new java ( "java.io.FileOutputStream" , $outputBinImageFileNa...

    docs.aspose.com/pdf/es/php-java/convert-pdf-to-...
  3. Lavorare con i documenti in PostScript | C++

    L'aggiunta di pagine a un file PS è una funzionalità supportata dalla soluzione API Aspose.Page. Scopri come utilizzare questa funzionalità 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/it/cpp/ps/working-with-doc...
  4. Converter PDF para Formatos de Imagens|Aspose.P...

    Este tópico mostra como o Aspose.PDF permite converter PDF para várIos formatos de imagens. Converta páginas PDF para imagens PNG, JPEG, BMP com algumas linhas de código....io.FileOutputStream" , $outputImageFileName...$outputBinImageFile = new java ( "java.io.FileOutputStream" , $outputBinImageFileNa...

    docs.aspose.com/pdf/pt/php-java/convert-pdf-to-...
  5. Erstellung eines Excel-Diagramms und Einbettung...

    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....System :: SharedPtr < System :: IO :: MemoryStream > wbStream =...System :: SharedPtr < System :: IO :: Stream > wbStream , intrusive_ptr...

    docs.aspose.com/slides/de/cpp/creating-excel-ch...
  6. Création d'un graphique Excel et son intégratio...

    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....System :: SharedPtr < System :: IO :: MemoryStream > wbStream =...System :: SharedPtr < System :: IO :: Stream > wbStream , intrusive_ptr...

    docs.aspose.com/slides/fr/cpp/creating-excel-ch...
  7. 記録

    記録...IO.Stream outStream = System.IO.File.Open("mergedXPSfiles...Open("mergedXPSfiles.xps", System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    blog.aspose.com/ja/page/merge-combine-xps-csharp/
  8. Loading SVG fonts | .NET

    Learn how to load SVG‑based fonts in a .NET application using Aspose.Font. Includes file, byte‑array, and stream scenarIos with complete code samples....IO;<br> — Add the NuGet package...using System; 2 using System. IO ; 3 using Aspose. Font ; 4 using...

    docs.aspose.com/font/zh/net/how-to-load-fonts/l...
  9. Рівняння LaTeX | API рішення для C++

    C++ API рішення для роботи з LaTeX. Створюйте формули будь-якої складності, використовуючи цей нативний LaTeX API для C++....m(System::MakeObject<System::IO::MemoryStream>()); // Specify...System::SharedPtr<System::IO::Stream> stream = System::IO::File::Open( S...

    products.aspose.com/tex/uk/cpp/math-rendering/
  10. LaTeX to PDF | Aspose.TeX API Solution for C++

    To convert TeX to PDF using Aspose.TeX API solution for C++ learn this article to see that describes how to do this and the code examples....System::SharedPtr < System::IO::Stream > pdfStream = System::IO::File::Open(...System::IO::Path::Combine(RunExamples::OutputDirectory, u "any-name...

    docs.aspose.com/tex/cpp/latex-to-pdf/