Sort Score
Result 10 results
Languages All
Labels All
Results 2,731 - 2,740 of 10,921 for

text

(0.23 sec)
  1. Supported file formats | GroupDocs

    GroupDocs.Conversion for Node.js via Java supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Documentation File ✅ ✅ OpenDocument Text Document ✅ ✅ OpenDocument Document...Template ✅ ✅ Rich Text Format File ✅ ✅ Plain Text File ✅ ✅ Was this...

    docs.groupdocs.com/conversion/nodejs-java/suppo...
  2. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks API....Remove watermark with particular text formatting GroupDocs.Watermark...watermarks with a particular text formatting. AdvancedUsage.SearchAndRemoveWater...

    docs.groupdocs.com/watermark/net/removing-found...
  3. GroupDocs.Assembly for Net overview | GroupDocs

    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....documents with custom variables & text comments within template syntax...Template formatting for numeric, text, image, date-time, chart elements...

    docs.groupdocs.com/assembly/net/product-overview/
  4. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported document types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Template Rich Text Format File OpenDocument Text Document OpenDocument...Template Microsoft OneNote Plain Text File Error Log File Comma Separated...

    docs.groupdocs.com/merger/net/supported-documen...
  5. GroupDocs.Viewer for Java 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for Java 25.9. Available now on NuGet and GroupDocs website.... Text Highlighting in Rendered Documents...to HTML, PDF, or images. 5. Text Highlighting in Rendered Documents...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  6. Releasing SharePoint Plugin for GroupDocs.Viewe...

    GroupDocs team proudly announces the addition of SharePoint Plugin for GroupDocs.Viewer for .NET. This plugin permits SharePoint developers to explore and investigate GroupDocs.Viewer for .NET front end. It demonstrates how GroupDocs.Viewer for .NET front end can be integrated with SharePoint. SharePoint Plugin for GroupDocs.Viewer for .NET Supported FeaturesThe SharePoint plugin provides end users with tools needed for convenient viewing and navigation of a documents in a browser. The plugin provides all the most commonly used UI controls available in native Adobe Reader’s plugin, including: Scroll view, one page in a row, two pages in a row view and double page flipping Pagination controls Page zooming Page thumbnails Text selection and copying to the clipboard Text search with different match types Document downloading and printing SharePoint Plugin Requirements SharePoint Server 2013 Visual Studio 2010, 2012, 2013, 2015 Any standard web-browser, including IE8+, Mozilla Firefox, Chrome, Opera, Safari5+ Download SharePoint PluginThe SharPoint Plugin can be downloaded from GitHub Repository....thumbnails Text selection and copying to the clipboard Text search...

    blog.groupdocs.com/viewer/sharepoint-plugin-gro...
  7. GroupDocs.Annotation Product Family

    Find answers about annotating digital documents and images of various types using code on any platform....Annotation in PDF using C# How to Add Text Field Annotation in PDF using...in PDF using Java How to Add Text Field Annotation in PDF using...

    kb.groupdocs.com/annotation/page/2/
  8. GroupDocs.Parser for Java | GroupDocs

    Note Welcome to the GroupDocs.Parser for Java GroupDocs.Parser is a convenient Text extractor API that permits users to extract raw or formatted Text from different document formats. Besides, the user can extract metadata from the document. GroupDocs.Parser for Java Resources Following are the links to some useful resources you may need to accomplish your tasks. GroupDocs.Parser for Java Online Documentation GroupDocs.Parser for Java Features GroupDocs.Parser for Java Limitations GroupDocs.Parser for Java Release Notes GroupDocs....Parser is a convenient text extractor API that permits users...to extract raw or formatted text from different document formats...

    docs.groupdocs.com/parser/java/
  9. Font extraction options | GroupDocs

    Learn this guide to know about extracting fonts from input Word document when editing with GroupDocs.Editor API....contain usually text content, while every piece of text should be represented...WordProcessing somehow, applied to text content or is a part of some...

    docs.groupdocs.com/editor/net/font-extraction-o...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Text != null && item.Text != “”]>> Is it possible...IsNullOrWhiteSpace(item.Text)]>> or <<if [item.Text?.Any()]>> I know...

    forum.groupdocs.com/t/shorthand-check-for-null-...