Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 13,129 for

new

(0.1 sec)
  1. Scatter Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Excel Document Creating a Scatter Chart Please follow below steps to create Scatter Chart in MS Excel 2013: Add a New Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Insert Scatter Chart Icon” in the charts group....Consulting Blog Knowledge Base New Releases Status Websites aspose...Chart in MS Excel 2013: Add a new Workbook. Click in the workbook...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  2. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadMpegAudioMeta try ( Metadata metadata = new Metadata ( Constants . MP3WithID3V2...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  3. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = New Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Consulting Blog Knowledge Base New Releases Status Websites aspose...PngReadTextChunks try ( Metadata metadata = new Metadata ( Constants . InputPng...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/faceted-search/
  5. Search results | GroupDocs

    This article shows that how to perform the operations on search results....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/search-results/
  6. Fallback text extractor for unsupported plain t...

    Hello, we are currently trying to handle file types that are not supported by default. (e.g. “.log” or “.md”) As no special handling based on the content such as trimming the timestamp from log files is needed, we were…...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/fallback-text-extractor-f...
  7. Style Comparison for HTML is Improved in GroupD...

    This month’s release of GroupDocs.Comparison for .NET 18.6 covers few improvements and a New feature. Improvements such as aligner for Comparison.Diagrams and support of CompariosnSettings to Html are introduced. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement comparing connect on Diagrams Improvements Improve styles comparing for HTML Aligner for Comparison.Diagrams Introduced support CompariosnSettings to Html Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....covers few improvements and a new feature. Improvements such as...

    blog.groupdocs.com/comparison/style-comparison-...
  8. HTML Comparison is improved in GroupDocs.Compar...

    GroupDocs.Comparison for .NET 18.5 comes with a New feature, improvement and a bug fix. It supports comparison of diagrams. Furthermore, HTML comparison is improved by increasing comparison speed and precision. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Introduced Implement Comparison of Diagrams Improvements Improve Comparison.HTML Bug Fixes Comparison.Notes: Wrong count of changes in SummaryPage Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....5 comes with a new feature, improvement and a bug...

    blog.groupdocs.com/comparison/html-comparison-i...
  9. Save image as base64 | GroupDocs

    The listed articles below explain how to embed images as Base64 strings directly in the Markdown....Consulting Blog Knowledge Base New Releases Status Websites aspose...set image_export_strategy to a new ExportImagesAsBase64 : base64_explicit...

    docs.groupdocs.com/markdown/python-net/as-base6...
  10. Add Ellipse Annotation in Slides

    We try our best to provide minimal yet appropriate solutions to our customers. Hence, in this month’s release of GroupDocs.Annotation for .NET 19.3 you will observe some New “easy-to-implement” features. Lets start with ellipse annotation. You might be looking for it, we’ve now added its support for different document formats. Ellipse Annotation GroupDocs.Annotation for .NET 19.3 provides GetThumbnail method for PageImage class, that helps you in getting thumbnails of PDF document pages....3 you will observe some new “easy-to-implement” features...

    blog.groupdocs.com/annotation/add-ellipse-annot...