Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 4,290 for

stream provider

(0.18 sec)
  1. PS to TIFF Conversion | API for Python

    Sample Python conversion code for PS format to TIFF file. Use this example code to convert PS to TIFF within any Web or Console Python based application....Page API Solution for Pyton provides extensive support for PS file...instance of PsDocument via a stream Create and set instances of...

    products.aspose.com/page/python-net/conversion/...
  2. EPS to WMF Conversion | API for Python

    Sample Python conversion code for EPS format to WMF file. Use this example code to convert EPS to WMF within any Web or Console Python based application....high-quality WMF images and provides you with flexibility and versatility...instance of PsDocument via a stream Create and set instances of...

    products.aspose.com/page/python-net/conversion/...
  3. PS to BMP Conversion | API for Python

    Sample Python conversion code for PS format to BMP file. Use this example code to convert PS to BMP within any Web or Console Python based application....Page API Solution for Pyton provides extensive support for PS file...instance of PsDocument via a stream Create and set instances of...

    products.aspose.com/page/python-net/conversion/...
  4. Mailmerge issue with Thai language in Docker ku...

    Hi, We are using .Net Aspose Word to mailmerge, and we observe some issue with the Thai language document. The texts in Thai language are converted to some unrecognized characters during merge, and this happens only in…...} } }; using (MemoryStream stream = new MemoryStream()) { using...(XmlWriter writer = XmlWriter.Create(stream, new XmlWriterSettings()))...

    forum.aspose.com/t/mailmerge-issue-with-thai-la...
  5. What's new|Aspose.PDF for Python via .NET

    In this page introduces the most popular new features in Aspose.PDF for Python via .NET that have been introduced in recent releases....have added: Lossless image stream recompression during PDF optimization...compresses eligible image XObject streams with FlateDecode, helping reduce...

    docs.aspose.com/pdf/python-net/whatsnew/
  6. Problems converting PDF (containing images) to ...

    I've upgraded our version of Aspose PDF for .Net recently and am now seeing problems when converting a PDF document to HTML. This only happens for some PDF documents - the ones I have noticed it happening on are document…...(Document , String , Stream , HtmlSaveOptions ) at Aspose...Aspose.Pdf.Document.Save(Stream outputStream, SaveOptions options)...

    forum.aspose.com/t/problems-converting-pdf-cont...
  7. Converting a XPS file to EMF using Python | Asp...

    Sample code on Python for XPS to EMF conversion. Use example code for batch XPS to EMF conversion with Python and .NET... Open a new file stream at the specified output path...page. Close the output file stream to ensure that all data is...

    products.aspose.com/pdf/python-net/conversion/x...
  8. Finding paragraph bounding boxes|Documentation

    Automatic detection of paragraph bounding boxes inside an image....all paragraphs in images, provided in OcrInput object , use detect_rectangles()...file. If the file is provided as a stream, an array of pixels...

    docs.aspose.com/ocr/python-net/image-regions-pa...
  9. PDF Conversion Solution using C# | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for .NET...to Excel formats but also provides different functions and properties...page and save the image to stream renderToImages . Process (...

    products.aspose.com/pdf/net/conversion/
  10. Working with PS Document | Python via .NET

    These articles are about working with text, shapes, tiling patterns, gradients, images and pages in PS or EPS files using Aspose.Page for Python via .NET....Create an output stream for PS document 5 out_ps_stream = open(dir...document = PsDocument(out_ps_stream, options, false ) To create...

    docs.aspose.com/page/python-net/working-with-ps/