Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 16,495 for

content stream

(0.07 sec)
  1. Convert HTML to PNG – Aspose.HTML for .NET

    Convert HTML to PNG using Aspose.HTML for .NET. Consider various HTML to PNG conversion scenarios in C# examples. Try online HTML Converter....Convert HTML to PNG in C# Contents [ Hide Show ] PNG is one of...UseAntialiasing = false . Output Stream Providers If it is required...

    docs.aspose.com/html/net/convert-html-to-png/
  2. 获取 .NET 中字体替换的警告回调|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中获取字体替换的警告回调,并准确呈现 PowerPoint 和 OpenDocument 演示文稿。...NET 中字体替换的警告回调 Contents [ Hide ] 概览 Aspose.Slides for .NET...// 将演示文稿导出为 PDF。 using var stream = new MemoryStream (); presentation...

    docs.aspose.com/slides/zh/net/getting-warning-c...
  3. Extract Assets from JT File Formats via .NET | ...

    C# source code to load, render and add extract assets from JT documents on .NET Framework, .NET Core, Mono....public Zip(Stream stream) { archive = new ZipArchive(stream, ZipArchiveMode...Add( string fileName, byte [] content, bool enableCompression) {...

    products.aspose.com/3d/net/extractor/jt/
  4. Extract Assets from USDZ File Formats via .NET ...

    C# source code to load, render and add extract assets from USDZ documents on .NET Framework, .NET Core, Mono....public Zip(Stream stream) { archive = new ZipArchive(stream, ZipArchiveMode...Add( string fileName, byte [] content, bool enableCompression) {...

    products.aspose.com/3d/net/extractor/usdz/
  5. TableSubstitutionRule.save method | Aspose.Word...

    aspose.words.fonts.TableSubstitutionRule.save method...save method Contents [ Hide ] save(file_name) Saves the current...Output file name. save(output_stream) Saves the current table substitution...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...page and save the image to stream pngDevice.Process(pdfDocument...Pages[pageCount], imageStream); // Close stream imageStream.Close(); } } //...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  7. Pixel Data Manipulation using Aspose.PSD for C#...

    Example of how to directly and rapidly fast update raw pixel data using PSD C# API...PSD for C# Contents [ Hide ] Introduction Aspose...File as a Stream : Open the input file as a stream using the...

    docs.aspose.com/psd/net/pixel-data-manipulation/
  8. aspose.words.reporting module | Aspose.Words fo...

    This module contains classes of the Aspose.Words' new reporting engine that supports report templates marked up with a language based on the LINQ Method Syntax....reporting module Contents [ Hide ] This module contains...access to data of a CSV file or stream to be used within a report...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose.Slides for Java 14.9.0 的公共 API 和向后不兼容的更改...

    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....0 的公共 API 和向后不兼容的更改 Contents [ Hide ] 本页面列出了所有 添加的 类、方法、属性等,以及在...void IPresentation.save(Stream stream, int[] slides, SaveFormat...

    docs.aspose.com/slides/zh/java/public-api-and-b...
  10. Java 3D Formats Extract Assets | products.aspos...

    Extract Assets from 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via Java library using a few lines of java code....Extract(scene,za, true ); //close stream resource za.closeIo(); //Callable...Zip(OutputStream stream) { archive = new ZipOutputStream(stream); } public...

    products.aspose.com/3d/java/extractor/