Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 8,305 for

document viewer

(0.09 sec)
  1. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each Document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a Document, etc. To accomplish this task, additional fields can be added to each indexed Document in addition to those already in the Document itself. Additional fields are associated with the Document through the arguments of the FileIndexing event that occurs before indexing each added Document....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/indexing-additio...
  2. 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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Extract text areas | Documentation

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

    docs.groupdocs.com/parser/java/extract-text-areas/
  4. How to Convert TSV to Excel using C#

    This short guide walks you through the complete process to convert TSV to Excel using C# and how to create the functionality for the TSV to Excel converter in C#....Viewer Product Family GroupDocs.Comparison...for loading the input TSV document Set convert options for the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Highlighting search results | Documentation

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

    docs.groupdocs.com/search/net/highlighting-sear...
  6. Highlighting search results | Documentation

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

    docs.groupdocs.com/search/java/highlighting-sea...
  7. Delete Image signatures from documents | Docume...

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/delete-image-...
  8. Delete Image signatures from documents | Docume...

    This article explains how to delete Image electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/delete-image-s...
  9. Add Text Watermark to XLSX using Java

    This guide demonstrates the process of how to add text watermark to XLSX using Java. Additionally, you'll get a code example to insert text watermark to XLSX in Java....Viewer Product Family GroupDocs.Comparison...layer of text overlaid on a document. Its purpose is to convey...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  10. Remove Annotations from DOCX using C#

    Learn how to effectively remove annotations from DOCX using C#. You'll also get an example that explains the process of how to delete annotations in DOCX using C#....Viewer Product Family GroupDocs.Comparison...changes, can sometimes clutter documents, especially when preparing...

    kb.groupdocs.com/redaction/net/remove-annotatio...