Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 809 for

date

(0.17 sec)
  1. Features Overview | Documentation

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word UpDate fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, Date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....formatting for numeric, text, image, date-time, chart elements Conditional...GroupDocs.Assembly for Java Numeric/Date-Time Value Formatting Supported...

    docs.groupdocs.com/assembly/java/features-overv...
  2. Evaluation Limitations and Licensing | Document...

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  3. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java....create a combination Subject | Date | To | Cc | Bcc | From , which.... Bcc | MailMessageOutput . Date ); //2. Create 2nd edit options...

    docs.groupdocs.com/editor/java/edit-email/
  4. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....you to specify formats for the date range search feature. For details...

    docs.groupdocs.com/search/net/search-options/
  5. Export annotations and retrieve document pages ...

    post. Tagged with net, annotator, api, image....where coders share, stay up-to-date and grow their careers. Log...

    dev.to/groupdocs/export-annotations-and-retriev...
  6. Evaluation Limitations and Licensing | Document...

    Note GroupDocs.Metadata also works without the license in trial mode with certain limitations Evaluation version limitations You can easily download GroupDocs.Metadata for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license. API Limitations Document properties (Pdf, Word, Excel, PowerPoint, Visio, etc) Only first 5 properties can be read XMP API Only first 2 XMP schemes can be read EXIF API GPS IFD and image thumbnail are unavailable Only first 5 properties can be read IPTC API Only first 5 properties can be read Id3v2, Lyrics3, APEv2 tags Only first 5 properties can be read QuickTime atoms Only first 5 atoms can be read File open Open maximum 15 files, otherwise, API throws exception File save Not supported in trial mode Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry Date and so on....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/metadata/java/evaluation-lim...
  7. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…...you please confirm on release date, that will help us plan our...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  8. Extracting metadata | Documentation

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET...+date.*)$" ; Regex regex = new Regex...

    docs.groupdocs.com/metadata/net/extracting-meta...
  9. search.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/search/java/weekly0.5https://docs.groupdocs.com/search/java/about-search-engines/we......com/search/java/date-range-search/weekly0.5https://docs...5https://docs.groupdocs.com/search/net/date-range-search/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/search.xml
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Creation date: {0}" , package . CreationDate...

    docs.groupdocs.com/metadata/net/working-with-me...