Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 8,872 for

document annotation

(0.15 sec)
  1. 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....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/features-overview/
  2. How to Convert DOCX to OTT using Java

    We'll present straightforward instructions on how to convert DOCX to OTT using Java. Also, we'll provide code sample that explains how to export DOCX to OTT in Java....Annotation Product Family GroupDocs...generate document templates or collaborate with open document standards...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. Convert PDF to DOCX using C#

    Easily convert PDF to DOCX using C# with our step-by-step guide without installing extra tools. We will also provide you code example to export PDF to DOCX using C#....Annotation Product Family GroupDocs...In the dynamic landscape of document processing, the ability to...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  4. Managing dictionaries | GroupDocs

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps. You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/managing-diction...
  5. Parse data from PDF documents | GroupDocs

    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)....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/parse-data-from-...
  6. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/using-markdown...
  7. Remove Metadata from RTF using C#

    Quickly grasp the knowledge of how to remove metadata from RTF using C#. Moreover, you'll be provided with a code demonstrating how to clean metadata from RTF in C#....Annotation Product Family GroupDocs...author details, creation dates, document properties, and more. While...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  8. Adding watermarks | GroupDocs

    Adding watermark to any supported Document format using GroupDocs.Watermark consists of some easy steps...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/adding-waterma...
  9. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_Document("input.msg", "output.msg", array)) The Recipe Set up the source Document data path Set up the source Document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/python-net/email-re...
  10. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML Documents using the Python programming language....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/python-net/edit-xml/