Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 15,716 for

content stream

(0.18 sec)
  1. Get Barcode Type and Encoded Data|Documentation

    This article describes how to read barcode parameters...Barcode Type and Encoded Data Contents [ Hide ] Decode Barcode Type...} Read Barcode Data as Byte Stream In cases when it is necessary...

    docs.aspose.com/barcode/net/get-barcode-type-an...
  2. PageLayoutCallbackArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Layout.PageLayoutCallbackArgs class for efficient document layout management. Enhance your workflow with powerful notification features....PageLayoutCallbackAr Contents [ Hide ] PageLayoutCallbackAr class...pageIndex ) }; using ( FileStream stream = new FileStream ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words.lay...
  3. Aspose::Words::Drawing::OleFormat::get_ProgId m...

    Aspose::Words::Drawing::OleFormat::get_ProgId method. Gets or sets the ProgID of the OLE object in C++....Format::get_ProgId method Contents [ Hide ] OleFormat::get_ProgId...system. // 1 - Save it via a stream: { auto fs = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. PDF Multimedia Annotation using C#|Aspose.PDF f...

    Aspose.PDF for .NET allows you to add, get, and delete the multimedia annotation from your PDF document....Multimedia Annotation using C# Contents [ Hide ] Annotations in a...RichMediaAnnotation class can be used. Stream CustomPlayer { set; }: Allows...

    docs.aspose.com/pdf/net/multimedia-annotation/
  5. Gigantic file size when saving Aspose.Cells.Wor...

    Dear support, when converting Excel files (*.xlsx) into PDF files using the Aspose.Cells component, in some cases the file size (and processing time) grows enormously. I’ll attach a sample project containing 3 xlsx fil…...inFile in inFiles) { byte[] content = File.ReadAllBytes(path +...(MemoryStream stream = new MemoryStream(content)) { Aspose.Cells...

    forum.aspose.com/t/gigantic-file-size-when-savi...
  6. Aspose::Words::Document class | Aspose.Words fo...

    Aspose::Words::Document class. Represents a Word document. To learn more, visit the documentation article in C++....Aspose::Words::Document class Contents [ Hide ] Document class Represents...:IO::Stream>&) Opens an existing document from a stream. Automatically...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Convert EPUB to TIFF – C# – Aspose.HTML for .NET

    Convert EPUB to TIFF using Aspose.HTML API. Consider various EPUB to TIFF conversion scenarios in C# examples. Try online EPUB Converter....Pricing Buy Convert EPUB to TIFF Contents [ Hide Show ] With Aspose...Aspose.Html.Saving; using var stream = File.OpenRead(DataDir + "input...

    docs.aspose.com/html/net/convert-epub-to-tiff/
  8. 使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容|Documentation

    学习如何在使用Aspose.Cells for C++加载HTML时,将列和行自动调整以适应内容。...使用C++在加载工作簿时自动调整列宽和行高以适应HTML内容 Contents [ Hide ] 可能的使用场景 在加载 HTML...Convert HTML string to memory stream std :: string utf8Data = sampleHtml...

    docs.aspose.com/cells/zh/cpp/autofit-columns-an...
  9. Data encoding for 2D barcodes|Documentation

    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....Data encoding for 2D barcodes Contents [ Hide ] Generate Barcodes...ISO/IEC 646 ; binary of raw bytes stream encoding; Unicode symbols encoding...

    docs.aspose.com/barcode/net/data-encoding-2d/
  10. Getting an error processing a PDF attachment - ...

    <p>I am using using the Aspose.Email to get attachments out of an Outlook email like this:</p> var mailMessage = Aspose.Email.Mail.MailMessage.Load(Stream); var attachments = Aspose.Email.Outlook.MapiMessage.F…...Load(stream); var attachments = Aspose...anywhere. Note that the initial stream object above is a *.msg Outlook...

    forum.aspose.com/t/getting-an-error-processing-...