Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 833 for

date

(0.04 sec)
  1. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....specifying the start date and end date. We have also made it...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  2. Remove Metadata from XLSX using Java

    Quickly learn how to remove metadata from XLSX using Java. Additionally, you'll receive code illustrating the process of how to clean metadata from XLSX in Java....like the author’s name, the date the file was created, and other... creation and modification dates, document properties like titles...

    kb.groupdocs.com/redaction/java/remove-metadata...
  3. Spacing and formatting issue - RTF to PDF conve...

    The attached RTF files, when converted to PDF using GroupDocs, have: a spacing issue (for one doc the table flows to a 2nd page unnecessarily), and a formatting issue (an amount is generated with a space in it). Gener…...do not have an exact release date for the fix yet, as we are still...Unfortunately, there is no exact release date yet, but the fix is tentatively...

    forum.groupdocs.com/t/spacing-and-formatting-is...
  4. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....LastPrinted 128 Last printed date and time LastSavedBy 256 Last...LastSavedTime 1024 Last saved date and time NameOfApplication 2048...

    docs.groupdocs.com/redaction/python-net/metadat...
  5. Save in original format | Documentation

    This article demonstrates that how to save file in its original format with current Date as a suffix...original format with current date as a suffix: Python import groupdocs...so . rasterize_to_pdf = False date_time_str = datetime . now ()...

    docs.groupdocs.com/redaction/python-net/save-in...
  6. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....as author details, creation date, and more. However, there are...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  7. Read Metadata from DOCX using C#

    Unlock the method to read metadata from DOCX using C#. Elevate document organization efficiency by mastering the art of how to read metadata of DOCX using C#....such as authorship, creation date, and revision history, can provide...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  8. GroupDocs.Assembly for Python overview | Docume...

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word UpDate fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, Date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....formatting for numeric, text, image, date-time, chart elements Conditional...

    docs.groupdocs.com/assembly/python-net/product-...
  9. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Fuzzy Search Synonym Search Date Range Search Numeric Range Search...

    blog.groupdocs.com/search/upcoming-release-of-g...
  10. Parse data from PDF documents | Documentation

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....TemplateRegexPositio ( "Invoice Date" ), "InvoiceDate" ), new TemplateField...TemplateRegexPositio ( "Due Date" ), "DueDate" ), new TemplateField...

    docs.groupdocs.com/parser/java/parse-data-from-...