Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 12,267 for

content stream

(0.06 sec)
  1. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignatureUtil::LoadSignatures method. Loads digital signatures from document using Stream in C++....il::LoadSignatures method Contents [ Hide ] DigitalSignature...System::SharedPtr<System::IO::Stream>&) method Loads digital signatures...

    reference.aspose.com/words/cpp/aspose.words.dig...
  2. BarcodeGenerator | Aspose.BarCode for Java API ...

    BarcodeGenerator for backend barcode images generation....BarcodeGenerator Contents [ Hide ] Inheritance: java.lang.Object...BarCode properties to the xml-stream specified exportToXml(String...

    reference.aspose.com/barcode/java/com.aspose.ba...
  3. DocumentBuilder.insertOleObjectAsIcon method | ...

    Aspose.Words.DocumentBuilder.insertOleObjectAsIcon method...insertOleObjectAsIco method Contents [ Hide ] insertOleObjectAsIco(fileName...position. insertOleObjectAsIco(stream, progId, iconFile, iconCaption)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create and Load a OneNote Document | Aspose.Not...

    This guide provides instructions on how to create and load a OneNote document for developers working with the .NET platform....and Load a OneNote Document Contents [ Hide Show ] Aspose.Note...❤ by GitHub Save to Memory Stream with Embedded Resources Copy...

    docs.aspose.com/note/net/create-and-load-a-onen...
  5. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java....ReplacerContext Contents [ Hide ] Inheritance: java.lang.Object...document using documents from the stream using context. // There is...

    reference.aspose.com/words/java/com.aspose.word...
  6. ImageData.setImage method | Aspose.Words for No...

    Aspose.Words.Drawing.ImageData.setImage method...setImage method Contents [ Hide ] setImage(image) setImage (...Description image JSImage setImage(stream) Sets the image that the shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Convert MHTML to PDF – C# Examples and Online C...

    Convert MHTML to PDF in C# using Aspose.HTML for .NET. Consider the supported MHTML to PDF conversion scenarios in C# examples....Convert MHTML to PDF – C# Contents [ Hide Show ] MHTML to PDF...Aspose.Html.Saving; using var stream = File.OpenRead("sample.mht");...

    docs.aspose.com/html/net/convert-mhtml-to-pdf/
  8. LaTeX math formulas rendering | Aspose.TeX for ...

    Aspose.TeX API solution for .NET LaTeX math formulas rendering is described in this article. Learn the code examples on how to use the functionality....NET Contents [ Hide Show ] How to render...21 22 // Specify the output stream for the log file. 23 options...

    docs.aspose.com/tex/net/latex-math-formula-rend...
  9. Splitter.split method | Aspose.Words for Python

    aspose.words.lowcode.Splitter.split method...split method Contents [ Hide ] split(input_file_name, output_file_name...split options. split(input_stream, save_format, options) Splits...

    reference.aspose.com/words/python-net/aspose.wo...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void StreamToDocX1(String docFilePath, OutputStream Stream) throws Exception { document = new Document(docFilePath); docume…... docFilePath, OutputStream stream) throws Exception { document...RuntimeException(e); } } }); document.save(stream, SaveFormat.DOCX); } ssj123ssj...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...