Sort Score
Result 10 results
Languages All
Labels All
Results 3,001 - 3,010 of 4,291 for

stream provider

(0.49 sec)
  1. Export Math Equations from Presentations in Pyt...

    Unlock seamless export of math equations from PowerPoint to MathML using Aspose.Slides for Python via .NET—preserve formatting and boost compatibility....xml" , "wb" ) as file_stream : math_paragraph . write_as_math_ml...write_as_math_ml ( file_stream ) FAQ What exactly is exported to MathML—a...

    docs.aspose.com/slides/python-net/exporting-mat...
  2. Disappearing watermarks and text when printed -...

    I have a PDF with watermarks and text Streams that are visible on screen, but suddenly disappear when printed out from Adobe. The PDF was created with Aspose.PDF for .NET 18.1. The document is supposed to represent an a…...PDF with watermarks and text streams that are visible on screen...and OCGs, that cause text streams to disappear when printed?...

    forum.aspose.com/t/disappearing-watermarks-and-...
  3. PNG به PDF ادغام با استفاده از Python | Aspose.PDF

    دو یا چند سند PNG را در یک فایل PDF واحد به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET ترکیب کنید...from io import FileIO infiles_streams = [ FileIO ( path . join (...merge_images ( input_images_streams = infiles_streams , output_image_format...

    products.aspose.com/pdf/fa/python-net/merger/pn...
  4. EPUB in PDF umwandeln – C#-Code und Online-Konv...

    Konvertieren Sie EPUB in PDF in C# mit Aspose.HTML for .NET API. Betrachten Sie verschiedene Szenarien der EPUB-zu-PDF-Konvertierung in C#-Beispielen....Saving; using var stream = File.OpenRead(DataDir + "input...{{/if_output}} Converter.ConvertEPUB(stream, options, "output.{{output...

    docs.aspose.com/html/de/net/convert-epub-to-pdf/
  5. BMP به PDF ادغام با استفاده از Python | Aspose.PDF

    دو یا چند سند BMP را در یک فایل PDF واحد به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET ترکیب کنید...from io import FileIO infiles_streams = [ FileIO ( path . join (...merge_images ( input_images_streams = infiles_streams , output_image_format...

    products.aspose.com/pdf/fa/python-net/merger/bm...
  6. 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/
  7. JPEG به PDF ادغام با استفاده از Python | Aspose...

    دو یا چند سند JPEG را در یک فایل PDF واحد به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET ترکیب کنید...from os import path infiles_streams = [ FileIO ( path . join (...merge_images ( input_images_streams = infiles_streams , output_image_format...

    products.aspose.com/pdf/fa/python-net/merger/jp...
  8. Convert images to JPEG2000(JPEG 2000) image for...

    Using Aspose.Imaging for .NET library it is easy to convert to JPEG2000(JPEG 2000) from other supported image formats... The code streams in JPEG 2000 is significantly...having regions of interest that provide the facility for spatial random...

    products.aspose.com/imaging/net/conversion/to/j...
  9. Enregistrer un fichier dans l objet de réponse ...

    Apprenez comment générer dynamiquement des fichiers et les envoyer directement au navigateur d un client en utilisant Aspose.Cells for JavaScript via C++....= null ) { // Server-side streaming scenario (not used in browser...Excel2003 XLS format to response stream with options const options...

    docs.aspose.com/cells/fr/javascript-cpp/saving-...
  10. プロジェクトファイルを読む| Aspose.Tasks ドキュメント

    このガイドでは、C ++のAspose.Tasksを使用してMicrosoftプロジェクトファイルを読み取り、処理する方法について説明します。...GitHub Reading Project File from Stream Copy 1 // The path to the documents...file stream 5 { 6 System::SharedPtr < System::IO::Stream > filesStream...

    docs.aspose.com/tasks/ja/cpp/reading-project/