Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 12,285 for

content stream

(0.06 sec)
  1. Add Watermarks to Presentations in Python|Aspos...

    Learn how to manage text and image watermarks in PowerPoint and OpenDocument presentations in Python to indicate a draft, confidential information, copyright, and more....to Presentations in Python Contents [ Hide ] About Watermarks..."watermark.png" , "rb" ) as image_stream : image = presentation . images...

    docs.aspose.com/slides/python-net/watermark/
  2. 向PDF文件添加文本|Aspose.PDF for Java

    本文介绍了在Aspose.PDF中处理文本的各个方面。了解如何向PDF添加文本、添加HTML片段或使用自定义OTF字体。...向PDF文件添加文本 Contents [ Hide ] 要向现有PDF文件添加文本: 使用Document对象打开输入PDF。...以下代码片段展示了如何在向 PDF 文档添加文本时,从 Stream 对象加载字体。 import com.aspose.pdf...

    docs.aspose.com/pdf/zh/java/add-text-to-pdf-file/
  3. Several JPG Into BMP Java

    Merge multiple JPG into BMP in Java code. Save JPG as BMP using Java....analyses the original graphical content, and exports the combined picture...List<Shape> shapes = fileNames.stream().map(fileName -> { try { return...

    products.aspose.com/words/java/merge/jpg-to-bmp/
  4. Several Image Into PNG Java

    Merge multiple Image into PNG in Java code. Save Image as PNG using Java....engine analyses the original content, and exports the combined result...List<Shape> shapes = fileNames.stream().map(fileName -> { try { return...

    products.aspose.com/words/java/merge/image-to-png/
  5. Several Image Into SVG Java

    Merge multiple Image into SVG in Java code. Save Image as SVG using Java....engine analyses the original content, and exports the combined result...List<Shape> shapes = fileNames.stream().map(fileName -> { try { return...

    products.aspose.com/words/java/merge/image-to-svg/
  6. Several Image Into GIF Java

    Merge multiple Image into GIF in Java code. Save Image as GIF using Java....engine analyses the original content, and exports the combined result...List<Shape> shapes = fileNames.stream().map(fileName -> { try { return...

    products.aspose.com/words/java/merge/image-to-gif/
  7. Java PowerPoint API | Aspose Slides Java | prod...

    Aspose.Slides for Java is an Aspose Java PowerPoint API for Java PPT and Java PPTX creation.... SmartArt, and multimedia content. The library is designed for...Save and open files to & from streams Generate presentations from...

    products.aspose.com/slides/java/
  8. Convert RAR to 7ZIP via C# | Archive Conversion...

    Source code for RAR to 7ZIP C# conversion. Use API example code for batch RAR files to 7ZIP conversion within VB.NET Asp.NET or any .NET based application....preserved, ensuring that the content remains intact and accessible...approach is to first package the contents into a TAR (Tape Archive)...

    products.aspose.com/zip/net/conversion/rar-to-7...
  9. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document within a Word document in Java.... saveOptions) Exports the content of the node into a string using...child nodes that we can add content to. // If we wish to edit it...

    reference.aspose.com/words/java/com.aspose.word...
  10. Generate PDF from XML|Aspose.PDF for Java

    Aspose.PDF for Java provides the opportunity to convert an XML file into PDF document requiring that the input XML file must follow the Aspose.PDF for Java Schema....Generate PDF from XML Contents [ Hide ] Generating a PDF document...document can describes different content Aspose.PDF for Java has several...

    docs.aspose.com/pdf/java/generate-pdf-from-xml/