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

date

(0.04 sec)
  1. Search operation table | Documentation

    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-...
  2. Working with XML Data Sources | Documentation

    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...
  3. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for Java 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.yyyy">>...

    docs.groupdocs.com/assembly/java/working-with-x...
  4. Extracting metadata | Documentation

    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...
  5. Search operation table | Documentation

    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...
  6. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....(); const currentTimeMillis = Date . now () viewer . view ( options...options ); currentTimeMillis = Date . now () - currentTimeMillis...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  7. Save in original format | Documentation

    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...
  8. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start Date and end Date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the list of new features, improvements, and fixes added in v18....specifying the start date and end date. We have also made it...project’s start date or ends on the project’s end date correspondingly...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  9. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.Datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...datetaken” within a date range, the search result will...field // falls within a specific date range (from January 1, 2017...

    forum.groupdocs.com/t/is-it-possible-to-get-all...
  10. eSign PDF with Metadata signature | Documentation

    This article explains how to add metadata signatures to PDF document meta info layer with GroupDocs.Signature...properties like Author, Creation Date, Producer, Entry, Keywords etc...PdfMetadataSignature ( "DateCreated" , new Date ()), new PdfMetadataSignature...

    docs.groupdocs.com/signature/java/esign-pdf-wit...