Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,991 for

text annotations

(0.1 sec)
  1. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...see . Hyperlink can contain a text: <hyperlink link= "www.google...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  2. Work with search results | GroupDocs

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the Text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Annotation Product Solution GroupDocs...highlighting occurrences in the text of documents. Obtain search...

    docs.groupdocs.com/search/nodejs-java/work-with...
  3. Extract attachments from PDF portfolios | Group...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment Text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Annotation Product Solution GroupDocs...steps to extract an attachment text from PDF Portfolios: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  4. Hello, world! | GroupDocs

    Get started with GroupDocs.Watermark for .NET by creating and running a minimal example....Annotation Product Solution GroupDocs...C# application that appends a text watermark using the GroupDocs...

    docs.groupdocs.com/watermark/net/hello-world/
  5. Extract table of contents from EPUB eBooks | Gr...

    To extract table of contents from EPUB e-books GetToc method is used....Annotation Product Solution GroupDocs...page index to extract a page text from the document. The following...

    docs.groupdocs.com/parser/net/extract-table-of-...
  6. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....Annotation Product Family GroupDocs...details on configuring the annotation package and sample code example...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  7. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Annotation Product Solution GroupDocs...of how to sign document with text signature using old and new...

    docs.groupdocs.com/signature/net/migration-notes/
  8. Find Answers and Code About GroupDocs APIs! - G...

    Find answers about file formats processing in code. Knowledge base of all file format manipulation examples in .NET C# and Java....Find answers to view, render, annotate, convert, e-sign, compare...on any platform. GroupDocs.Annotation Product Family Find answers...

    kb.groupdocs.com/
  9. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Annotation Product Solution GroupDocs...Apple’s Email Message Format Plain Text Word Processing Markup Language...

    docs.groupdocs.com/assembly/java/supported-docu...
  10. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Annotation Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/loading-specific...