Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 1,003 for

date

(0.49 sec)
  1. 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(); }...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. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents GroupDocs.Merger for Java - allows merging documents of same file formats into one. The document protection feature allows to password protect documents while joining popular business document formats: PDF, Microsoft Word, Excel and PowerPoint. Product News .NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....specifying the start date and end date using ProjectOptions class...project’s start date or ends on the project’s end date correspondingly...

    blog.groupdocs.com/total/new-api-launched-group...
  3. Working with XML Data Sources | GroupDocs

    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. 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...2000 to 3000 Date range search query Search for dates from a particular...using a date range search query. Details on the date range search...

    docs.groupdocs.com/search/net/build-search-query/
  5. 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...
  6. result_3.zip

    result_3.html a.Sub item #1-1. b.Sub item #1-2. i.Sub sub item #1-2-1. ii.Sub sub item #1-2-2. c.Sub item #1-3. 2.Item #2. 3.Item #3. •Sub item #3-1 unordered. ✓Sub sub item #3-1-1 unordered •Sub i...... Date selector: 09.12.2016 Formatted...Combo box: Выберите элемент. Date and time: 12/6/2016 1:59 PM...

    docs.groupdocs.com/viewer/java/sample-files/dev...
  7. Add button component | GroupDocs

    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...
  8. Advanced search for Digital signatures | GroupDocs

     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...
  9. Sign documents with QR-code embedded object | G...

    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...
  10. 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...