Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 832 for

date

(0.35 sec)
  1. 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...
  2. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for Java.... setCreatedOn ( new Date ()); buttonComponent . setStyle...reply1 . setRepliedOn ( new Date ()); Reply reply2 = new Reply...

    docs.groupdocs.com/annotation/java/add-button-c...
  3. 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...
  4. 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...
  5. Render email messages as HTML, PDF, PNG, and JP...

    Convert email messages to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API.... SENT ] = "Date" viewOptions . email_options...illustrates the result: Specify the date and time format and change the...

    docs.groupdocs.com/viewer/python-net/render-ema...
  6. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert email messages to HTML, PDF, PNG, and JPEG formats.... Sent ] = "Date" ; viewOptions . EmailOptions...FieldTextMap ( Field . Sent ) = "Date" viewOptions . EmailOptions...

    docs.groupdocs.com/viewer/net/render-email-mess...
  7. Render email messages as HTML, PDF, PNG, and JP...

    This topic describes how to use the GroupDocs.Viewer Java API to convert email messages to HTML, PDF, PNG, and JPEG formats.... SENT , "Date" ); map . put ( Field . SUBJECT...illustrates the result: Specify the date and time format and change the...

    docs.groupdocs.com/viewer/java/render-email-mes...
  8. Sign documents with QR-code embedded object | D...

    This article explains how to create encrypted QR-code electronic signature with embedded custom object... Date getSigned () { return Signed...void setSigned ( java . util . Date value ) { Signed = value ; }...

    docs.groupdocs.com/signature/java/sign-document...
  9. Advanced search for Digital signatures | Docume...

     This article explains how to make advanced search for digital electronic signatures with GroupDocs.Signature API....setSubjectName ( "Test" ); // specify date range period of signature options...DateUtils . addMonths ( new Date (), - 1 )); options . setSignDateTimeTo...

    docs.groupdocs.com/signature/java/advanced-sear...
  10. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....the project’s start and end dates): Create a instance for a specific...out . println ( "Project start date: " + info . getStartDate ());...

    docs.groupdocs.com/viewer/java/render-ms-projec...