Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 4,350 for

stream provider

(0.95 sec)
  1. Convert a Document to Markdown|Aspose.Words for...

    Convert a document in any supported load format to Markdown and vice versa using Python....Words provides the ability to convert a document...being actively developed to provide you with more opportunities...

    docs.aspose.com/words/python-net/convert-a-docu...
  2. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for Android via Java. From entire pages, from a specific part, based on columns, etc....extractedText ); // Close the stream writer . close (); } catch...Aspose.PDF for Android via Java provides access to such items by name...

    docs.aspose.com/pdf/androidjava/extract-text-fr...
  3. Aspose Word and PPT for python not working in A...

    We are trying to use Aspose PDF and Apose word in Azure Databricks by using python. It is crashing when try to set liscence or try to use any function by below message. Is there any one successful Fatal error: The Pytho…...error messages that might provide more insight into the issue...def init (self): lic_xml = “” stream = io.BytesIO(base64.b64decode(lic_xml)...

    forum.aspose.com/t/aspose-word-and-ppt-for-pyth...
  4. TxtLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.TEXT document into a Document object in Java....com/words/net/\n"; try (ByteArrayInputStream stream = new ByteArrayInputStream(INPUT_TEXT...Document doc = new Document(stream, loadOptions); // Print hyperlinks...

    reference.aspose.com/words/java/com.aspose.word...
  5. 'This license file is corrupted' error on updat...

    https://forum.aspose.com/t/this-license-file-is-corrupted-error-on-updating-to-aspose-cells-v-24-11-0/295350/2 https://forum.aspose.com/t/this-license-file-is-corrupted-error-on-updating-to-aspose-cells-v-24-11-0/295350…...SetLicense(Stream stream) method in Aspose.Cells...@AvneetK Would you like to provide your license file? We will...

    forum.aspose.com/t/this-license-file-is-corrupt...
  6. Converting a PDF file to PNG using Python | Asp...

    Sample code on Python for PDF to PNG conversion. Use example code for batch PDF to PNG conversion with Python and .NET... Open an output file stream for each processed image, and...encoded image data to this stream.This saves the converted images...

    products.aspose.com/pdf/python-net/conversion/p...
  7. Data Filtering|Documentation

    Learn how to add a data filter by using the Aspose.Cells for JavaScript via C++ API....Contents [ Hide ] Microsoft Excel provides some good features to autofilter...JavaScript via C++ Aspose.Cells provides the Workbook class that represents...

    docs.aspose.com/cells/javascript-cpp/data-filte...
  8. FontSettings.setFontsSources method | Aspose.Wo...

    Aspose.Words.Fonts.FontSettings.setFontsSources method...cacheInputStream Buffer Input stream with saved font search cache...search cache, fonts in the provided sources are identified via...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Convert Markdown to Word in C#

    This guide covers the details to convert Markdown to Word in C#. It explains the step-by-step program flow and a working code snippet to render Markdown to DOCX in C#....step-by-step program flow and provides a working code snippet to...exports it to the disk or a stream for further processing. Subsequently...

    kb.aspose.com/html/net/convert-markdown-to-word...
  10. Scaling down an XFA pdf file - Free Support For...

    Hello My client has the need to scale down an existing XFA pdf file and then add a "text" at the bottom of the page. I was wondering if aspose.pdf would be able to handle someting like this (scaling down a file). Thanks …...parameters); // save document to stream. doc.Save(ms); // add text...page // Open PDF Document from stream Aspose.Pdf.Document origPDF...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...