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

mm

(0.39 sec)
  1. Date range search | GroupDocs

    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/
  2. Date range search | GroupDocs

    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...
  3. Apply Formatting to Numbers, Dates, and Text in...

    Format numeric values, date-time values, and text strings in templates using format strings and functions....date/time format strings (yyyy-MM-dd, etc.). Format Numbers Format...<<[report.CreatedDate]:"yyyy-MM-dd HH:mm">> Due Date: <<[report.DueDate]:"MMMM...

    docs.groupdocs.com/assembly/net/basic-usage-for...
  4. Date range search | GroupDocs

    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 | GroupDocs

    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 | GroupDocs

    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 | GroupDocs

    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 | 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(); }...( new SimpleDateFormat ( "dd-MM-yyyy" ). format ( new Date ()));...

    docs.groupdocs.com/redaction/java/save-in-origi...
  9. Generate Document from Custom .NET Objects | Gr...

    Generate documents by binding data from custom .NET classes and objects to template documents....RegistrationDate]:"yyyy-MM-dd">> Balance: <<[customer.Balance]:"C">>...Date: <<[order.OrderDate]:"yyyy-MM-dd">> Customer: Name: <<[order...

    docs.groupdocs.com/assembly/net/basic-usage-cus...
  10. 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. BhpDev...

    forum.groupdocs.com/t/eml-to-pdf-conversion-iss...