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

content stream

(0.16 sec)
  1. Advanced Text Extraction from Presentations in ...

    Quickly extract text from PowerPoint and OpenDocument presentations using Aspose.Slides for Java. Follow our simple, step-by-step guide to save time....from Presentations in Java Contents [ Hide ] It’s not uncommon...getPresentationText ( InputStream stream , int mode ); public IPresentationText...

    docs.aspose.com/slides/java/extract-text-from-p...
  2. EPS to BMP Conversion | API for Python

    Sample Python conversion code for EPS format to BMP file. Use this example code to convert EPS to BMP within any Web or Console Python based application....instance of PsDocument via a stream Create and set instances of...initialize PostScript input stream open( "input.eps" ); # load...

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

    Sample Python conversion code for EPS format to JPEG file. Use this example code to convert EPS to JPEG within any Web or Console Python based application....instance of PsDocument via a stream Create and set instances of...initialize PostScript input stream open( "input.eps" ); # load...

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

    Sample Python conversion code for EPS format to EMF file. Use this example code to convert EPS to EMF within any Web or Console Python based application....instance of PsDocument via a stream Create and set instances of...initialize PostScript input stream open( "input.eps" ); # load...

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

    Sample Python conversion code for EPS format to PNG file. Use this example code to convert EPS to PNG within any Web or Console Python based application....instance of PsDocument via a stream Create and set instances of...initialize PostScript input stream open( "input.eps" ); # load...

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

    Sample Python conversion code for EPS format to PS file. Use this example code to convert EPS to PS within any Web or Console Python based application....instance of PsDocument via a stream Create and set instances of...initialize PostScript input stream open( "input.eps" ); # load...

    products.aspose.com/page/python-net/conversion/...
  7. Python unable to convert eml file to PST gettin...

    We are trying to convert a eml file downloaded to PST format, but getting below error Reason: Proxy error(ArgumentNullException): Could not find the data block by its identifier. (Parameter ‘entry’) Below is the code f…...open(eml_path, 'rb') as f: eml_content = f.read() # Create PST file...and add to PST stream = io.BytesIO(eml_content) mapi_msg = MapiMessage...

    forum.aspose.com/t/python-unable-to-convert-eml...
  8. Working with Transparency in PS file | Python

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Transparency in PS file | Python Contents [ Hide Show ] Add transparency...these steps: Create an output stream for the resulting PS file....

    docs.aspose.com/page/python-net/ps/working-with...
  9. 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 …...Percents(10), // new contents width calculated automatically...ContentsResizeValue.Percents(20), // new contents height is calculated automatically...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...
  10. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...NET Contents [ Hide Show ] 保存 SVG 文档 您...initialized = true ; 29 30 using (Stream newStream = archive. CreateEntry...

    docs.aspose.com/svg/zh/net/save-svg-document/