Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 106 for

mm

(0.17 sec)
  1. .NET MM Viewer API - Read, View, Render in C# V...

    .NET document viewer API to read, render and display Mm in any type of C#, ASP.NET, VB.NET & .NET Core applications....NET / View MM File MM File Viewer for C# .NET Applications...API to read, render and display MM file in any type of C#, ASP.NET...

    products.groupdocs.com/viewer/net/mm/
  2. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search....where date is the date in yyyy-MM-dd format, for example, 2019-09-13...used by default: dd.MM.yyyy MM/dd/yyyy yyyy-MM-dd Formats for date...

    docs.groupdocs.com/search/net/date-range-search/
  3. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....where date is the date in yyyy-MM-dd format, for example, 2019-09-13...used by default: dd.MM.yyyy MM/dd/yyyy yyyy-MM-dd Formats for date...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  4. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....where date is the date in yyyy-MM-dd format, for example, 2019-09-13...used by default: dd.MM.yyyy MM/dd/yyyy yyyy-MM-dd Formats for date...

    docs.groupdocs.com/search/java/date-range-search/
  5. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search for dates in the format ‘MM/dd/yyyy’ in the range from 01/01/2000...Creating a date format pattern 'MM/dd/yyyy' DateFormatElement []...

    docs.groupdocs.com/search/net/build-search-query/
  6. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search for dates in the format ‘MM/dd/yyyy’ in the range from 01/01/2000...Creating a date format pattern 'MM/dd/yyyy' DateFormatElement []...

    docs.groupdocs.com/search/java/build-search-query/
  7. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...search for dates in the format ‘MM/dd/yyyy’ in the range from 01/01/2000...Creating a date format pattern 'MM/dd/yyyy' const elements = java...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  8. 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(); }...( new SimpleDateFormat ( "dd-MM-yyyy" ). format ( new Date ()));...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. High CPU Usage with GroupDocs.Watermark for Jav...

    I am currently using the GroupDocs.Watermark for Java library in a Java 8 environment, and I have encountered an issue where the CPU usage exceeds 100% on our EC2 when invoking the watermarking service. Below is a brief …...dateFormat = new SimpleDateFormat("yy-MM-dd").format(new Date()); String...dateFormat = new SimpleDateFormat("yy-MM-dd").format(new Date()); String...

    forum.groupdocs.com/t/high-cpu-usage-with-group...
  10. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....: A date in the format 'yyyy-MM-dd'. For example: 2019-09-16...

    docs.groupdocs.com/search/nodejs-java/query-lan...