Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 15,828 for

content stream

(0.08 sec)
  1. PlainTextDocument constructor | Aspose.Words fo...

    Aspose.Words.PlainTextDocument constructor...PlainTextDocument constructor Contents [ Hide ] PlainTextDocument(fileName)...PlainTextDocument(stream) Creates a plain text document from a stream. Automatically...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. NodeRendererBase.Save | Aspose.Words for .NET

    Discover the NodeRendererBase Save method. Easily render shapes as images and save them to files for seamless integration and enhanced productivity....Save Contents [ Hide ] Save( string, ImageSaveOptions ) Renders...options ); using ( MemoryStream stream = new MemoryStream ()) math...

    reference.aspose.com/words/net/aspose.words.ren...
  3. Replacer Class | Aspose.Words for .NET

    Effortlessly replace text in documents with Aspose.Words.LowCode.Replacer. Simplify your workflow and enhance document management today!...Replacer Contents [ Hide ] Replacer class Provides methods intended...cancellation token. From ( Stream ) Specifies input document...

    reference.aspose.com/words/net/aspose.words.low...
  4. MailMerger.ExecuteWithRegionsToImages | Aspose....

    Effortlessly merge data from a DataTable into documents with MailMerger ExecuteWithRegionsToImages, transforming your Content into stunning images....ExecuteWithRegionsTo Contents [ Hide ] ExecuteWithRegionsTo(...result to images. public static Stream [] ExecuteWithRegionsTo ( string...

    reference.aspose.com/words/net/aspose.words.low...
  5. Work with PDF Operators in Python|Aspose.PDF fo...

    Learn how to use low-level PDF operators in Python for precise Content Stream manipulation and graphics control....with PDF Operators in Python Contents [ Hide ] Introduction to the...inside the content stream. A content stream is a PDF stream object...

    docs.aspose.com/pdf/python-net/working-with-ope...
  6. Write Text on Image using C#

    This article guides on how to write text on image using C#. It has details to establish the IDE, a list of steps, and a sample code to add text on an image using C#....type and the TTF font file content Load the font as TtfFont using...method to create a rendered text stream with loaded font, text, and...

    kb.aspose.com/font/net/write-text-on-image-usin...
  7. Aspose::Words::LowCode::Comparer::CompareToImag...

    Aspose::Words::LowCode::Comparer::CompareToImages method. Compares two documents and saves the differences as images. Each item in the returned array represents a single page of the output rendered as an image in C++....r::CompareToImages method Contents [ Hide ] Comparer::CompareToImages(const...IO::Stream>&, const System::SharedPtr<System::IO::Stream>&, const...

    reference.aspose.com/words/cpp/aspose.words.low...
  8. Aspose::Words::LowCode::Replacer class | Aspose...

    Aspose::Words::LowCode::Replacer class. Provides methods intended to find and replace text in the document in C++....Aspose::Words::LowCode::Replacer class Contents [ Hide ] Replacer class Provides...System::SharedPtr<System::IO::Stream>&) Specifies input document...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. Bug when saving OLE attachment - Free Support F...

    I believe I found a bug when using MapiAttachment.Save(Stream Stream) on an OLE attachment (attachment with PR_ATTACH_METHOD == ATTACH_OLE). On the message I was testing with, I noticed that using MAPI to download the O…...Save(Stream stream) on an OLE attachment (attachment...used MapiAttachment.Save(Stream stream) to save the attachment...

    forum.aspose.com/t/bug-when-saving-ole-attachme...
  10. Aspose.Words - Errors after upgrading to .NET8,...

    Hi, I have a method where I am trying to save the document with custom properties. I am using the document.Save() to achieve it. After updating to .NET 8, I am getting the following error for document Save methods. No…...You can save your document to stream and them sent it to the browser...(MemoryStream stream = new MemoryStream()) { doc.Save(stream, SaveFormat...

    forum.aspose.com/t/aspose-words-errors-after-up...