Sort Score
Result 10 results
Languages All
Labels All
Results 6,731 - 6,740 of 16,342 for

content stream

(0.42 sec)
  1. Audio|Aspose.Slides for Python Documentation

    Work with audio in Python using Aspose.Slides: add, replace, extract, and trim sounds, set volume and playback for slides and shapes in PowerPoint and OpenDocument....Audio Contents [ Hide ] Illustrates how to embed audio frames..."audio.wav" , "rb" ) as audio_stream : audio_frame = slide . shapes...

    docs.aspose.com/slides/python-net/examples/elem...
  2. Применение лицензии|Documentation

    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....Применение лицензии Contents [ Hide ] Как только вы будете удовлетворены...getPath () + "/" ; // Create a stream object containing the license...

    docs.aspose.com/cells/ru/java/applying-a-license/
  3. MSG को PDF के रूप में सहेजना|Documentation

    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....MSG को PDF के रूप में सहेजना Contents [ Hide ] यह लेख दिखाता है...//Save the Message to output stream in MHTML format ByteArrayOutputStrea...

    docs.aspose.com/email/hi/java/saving-a-msg-as-pdf/
  4. Math‑Formeln aus Präsentationen in .NET exporti...

    Ermöglichen Sie einen nahtlosen Export von mathematischen Gleichungen von PowerPoint nach MathML mit Aspose.Slides für .NET - bewahren Sie die Formatierung und erhöhen Sie die Kompatibilität....NET exportieren Contents [ Hide ] Einleitung Aspose...SetSuperscript ( "2" ))); using ( Stream stream = new FileStream ( "mathml...

    docs.aspose.com/slides/de/net/exporting-math-eq...
  5. Автоподгонка столбцов и строк при загрузке HTML...

    Узнайте, как автоматически подгонять столбцы и строки при загрузке HTML в рабочую книгу с помощью Aspose.Cells for C++....рабочую книгу с помощью C++ Contents [ Hide ] Возможные сценарии...Convert HTML string to memory stream std :: string utf8Data = sampleHtml...

    docs.aspose.com/cells/ru/cpp/autofit-columns-an...
  6. VSTOおよびAspose.Cellsでワークシートの背景画像を設定する|Documentation

    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....Cellsでワークシートの背景画像を設定する Contents [ Hide ] スプレッドシートに背景画像を適用するには:...//Get the picture into the streams. FileStream fs = File . OpenRead...

    docs.aspose.com/cells/ja/net/set-background-pic...
  7. Autoadatta colonne e righe durante il caricamen...

    Impara come autofittare colonne e righe durante il caricamento di HTML in un Workbook usando Aspose.Cells for C++....caricamento HTML in Workbook con C++ Contents [ Hide ] Possibili Scenari...Convert HTML string to memory stream std :: string utf8Data = sampleHtml...

    docs.aspose.com/cells/it/cpp/autofit-columns-an...
  8. Convertir HTML a PDF – ejemplos de C# y convert...

    Aprenda a convertir HTML a PDF con Aspose.HTML for .NET y considere varios escenarios de conversión de HTML a PDF en ejemplos de C#....Convertir HTML a PDF en C# Contents [ Hide Show ] En esta guía...de flujo de salida – Output Stream Providers Si es necesario guardar...

    docs.aspose.com/html/es/net/convert-html-to-pdf/
  9. Convertir SVG a PNG – código C# y convertidor e...

    Convierta SVG a PNG en C# con Aspose.HTML for .NET. Considere varios escenarios de conversión de SVG a PNG en ejemplos de C#. Pruebe el convertidor SVG en línea....Convertir SVG a PNG en C# Contents [ Hide Show ] El formato de...de flujo de salida – Output Stream Providers Si es necesario guardar...

    docs.aspose.com/html/es/net/convert-svg-to-png/
  10. PDF به PNG ادغام با استفاده از C# | Aspose.PDF

    دو یا چند سند PDF را در یک فایل PNG واحد به صورت برنامه نویسی با کد نمونه C# با استفاده از Aspose.PDF برای .NET ترکیب کنید... Pages ) { using var stream = new MemoryStream (); pngDevice...pngDevice . Process ( page , stream ); stream . Position = 0 ; var outputFile...

    products.aspose.com/pdf/fa/net/merger/pdf-to-png/