Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 31,394 for

new

(0.06 sec)
  1. Rendering Archive Files | Documentation

    This article contains use-cases of viewing Archives with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: try ( Viewer viewer = new Viewer ( "sample.zip" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/view-archive-files/
  2. GroupDocs.Annotation for .NET 20.5 Release Note...

    Note This page contains release notes for GroupDocs.Annotation for .NET 20.5 Major Features Below the list of most notable changes in release of GroupDocs.Annotation for .NET 20.5: Implemented managing different versions of annotated documents for Images and Diagrams Implemented additional overloads for Save method without filestream Fixed background opacity for PNG files Fixed issue with PagesInfo for Excel files in MVC project Fixed clearing comments for Excel files Fixed unable to Save document as file that was used to create annotator Full List of Issues Covering all Changes in this Release Key Summary Type ANNOTATIONNET-1292 Implement managing different versions of annotated documents for Diagrams Feature ANNOTATIONNET-1291 Implement managing different versions of annotated documents for Images Feature ANNOTATIONNET-1369 Add overloads for Annotator....Consulting Blog Knowledge Base New Releases Status Websites aspose...parameter using ( FileStream fs = new FileStream ( _resultPath , FileMode...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  3. Area Annotation on GroupDocs Blog | Document Au...

    Area Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Area Annotation on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......document annotation API, where new file formats are introduced in...document format list and also new features are introduced . The...

    blog.groupdocs.com/tag/area-annotation/index.xml
  4. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and New types (TextStrikeout , TextUndreline and TextHighlight ) for Presentation file format along with improvements and fixes. We recommend that download the latest API release to add New exciting features and enhance your application with GroupDocs.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release New annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file format....support for Import Annotations and new types (TextStrikeout , TextUndreline...the latest API release to add new exciting features and enhance...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  5. GroupDocs.Conversion for .NET 23.3 Release Note...

    Features and enhancements introduced in GroupDocs.Conversion for .NET 23.3....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.gpx" )) {...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  6. Uint8Array - JavaScript | MDN

    The Uint8Array typed array represents an array of 8-bit unsigned integers. The contents are initialized to 0 unless initialization data is explicitly provided. Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation)....Constructor Uint8Array() Creates a new Uint8Array object. Static properties...Uint8Array.fromBase64() Creates a new Uint8Array object from a base64-encoded...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. TextOptions Constructor - GroupDocs.Parser for ...

    Initializes a New instance of the TextOptions class....TextOptions Constructor Initializes a new instance of the TextOptions class...useRawModeIfPossible ) Public Sub New ( useRawModeIfPossible As Boolean...

    apireference.groupdocs.com/parser/net/groupdocs...
  8. LoadOptions Constructor (FileFormat) - GroupDoc...

    Initializes a New instance of the LoadOptions class....Constructor (FileFormat) Initializes a new instance of the LoadOptions class...FileFormat fileFormat ) Public Sub New ( fileFormat As FileFormat )...

    apireference.groupdocs.com/metadata/net/groupdo...
  9. HtmlHighlighter Constructor - GroupDocs.Search ...

    Initializes a New instance of the HtmlHighlighter class....HtmlHighlighter Constructor Initializes a new instance of the HtmlHighlighter...OutputAdapter outputAdapter ) Public Sub New ( outputAdapter As OutputAdapter...

    apireference.groupdocs.com/search/net/groupdocs...
  10. Split document and get output as stream in Java...

    Hi, I use groupdocs-merger-19.12.jar. split() methed to split document ,how can I get each document stream after split. Thanks very much ! ! !...,I am waiting for your good news。 1 Like atir.tahir February...List<Stream> resultStreams = new List<Stream>(); CreateSplitStream...

    forum.groupdocs.com/t/split-document-and-get-ou...