Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 10,065 for

new

(0.15 sec)
  1. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . JpegWithXmp...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  2. Set image size limits | Documentation

    This article shows how to set output image size limits when rendering image to HTML...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.jpg" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/set-image-size-l...
  3. Search reports | Documentation

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

    docs.groupdocs.com/search/java/search-reports/
  4. Inserting Chart Axis Title Dynamically in Email...

    Note This feature is supported by version 18.1 or greater Note The code uses some of the objects defined in The Business Layer. Column Chart in Email Document Creating a Column Chart Please follow below steps to create a column chart in MS Outlook 2013: Create a New Email Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialogue box Select “Column” in the sidebar, you will see a gallery of charts Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your email Edit the Worksheet with your data to update the chart Save your Email Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Consulting Blog Knowledge Base New Releases Status Websites aspose...in MS Outlook 2013: Create a new Email Click the “Insert” tab...

    docs.groupdocs.com/assembly/java/inserting-char...
  5. Column Chart in Spreadsheet Document | Document...

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create column chart in MS Excel 2013: Create a New Workbook. Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list....Consulting Blog Knowledge Base New Releases Status Websites aspose...chart in MS Excel 2013: Create a new Workbook. Click the “Insert”...

    docs.groupdocs.com/assembly/java/column-chart-i...
  6. Restrict Searchable Objects using GroupDocs.Wat...

    Here we have another monthly release of GroupDocs.Watermark for .NET API. You can now improve search performance by specifying the objects that you want to include in watermark search. Furthermore, from now on you can use your Dynabic.Metered account to run the API in licensed mode. Let’s have a quick overview of the New features of GroupDocs.Watermark for .NET 17.8.0. Restrict Searchable Objects - Improve Performance GroupDocs.Watermark for .NET 17....have a quick overview of the new features of GroupDocs.Watermark...

    blog.groupdocs.com/watermark/groupdocs-watermar...
  7. GroupDocs May 2019 Pricing Update

    At GroupDocs, we’re always on the lookout for New ways to deliver the best possible value to our customers. We rarely increase our pricing and pride ourselves on our fair licensing policies, cutting edge Metered subscription models and flexible installment payment plans. Today we’re announcing two further changes that our customers can take advantage of from the 1st of May 2019: GroupDocs Pricing Update We’ve updated GroupDocs pricing to deliver the best value Document Manipulation API suite on the market....we’re always on the lookout for new ways to deliver the best possible...

    blog.groupdocs.com/total/groupdocs-may-2019-pri...
  8. Install GroupDocs.Conversion for Java | Documen...

    Learn how to install GroupDocs.Conversion for Java. Follow a step-by-step guide for Maven, Gradle, Kotlin, and manual JAR setup, and integrate seamless document conversion into your Java projects....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.txt" )) {...

    docs.groupdocs.com/conversion/java/installation/
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputMkv...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. 使用 Java 在多个文件中查找 Word 及其同音字

    使用 Java 在文件夹的不同文件中查找特定单词及其同音字。使用文档搜索 Java API 构建同音字应用程序。...// 在指定文件夹中创建索引 Index index = new Index(indexFolder); index.add(documentsFolder);...创建搜索选项对象 SearchOptions options = new SearchOptions(); options.set...

    blog.groupdocs.com/zh/search/find-homophones-in...