Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 2,205 for

groupdocs assembly java

(0.96 sec)
  1. Define and use Variables in Template Documents ...

    We are pleased to announce another monthly release of document generation API. Groupdocs.Assembly for Java 17.5.0 now permits users to set text background color dynamically and control size of an image container. We’d recommend you to explore this latest release and share your experience. Groupdocs.Assembly for Java 17.5.0 - FeaturesFollowing features are introduced in the latest release: Add ability to define and use variables in template documents Add ability to set text background color dynamically Add ability not to grow the size of an image container while fitting it for the size of an image Document Automation API - EnhancementFollowing enhancements are introduced in this latest release: Switch to native JavaDoc utility for API document generation Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on Groupdocs.... GroupDocs.Assembly for Java 17.5.0 now permits...your experience. GroupDocs.Assembly for Java 17.5.0 - FeaturesFollowing...

    blog.groupdocs.com/assembly/introducing-groupdo...
  2. Pie Chart in Email Document | GroupDocs

    Note In this article, we will use Groupdocs.Assembly to generate a Pie Chart report in Presentation Document format. Pie Chart in Email Document Creating a Pie Chart Please follow below steps to create Pie 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” dialog box. Select “Pie”. Preview “Pie” and press OK to insert the chart and Worksheet template to your email....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/pie-chart-in-e...
  3. Barcode on GroupDocs Blog | Document Automation...

    Barcode on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Barcode on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs......Barcode on GroupDocs Blog | Document Automation Solutions for...NET & Java Developers Recent content in Barcode on GroupDocs Blog...

    blog.groupdocs.com/cs/tag/barcode/index.xml
  4. OOXML on GroupDocs Blog | Document Automation S...

    OOXML on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in OOXML on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.Met......OOXML on GroupDocs Blog | Document Automation Solutions for ...NET & Java Developers Recent content in OOXML on GroupDocs Blog...

    blog.groupdocs.com/de/tag/ooxml/index.xml
  5. Barcode on GroupDocs Blog | Document Automation...

    Barcode on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Barcode on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs......Barcode on GroupDocs Blog | Document Automation Solutions for...NET & Java Developers Recent content in Barcode on GroupDocs Blog...

    blog.groupdocs.com/uk/tag/barcode/index.xml
  6. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The Groupdocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Bulleted List in Email Document | GroupDocs

    Note In this article, we will use Groupdocs.Assembly to generate a Bulleted List report in Email format. Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show all the clients in a bulleted list format. Adding Syntax to be evaluated by Groupdocs.Assembly Engine Recipients, Cc and Subject <><<[r]>>; <> <<[cc]>> <<[subject]>> Body We provide support for the following clients: <>• <<[getName()]>> <> Download Bulleted List Template Please download the sample Bulleted List document we created in this article:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  8. Bubble Chart in Email Document | GroupDocs

    Note In this article, we will use Groupdocs.Assembly to generate a Bubble Chart report in Email Document. Bubble Chart in Email Document Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Retrieve total Contract Prices by Months. Adding Syntax to be evaluated by Groupdocs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/java/bubble-chart-i...
  9. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/java/merge-indexes/
  10. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/java/indexing-reports/