Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 4,401 for

stream provider

(0.12 sec)
  1. HtmlFragment in Page.Footer renders, but footer...

    Hello, I am testing footer rendering in Aspose.PDF for .NET and I am seeing inconsistent behavior when using HTML footers. What I am trying to do I want to: convert the main body from HTML using HtmlLoadOptions add a…...Document document; using (var stream = GenerateStreamFromSt(bodyHtml))... { document = new Document(stream, loadOptions); } Page page...

    forum.aspose.com/t/htmlfragment-in-page-footer-...
  2. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....Cells provides a class, Workbook , that represents...class. The Worksheet class provides a wide range of properties...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  3. Aspose.PDF is not retaining the page rotation c...

    Hello Aspose Team, I have written C# code with Aspose.pdf Library to rotate the pages in pdf document to 90,180, 270 degree with c# code. While selecting the page and performing the rotation working as expected. While p…...the same stream, ensure the stream is rewound ( stream.Position...empty or partially‑written stream and may fall back to the original...

    forum.aspose.com/t/aspose-pdf-is-not-retaining-...
  4. 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....the content stream. A content stream is a PDF stream object whose...direct control over PDF content streams in Python, such as placing...

    docs.aspose.com/pdf/python-net/working-with-ope...
  5. Aspose::Words::Drawing::OleFormat::get_OlePacka...

    Aspose::Words::Drawing::OleFormat::get_OlePackage method. Provide access to OlePackage if OLE object is an OLE Package. Returns null otherwise in C++....OleFormat::get_OlePackage method Provide access to OlePackage if OLE...+ u "cat001.zip" ); { auto stream = System :: MakeObject < System...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. "Unable to load DLL" Error When Using Aspose.Sl...

    Hi, I’m facing this issue running aspose in a windows container. I’m using ASpose.Slides.NET version 23.5.0 2023-09-01 09:39:20,853 ERROR SEPDFConverter.Service.ConverterService - Unable to load DLL 'aspose.slides.dra…...☻(Presentation ☻, Stream ♥, Int32[] ♣, PdfOptions, InterruptionToken...♠) at ♣↑↓▬.♥(Presentation ☻, Stream ♥, PdfOptions ♣, InterruptionToken)...

    forum.aspose.com/t/unable-to-load-dll-error-whe...
  7. Loading Web‑Open‑Font (WOFF) files | .NET

    Step‑by‑step guide on how to load, inspect and convert Web‑Open‑Font (WOFF) files in .NET using the Aspose.Font library, covering file‑system, byte array and Stream sources....the library a stream to that file. Wrap the stream source in a..."C:\Fonts\MyWebFont.woff" ; 12 13 // Stream source that reads directly...

    docs.aspose.com/font/net/how-to-load-fonts/load...
  8. Hyphenation class | Aspose.Words for Python

    aspose.words.Hyphenation class. Provides methods for working with hyphenation dictionaries...Hyphenation class Hyphenation class Provides methods for working with hyphenation...register_dictionary(language, stream) Registers and loads a hyphenation...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Converting an FDF to XML format|Aspose.PDF for ...

    This section explains how you can convert an FDF to XML format with FormDataConverter Class....Facades provides us the flexibility to convert...for this purpose. This class provides us different method to convert...

    docs.aspose.com/pdf/net/converting-an-fdf-to-xm...
  10. Using own fonts for Html to Pdf converter in Do...

    How to use certain fonts for Html to Pdf converter in docker in .NET... Please provide the above details if the steps...SetFontsLookupFolder(fontPath, true); var stream = new MemoryStream(); using...

    forum.aspose.com/t/using-own-fonts-for-html-to-...