Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 5,443 for

text watermark

(0.05 sec)
  1. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/net/build-your-first-...
  2. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/java/build-your-first...
  3. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Watermark Product Solution GroupDocs...found can be highlighted in the text of the document. For more information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  4. Add resource redaction annotation | Documentation

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....Watermark Product Solution GroupDocs...with fixed position to hide a text as shown in the picture below:...

    docs.groupdocs.com/annotation/java/add-resource...
  5. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Watermark Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. 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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Watermark Product Solution GroupDocs...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Watermark Product Solution GroupDocs...and TSV), XML, HTML, and plain text. FixedLayoutDocumentI: For documents...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  8. Remove page redactions | Documentation

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet documents....Watermark Product Solution GroupDocs...(Microsoft Word, OpenOffice Texts, Rich Text Files), spreadsheets (Microsoft...

    docs.groupdocs.com/redaction/net/remove-page-re...
  9. Extract Hyperlinks from PPTX using C#

    Learn how to extract hyperlinks from PPTX using C# for presentation analysis, content management. This topic also includes code to read hyperlinks from PPTX in C#....Watermark Product Family GroupDocs.Merger...it easy to extract both the text associated with the hyperlink...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  10. Convert ODT to MHTML using Node.js

    Learn how to convert ODT to MHTML using Node.js. In this article, we will share the detailed steps of how to export ODT to MHTML in Node.js with code example....Watermark Product Family GroupDocs.Merger...to achieving clean, accurate text extraction. It’s ideal for developers...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...