Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 5,050 for

text annotations

(0.31 sec)
  1. 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...used to format text on the web with plain text formatting syntax...

    docs.groupdocs.com/assembly/net/using-markdown-...
  2. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....Annotation Product Solution GroupDocs...Description The page that contains the text area. The rectangular area on...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  3. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET....Annotation Product Solution GroupDocs...TextSignOptions () options . text = "Updated Signature Text" # Update signatures...

    docs.groupdocs.com/signature/python-net/update-...
  4. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....Annotation Product Family GroupDocs...efficient storage of extracted text Initialize an index using the...

    kb.groupdocs.com/search/java/highlight-search-r...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...with the capability to view, annotate, convert, e-sign, compare...formats. You can also extract text, retrieve metadata information...

    blog.groupdocs.com/groupdocs.blog/page/60/
  6. HTML5 Image, PDF and Microsoft Office Document ...

    We’ve received a lot of feedback from our customers asking us to create a .NET library based on our HTML5 document annotation app. We’ve worked hard and today are pleased to announce the release of the document annotation library for developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library, developers can seamlessly enhance their web and mobile apps with the ability to annotate Microsoft Office documents, PDFs and image files....based on our HTML5 document annotation app . We’ve worked hard and...the release of the document annotation library for developers on...

    blog.groupdocs.com/annotation/html5-image-and-p...
  7. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Annotation Product Solution GroupDocs...Viewer supports over . Load text documents, spreadsheets, presentations...

    docs.groupdocs.com/viewer/nodejs-java/
  8. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Annotation Product Solution GroupDocs...detect the following encodings of text files during indexing: UTF-32...

    docs.groupdocs.com/search/net/indexing-options/
  9. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....Annotation Product Solution GroupDocs...( filePath )) { // Extract a text into the reader try ( TextReader...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Update watermarks | GroupDocs

    Search and update existing Text or image watermarks using Python via .NET....Annotation Product Solution GroupDocs...Updating text watermarks Easily find and modify existing text watermarks...

    docs.groupdocs.com/watermark/python-net/basic-u...