Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 1,003 for

date

(0.05 sec)
  1. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....watermarking feature available to date. Let’s start with the method...

    blog.groupdocs.com/viewer/protect-your-document...
  2. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET....create a combination Subject | Date | To | Cc | Bcc | From , which.... Bcc | MailMessageOutput . Date ); //2. Create 2nd edit options...

    docs.groupdocs.com/editor/net/edit-email/
  3. Evaluation Limitations and Licensing of GroupDo...

    free electronic signature Java api version is available to evaluate the API which will be similar as licensed but with few limitations...licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/signature/java/evaluation-li...
  4. Evaluation Limitations and Licensing | GroupDocs

    Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the API without license. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/assembly/java/evaluation-lim...
  5. Features Overview | GroupDocs

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: 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...GroupDocs.Assembly for .NET Numeric/Date-Time Value Formatting Supported...

    docs.groupdocs.com/assembly/net/features-overview/
  6. License update without updating GroupDocs versi...

    Hello, We are using below packages of GroupDocs and we couldn’t upDate to next version due to unspported .NET framework version. currently we are using 4.6.1 Do we still need to upDate the license if we are not updatin…...published before expiration date. You do not need to request...

    forum.groupdocs.com/t/license-update-without-up...
  7. Evaluation Limitations and Licensing | GroupDocs

    Note You can use GroupDocs.Parser without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the non-licensed API. Evaluation Limitations You can easily download GroupDocs.Parser for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license: API Limit Only 100 files per session Only 5 pages (slides, sheets) of a document Text extraction Only 20 lines per fileOnly the first 1600 symbols Only the first 5 pages (slides, sheets)+ Evaluation marks Formatted text and text structure extraction Only 20 rows for spreadsheetsOnly the first 1600 symbolsOnly the first 5 pages (slides, sheets)+ Evaluation marks Metadata extraction Only 5 properties per file Licensing The license file contains details such as the product name, number of developers it is licensed to, subscription expiry Date and so on....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/parser/java/evaluation-limit...
  8. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation Date: %s", asfPackage.... format ( "Creation date: %s" , asfPackage . getCreationDate...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Evaluation Limitations and Licensing | GroupDocs

    free trial api version for redaction is available to evaluate the API which will be similar as licensed but with few limitations....licensed to, subscription expiry date and so on. It contains the digital...

    docs.groupdocs.com/redaction/java/evaluation-li...
  10. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications....data = new { Title = "Report" , Date = DateTime . Now }; DocumentAssembler...

    docs.groupdocs.com/assembly/net/basic-usage-loa...