Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 4,960 for

text signature

(0.04 sec)
  1. Hello, world! | GroupDocs

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

    docs.groupdocs.com/watermark/net/hello-world/
  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....Signature Product Solution GroupDocs...highlighting occurrences in the text of documents. Obtain search...

    docs.groupdocs.com/search/nodejs-java/work-with...
  3. Extract hyperlinks from Microsoft Office Word d...

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

    docs.groupdocs.com/parser/net/extract-hyperlink...
  4. 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....Signature Product Solution GroupDocs...steps to extract an attachment text from PDF Portfolios: Instantiate...

    docs.groupdocs.com/parser/java/extract-attachme...
  5. 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....Signature Product Solution GroupDocs...FileFormat . Markup ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/loading-specific...
  6. 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....Signature Product Family Find answers...Product Family Find answers about text search and indexing of different...

    kb.groupdocs.com/
  7. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more....Signature Product Solution GroupDocs... EMF, WMF images containing text (get; set;) ResetFontFolders...

    docs.groupdocs.com/conversion/net/load-image-do...
  8. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Signature Product Solution GroupDocs...Template XML Spreadsheet 2003 Text and programming file formats...

    docs.groupdocs.com/comparison/java/supported-do...
  9. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Signature Product Solution GroupDocs...Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...

    docs.groupdocs.com/comparison/nodejs-java/suppo...
  10. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Java programming language....Signature Product Solution GroupDocs...that any XML is first of all a text file). By default all XML files...

    docs.groupdocs.com/editor/java/how-to-edit-xml/