Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 11,106 for

text

(0.75 sec)
  1. Single Row Image in Word Processing Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Microsoft Word Document Creating a Single Row Image Please follow below steps to create a Single Row Image in MS Word 2013:...Creating the Template OpenDocument Text (ODT) is a word processing document...“Save As”. Select “OpenDocument Text” from “Save As Type” drop down...

    docs.groupdocs.com/assembly/net/single-row-imag...
  2. eSign document with QR code signature | GroupDocs

    This article explains how sign documents with electronic signature as QR code on document page with GroupDocs.Signature API....document, the main settings are the text to be encoded and the which...option with predefined QRCode text QrCodeSignOptions options =...

    docs.groupdocs.com/signature/net/esign-document...
  3. Support for Native Word & PDF Annotations in Gr...

    GroupDocs.Annotation for Java is a flexible library built to extend document collaboration to the web. It allows end users to review, annotate and comment on over 50 types of documents. The library supports Microsoft Office and OpenDocument formats, PDFs, images, AutoCAD drawings and others. A rich set of tools allows users to draw lines, place watermarks and pointers, redact and comment Text, strike through and underline it. And thanks to its cross-browser compatibility, the library lets users to annotate documents literally from any web-enabled device using just a browser and without having to install any third party software or plugins....pointers, redact and comment text, strike through and underline...

    blog.groupdocs.com/annotation/support-for-nativ...
  4. New release of GroupDocs.Metadata for .NET intr...

    It is another month and GroupDocs.Metadata for .NET has another release with more features and more supported file formats. GroupDocs Team is always looking for new ways to improve the product. We concentrate on introducing the features that are can help solve real life problems developers may come across. Let’s dive into it and have a look at what’s new in this release. New Features GroupDocs.Metadata for .NET v1.1.0 introduced a bunch of new features....Properties in XMP Metadata Paged Text Properties in XMP Metadata Easy...

    blog.groupdocs.com/metadata/new-release-groupdo...
  5. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Parser for Python via .NET without a license (Evaluation Limitations)...a document can be processed Text extraction: Only 20 lines per...Only 5 pages (slides, sheets) Text extraction Only 20 lines per...

    docs.groupdocs.com/parser/python-net/licensing-...
  6. Working with Image Reports - Single Row | Group...

    Articles in this section...Document Single Row Image in Text Document Single Row Image in...

    docs.groupdocs.com/assembly/java/working-with-i...
  7. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....ability to search for encrypted text of QR-code signature and decrypt...signatures Search for encrypted text in QR-code signatures Search...

    docs.groupdocs.com/signature/net/search-embed-n...
  8. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...indicating whether to recognize text in separate image files. The...indicating whether to recognize text in embedded images. The default...

    docs.groupdocs.com/search/java/indexing-options/
  9. Build search query | GroupDocs

    This page contains information about building Text search queries of various types. More examples on building search queries are provided on the page...contains information about building text search queries of various types...on the page . In addition to text search queries, there is also...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/net/working-with-me...