Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 946 for

date

(0.27 sec)
  1. Get document info | GroupDocs

    This article explains how to detect the document's file type and calculate the number of pages when converting a file with GroupDocs.Conversion for .NET....document - format, creation date, size, and page count. To iterate...on; - project start and end dates, number of tasks; - width, height...

    docs.groupdocs.com/conversion/net/get-document-...
  2. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....field-name-query numeric-range-query date-range-query parenthesized-query...number date-range-query : daterange( date ~~ date ) date : A date...

    docs.groupdocs.com/search/net/query-language-sp...
  3. Query language specification | GroupDocs

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....field-name-query numeric-range-query date-range-query parenthesized-query...number date-range-query : daterange( date ~~ date ) date : A date...

    docs.groupdocs.com/search/java/query-language-s...
  4. Upgrade NuGet Package "GroupDocs.Watermark" to ...

    We have purchased GroupDocs.Watermark and it is working fine at version 24.2.0 But when i tried to upgrade the latest nuget package version 25.2.0, i received a message that telling evaluation only in the pdf. Attached…...license or subscription expiry date? Please note that your license...releases issued before the expiry date. Any releases after your license...

    forum.groupdocs.com/t/upgrade-nuget-package-gro...
  5. Search operation table | GroupDocs

    This article shows that how to provides syntax of all elements allowed in text search queries....100000000000 Date range specifier daterange( start-date ~~ end-date ) where...where start-date and end-date are dates in the format 'yyyy-MM-dd'...

    docs.groupdocs.com/search/nodejs-java/search-op...
  6. Search operation table | GroupDocs

    This article shows that how to provides syntax of all elements allowed in text search queries....100000000000 Date range specifier daterange( start-date ~~ end-date ) where...where start-date and end-date are dates in the format 'yyyy-MM-dd'...

    docs.groupdocs.com/search/java/search-operation...
  7. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....+date.*)$" , Pattern . CASE_INSENSITIVE...) { Date date = candidate . getValue (). toClass ( Date . class...

    docs.groupdocs.com/metadata/java/extracting-met...
  8. Working with XML Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....numbers or to specify custom date-time and numeric formats to...<<\[Name\]>>, Age: <<\[Age\]>>, Date of Birth: <<\[Birth\]:"dd.MM...

    docs.groupdocs.com/assembly/net/working-with-xm...
  9. Search operation table | GroupDocs

    This article shows that how to provides syntax of all elements allowed in text search queries....100000000000 Date range specifier daterange( start-date ~~ end-date ) where...where start-date and end-date are dates in the format 'yyyy-MM-dd'...

    docs.groupdocs.com/search/net/search-operation-...
  10. Save in original format | GroupDocs

    The following example demonstrates how to save file in its original format with current Date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with Date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }...original format with current date as a suffix: final Redactor...( new Date ())); // Saving in original format with date as DateTime...

    docs.groupdocs.com/redaction/java/save-in-origi...