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

mm

(0.11 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. EML to PDF conversion issue in Java - Free Supp...

    Hello, We are facing an issue with eml to pdf conversion, Conversion is successful but pdf get generated with cut edges. please find the attached files for your reference – (https://drive.google.com/drive/folders/1FhGNC…... A4 size is 210x297 mm, width to height relation is...Set top and bottom margin 15 mm and check the result. BHP_Dev...

    forum.groupdocs.com/t/eml-to-pdf-conversion-iss...
  10. 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...