Sort Score
Result 10 results
Languages All
Labels All
Results 1,281 - 1,290 of 16,497 for

content stream

(0.2 sec)
  1. Encrypt or Decrypt ZIP, RAR, 7Z Archive via Java

    Explore a Java to encrypt or decrypt ZIP, RAR, and 7Z archive files....first opening a new output stream for the archive using try FileOutputStream...source serves as the input stream for the source file "alice29...

    products.aspose.com/zip/java/advanced-api-featu...
  2. Basic operations with PDF documents|Aspose.PDF ...

    Basic operations section describes the possibilities of opening and saving PDF documents using the Aspose.PDF library for C++....operations with PDF documents Contents [ Hide ] Basic operations...save a PDF document to file, stream or save as PDF/A (or PDF/X)...

    docs.aspose.com/pdf/cpp/basic-operations/
  3. 打开文件的不同方式|Documentation

    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....打开文件的不同方式 Contents [ Hide ] 使用 Aspose.Diagram 可以轻松打开文件,例如检索数据,或使用设计器模板来加快开发过程。...VSDX ) Opening a File via a Stream 将 Visio 文件作为流打开也很简单。为此,请使用构造函数的重载版本,该版本采用...

    docs.aspose.com/diagram/zh/python-net/different...
  4. Extract Assets from FBX File Formats via Java |...

    Sample Java extract assets code for FBX file. Use this example code to extract assets from FBX file within any Web or Desktop Java based application....Extract(scene,za, true ); //close stream resource za.closeIo(); //Callable...Zip(OutputStream stream) { archive = new ZipOutputStream(stream); } public...

    products.aspose.com/3d/java/extractor/fbx/
  5. Save PDF Document using C++|Aspose.PDF for C++

    Learn how to save PDF file with Aspose.PDF for C++ library....Save PDF Document using C++ Contents [ Hide ] Save PDF document...modifiedFileName ); } Save PDF document to stream You can also save the created...

    docs.aspose.com/pdf/cpp/save-pdf-document/
  6. Annotations and Special Text using Java|Aspose....

    Learn how to extract text from stamp annotations, highlighted text, and superscript or subscript Content in PDF documents using Aspose.PDF for Java....and Special Text using Java Contents [ Hide ] Extract highlighted...Read the normal appearance stream from a stamp annotation and...

    docs.aspose.com/pdf/java/annotation-and-special...
  7. Stroke.DashStyle | Aspose.Words for .NET

    Discover the Stroke DashStyle property to customize your design with unique dot and dash patterns for stunning visual effects....DashStyle Contents [ Hide ] Stroke.DashStyle property Specifies...jpg" ); using ( MemoryStream stream = new MemoryStream ( imageBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Shape.Stroke | Aspose.Words for .NET

    Discover the Shape Stroke property to enhance your designs with customizable strokes, adding depth and style to your shapes effortlessly....Stroke Contents [ Hide ] Shape.Stroke property Defines a stroke...jpg" ); using ( MemoryStream stream = new MemoryStream ( imageBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Fill.Visible | Aspose.Words for .NET

    Control visibility with the Fill Visible property. Easily manage formatting to enhance your design and ensure clarity in your application....Visible Contents [ Hide ] Fill.Visible property Gets or sets...jpg" ); using ( MemoryStream stream = new MemoryStream ( imageBytes...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Extract Assets from USD File Formats via Java |...

    Sample Java extract assets code for USD file. Use this example code to extract assets from USD file within any Web or Desktop Java based application....Extract(scene,za, true ); //close stream resource za.closeIo(); //Callable...Zip(OutputStream stream) { archive = new ZipOutputStream(stream); } public...

    products.aspose.com/3d/java/extractor/usd/