Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 3,622 for

document assembly

(0.05 sec)
  1. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the Document with few lines of code over GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/search-for-bar...
  2. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the Document with few lines of code over GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-for-ba...
  3. Convert to PDF with advanced options | Document...

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  4. Extract text areas | Documentation

    This article explains that how to extract text areas from Documents in Java....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-areas/
  5. Work with search results | Documentation

    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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/work-with...
  6. Dynamic Insertion of Hyperlinks in Documents us...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email Documents. Furthermore, a bug related to DocumentAssembler is now fixed. We recommend you to install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks to your reports dynamically using link tags....Assembly for Java 18.7 . Using the...Spreadsheet, Presentation and Email documents. Furthermore, a bug related...

    blog.groupdocs.com/assembly/dynamic-insertion-o...
  7. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a Document....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/highlighting-sea...
  8. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a Document....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/highlighting-sear...
  9. Working with metadata in PDF documents | Docume...

    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....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing Documents such as DOC, DOCX, ODT, etc. For the full list of supported Document formats please refer to Supported Document Formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded Document and extract some additional file format information. Load a WordProcessing Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

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