Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 16,497 for

content stream

(0.15 sec)
  1. Extract Assets from RVM File Formats via Java |...

    Sample Java extract assets code for RVM file. Use this example code to extract assets from RVM file within any Web or Desktop Java based application....Extract(scene,za, true ); //close stream resource za.closeIo(); //Callable...Zip(OutputStream stream) { archive = new ZipOutputStream(stream); } public...

    products.aspose.com/3d/java/extractor/rvm/
  2. Quick Start in Python|Aspose.Words for Java

    Python: Quick Start Aspose.Words for Java....Ask AI Quick Start in Python Contents [ Hide ] This section includes...in Python Load And Save To Stream in Python Simple Mail Merge...

    docs.aspose.com/words/java/quick-start-in-python/
  3. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF for Java....operations with PDF documents Contents [ Hide ] Basic operations...save a PDF document to file, stream, send to Web or save as PDF/A...

    docs.aspose.com/pdf/java/basic-operations/
  4. Aspose.Words Markdown Generation Fails for Spec...

    Hello Aspose Support Team, We are facing an issue while converting certain Word template documents (.docx) into Markdown format using Aspose.Words. Issue Summary Service: TextExtractor Operation: Word (.docx) → Markd…...Save(Stream stream, SaveFormat saveFormat)...charts, or third-party embedded content? Does the conversion succeed...

    forum.aspose.com/t/aspose-words-markdown-genera...
  5. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your document design effortlessly!...ImageData Contents [ Hide ] ImageData class Defines an image...Save ( Stream ) Saves the image into the specified stream. Save...

    reference.aspose.com/words/net/aspose.words.dra...
  6. 通過 .NET 從 VRML 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 VRML 文檔加載、呈現和添加提取資產。...public Zip(Stream stream) { archive = new ZipArchive(stream, ZipArchiveMode...Add( string fileName, byte [] content, bool enableCompression) {...

    products.aspose.com/3d/zh-hant/net/extractor/vrml/
  7. 通過 .NET 從 STL 文件格式中提取資產 | products.aspose.com

    C# 源代碼,用於從 .NET Framework、.NET Core、Mono 上的 STL 文檔加載、呈現和添加提取資產。...public Zip(Stream stream) { archive = new ZipArchive(stream, ZipArchiveMode...Add( string fileName, byte [] content, bool enableCompression) {...

    products.aspose.com/3d/zh-hant/net/extractor/stl/
  8. Sequential multi-page image export (batch) mode...

    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....image export (batch) mode Contents [ Hide ] In the normal mode...page into memory from an input stream –> processing a page (for example...

    docs.aspose.com/imaging/java/sequential-multi-p...
  9. 在 C# 中将 EPUB 转换为 GIF – Aspose.HTML for .NET

    使用Aspose.HTML API在C#中将EPUB转换为GIF。在C#示例中考虑各种EPUB到GIF的转换方案。尝试在线EPUB转换器。...Pricing Buy 用 C# 将 EPUB 转换为 GIF Contents [ Hide Show ] GIF 是一种流行的图像格式,经常用于网络出版。使用...Aspose.Html.Saving; using var stream = File.OpenRead(DataDir + "input...

    docs.aspose.com/html/zh/net/convert-epub-to-gif/
  10. Delete PDF pages|Aspose.PDF for Java

    This section explains how to delete PDF pages with Aspose.PDF Facades using PdfFileEditor class....Ask AI Delete PDF pages Contents [ Hide ] If you want to delete...); } Delete PDF Pages Using Streams The Delete method of PdfFileEditor...

    docs.aspose.com/pdf/java/delete-pdf-pages/