Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 62,410 for

ios

(0.08 sec)
  1. Load And Save To Stream in Python|Aspose.Words ...

    Load And Save Document To Stream using Python....io.FileInputStream" ) FileOutputStream...FileOutputStream = jpype . JClass ( "java.io.FileOutputStream" ) ByteArrayOutputStrea...

    docs.aspose.com/words/java/load-and-save-to-str...
  2. Converti file XPS | Soluzione API .NET

    La funzionalità di conversione da XPS a PNG inclusa nella soluzione API Aspose.Page per .NET è descritta e illustrata con i frammenti di codice qui riportati....IO.File.Open(Path.GetDirectoryName(outputFileName)...eName), System.IO.FileMode.Create, System.IO.FileAccess.Write))...

    docs.aspose.com/page/it/net/convert-xps/
  3. TeX typeset | ZIP input and output

    C++ API Solution to work with TeX. Learn how to convert TeX to PDF using ZIP archives as input and output with a few lines of code....output using Aspose :: TeX :: IO; using Aspose :: TeX :: Presentation...System :: IO :: Stream > inZipStream = System :: IO :: File ::...

    products.aspose.com/tex/cpp/zip-input-and-output/
  4. Convertir datos del proyecto a HTML en C ++ | A...

    Aprenda a convertir proyectos del Proyecto Microsoft (MPP/XML) en HTML usando Aspose.Tasks para C ++....System::IO::FileStream > fs = System::MakeObject < System::IO::FileStream...+ u "Project1.mpp" , System::IO::FileMode::Open); 8 // Clearing...

    docs.aspose.com/tasks/es/cpp/convert-project-da...
  5. Manage Video Frames in Presentations Using C++|...

    Learn to programmatically add and extract video frames in PowerPoint and OpenDocument slides using Aspose.Slides for C++. Fast how-to guide....System :: SharedPtr < System :: IO :: FileStream > fileStream =...System :: IO :: FileStream > ( u "Wildlife.mp4" , System :: IO :: FileMode...

    docs.aspose.com/slides/cpp/video-frame/
  6. Output Streams – Aspose.HTML for Java

    Learn how to use and manage output streams to handle multi-output rendering and streamline HTML workflows with the Aspose.HTML for Java....io.Closeable interface. It will...a list java.util.List of java.io.InputStream objects. These objects...

    docs.aspose.com/html/java/output-streams/
  7. Füg einen XML-Namespace in den XMP-Metadaten hi...

    Das Hinzufügen eines XML-Namespace in XMP-Metadaten von EPS mithilfe von Aspose.Page für C++ wird hier mit dem Code veranschaulicht....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/de/cpp/xmp-metadata/add-na...
  8. Add properties in XMP metadata of EPS | C++

    The process of adding properties in XMP metadata of EPS file with Aspose.Page for C++ is explained and illustrated with the code snippets here....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "add_simple_props_input...

    docs.aspose.com/page/cpp/xmp-metadata/add-prope...
  9. Change simple values in XMP EPS metadata |C++

    The process of changing simple values in XMP metadata of EPS file with Aspose.Page API solution for C++ is explained and illustrated with the code here....System ::SharedPtr < System::IO::FileStream > psStream = System::MakeObject...System::MakeObject < System::IO::FileStream > (dataDir + u "get_input...

    docs.aspose.com/page/cpp/xmp-metadata/change-si...
  10. Add XMP metadata to EPS file using .NET

    The process of adding XMP metadata to EPS file with Aspose.Page API solution for C# .NET is explained and illustrated with the code snippets here.... IO . FileStream psStream = new System. IO . FileStream...eps" , System. IO . FileMode . Open , System. IO . FileAccess ...

    docs.aspose.com/page/net/xmp-metadata/add/