Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 12,315 for

content stream

(0.1 sec)
  1. Opening and Saving a PPTM File in C# Throws a N...

    Hi Team, Attached a simple .net8 console app project with a pptm file. In this project with this pptm a simple open and save action throws Unhandled exception. System.NullReferenceException: Object reference not set …...(Presentation , Stream, PptxOptions , InterruptionToken...Aspose.Slides.Presentation.(Stream ,PptxOptions ) at Aspose.Slides...

    forum.aspose.com/t/opening-and-saving-a-pptm-fi...
  2. 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/
  3. Convert SVG to XPS | Aspose.HTML for .NET

    Convert SVG to XPS using Aspose.HTML for .NET. Consider various SVG to XPS conversion scenarios in C# examples. Try online SVG Converter....Convert SVG to XPS – C# Examples Contents [ Hide Show ] XPS is a document...background color, etc. Output Stream Providers If it is required...

    docs.aspose.com/html/net/convert-svg-to-xps/
  4. DataSet | Aspose.Words for Java

    Represents an in-memory cache of data in Java....DataSet Contents [ Hide ] Inheritance: java.lang.Object public...isLocaleSpecified() readXml(InputStream stream) Reads XML schema and data...

    reference.aspose.com/words/java/com.aspose.word...
  5. Convert PDF to Base64 in C#

    This topic discusses how to convert PDF to Base64 in C#. It provides the setup instructions, ordered steps, and a code example to transform PDF to Base 64 in C#....MemoryStream and a ByteArray with PDF content using the ToBase64String method...the PDF file from an input stream, processing only selected pages...

    kb.aspose.com/pdf/net/convert-pdf-to-base64-in-...
  6. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++导入HTML时防止大数字被转换为指数形式。...在从HTML导入时避免大数字的指数表示 Contents [ Hide ] 有时你的HTML中包含如1234567890...Convert byte array into stream const stream = byteArray ; // Create...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-e...
  7. IHyphenationCallback.RequestDictionary | Aspose...

    Discover the IHyphenationCallback RequestDictionary method, efficiently handle missing hyphenation dictionaries for seamless language support in your application....RequestDictionary Contents [ Hide ] IHyphenationCallback.RequestDictionary...hyphenation dictionary by stream. Stream dictionaryStream = new...

    reference.aspose.com/words/net/aspose.words/ihy...
  8. Public API Changes in Aspose.Email 3.9.0|Docume...

    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 Contents [ Hide ] The following changes...0. MapiTask .FromVTodo(Stream stream) MapiTask .FromVTodo(string...

    docs.aspose.com/email/java/public-api-changes-i...
  9. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....(US) hyphenation dictionary by stream. InputStream dictionaryStream...found pattern will be used. Content can be wrapped differently...

    reference.aspose.com/words/java/com.aspose.word...
  10. MarkdownSaveOptions.export_images_as_base64 pro...

    MarkdownSaveOptions.export_images_as_base64 property. Specifies whether images are saved in Base64 format to the output file...md' ) as stream : out_doc_contents = stream . read () if...'data:image/jpeg;base64' , out_doc_contents ) else : self . assertIn (...

    reference.aspose.com/words/python-net/aspose.wo...