Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 10,028 for

content stream

(0.13 sec)
  1. Draw shapes in PS files | API for .NET

    .NET API Solution PS, XPS and EPS files. Learn how to draw geometrical shapes in a PS file with the attached C# code snippet....convenient because we usually place content of the page from the top to...project . Create an output stream for the PostScript document...

    products.aspose.com/page/net/add-shapes-to-ps/
  2. Video Frame|Aspose.Slides Documentation

    Add Video frame to PowerPoint presentation in C# or .NET...Video Frame Contents [ Hide ] A well-placed video in a presentation...BinaryData ; using ( FileStream stream = new FileStream ( "NewVideo_out...

    docs.aspose.com/slides/net/video-frame/
  3. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...= null) { InputStream stream = resource.openStream(); ASPOSE_LICENSE...ASPOSE_LICENSE.setLicense(stream); } } catch (Exception e) { throw...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  4. Read Outlook PST and Get Folders and Subfolders...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....and Subfolders Information Contents [ Hide ] Aspose.Email - Read...load a PST file from disk or stream into an instance of the PersonalStorage...

    docs.aspose.com/email/java/read-outlook-pst-and...
  5. Video Frame|Aspose.Slides Documentation

    Add Video frame to PowerPoint presentation in C++...Video Frame Contents [ Hide ] A well-placed video in a presentation...-> get_BinaryData (); auto stream = System :: MakeObject < System...

    docs.aspose.com/slides/cpp/video-frame/
  6. Aspose::Words::Drawing::ImageData::ToByteArray ...

    Aspose::Words::Drawing::ImageData::ToByteArray method. Returns image bytes for any image regardless whether the image is stored or linked in C++....eData::ToByteArray method Contents [ Hide ] ImageData::ToByteArray...SharedPtr < System :: IO :: Stream > imgStream = imgShape -> get_ImageData...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. TableSubstitutionRule.LoadLinuxSettings | Aspos...

    Effortlessly load predefined table substitution settings for Linux with the LoadLinuxSettings method. Optimize your workflow today!...LoadLinuxSettings Contents [ Hide ] TableSubstitutionRul.LoadLinuxSettings...of an XML document using a stream. using ( FileStream fileStream...

    reference.aspose.com/words/net/aspose.words.fon...
  8. TableSubstitutionRule.LoadWindowsSettings | Asp...

    Effortlessly load predefined table substitution settings for Windows with the LoadWindowsSettings method. Optimize your workflow today!...LoadWindowsSettings Contents [ Hide ] TableSubstitutionRul.LoadWindowsSettings...of an XML document using a stream. using ( FileStream fileStream...

    reference.aspose.com/words/net/aspose.words.fon...
  9. ShapeRenderer | Aspose.Words for Java

    Provides methods to render an individual Shape or GroupShape to a raster or vector image or to a Graphics object in Java....ShapeRenderer Contents [ Hide ] Inheritance: java.lang.Object...specified size. save(OutputStream stream, ImageSaveOptions saveOptions)...

    reference.aspose.com/words/java/com.aspose.word...
  10. Convert BMP to EPS using Java API Solution

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....EPS using Java API Solution Contents [ Hide Show ] Overview This..."output1.eps" , options); Using streams for saving BMP to EPS in Java...

    docs.aspose.com/page/java/convert/bmp-to-eps/