Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 1,150 for

date

(0.21 sec)
  1. 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...
  2. 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...
  3. 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...
  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. get-pres-document-info.txt

    Author: GroupDocs Creation Date: 2023-03-04T14:58:10.0000000Z Format: pptx Is Password Protected: False Pages Count: 3 Size, bytes: 35210 Title: TEST...Author: GroupDocs Creation Date: 2023-03-04T14:58:10.0000000Z...

    docs.groupdocs.com/conversion/python-net/_outpu...
  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...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/java/build-search-query/
  7. get-document-info.txt

    Format: txt Pages count: 3 Creation Date: 0001-01-01T00:00:00.0000000 Size, bytes: 7794...txt Pages count: 3 Creation date: 0001-01-01T00:00:00.0000000...

    docs.groupdocs.com/conversion/python-net/_outpu...
  8. 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...
  9. get-email-document-info.txt

    Creation Date: 2017-04-25T11:28:29.0000000Z Format: eml Is Encrypted: False Is Body in HTML: True Is Signed: False Size: 91948 Attachments Count: 1 Attachment Name: bg_pattern.gif...Creation Date: 2017-04-25T11:28:29.0000000Z Format: eml Is Encrypted:...

    docs.groupdocs.com/conversion/python-net/_outpu...
  10. 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...