Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 31,975 for

search

(0.26 sec)
  1. Add Watermark to DOTX Online

    Insert watermark in DOTX. Apply text or image watermarks with various settings. Protect and mark your DOTX with our tool....Signature Assembly Metadata Search Parser Watermark Editor Merger...

    products.groupdocs.app/watermark/dotx
  2. Add Watermark to DOC Online

    Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our tool....Signature Assembly Metadata Search Parser Watermark Editor Merger...

    products.groupdocs.app/watermark/doc
  3. PDF Viewer Plugin for Joomla Is Now Officially ...

    Hello to all Joomla users! Here at GroupDocs, we’re excited to announce the release of the long-awaited PDF viewer plugin for Joomla CMS. The plugin allows you to easily embed and host PDF documents (as well as Word, Excel and PowerPoint documents) on your Joomla website. We’ve been working hard to make the installation process and plugin deployment hassle-free for Joomla web-developers and website owners. At the same time, our aim was to make the document viewer interface convenient for the end users - your website visitors....our document viewer with a search feature, which allows users...

    blog.groupdocs.com/total/joomla-pdf-viewer-plug...
  4. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java 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 getWordProcessingType method to obtain file format information advanced_usage....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Extracting metadata | Documentation

    Using the GroupDocs.Metadata Search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow Searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Search Product Solution GroupDocs...Using the GroupDocs.Metadata search engine you can extract desired...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  6. Redact Text in XLSX using C#

    In this tutorial, you'll learn how to redact text in XLSX using C#. Also, you'll be provided with a straightforward code example to replace text in XLSX using C#....Search Product Family GroupDocs.Parser...Mastering the art of how to search and redact text in XLSX using...

    kb.groupdocs.com/redaction/net/redact-text-in-x...
  7. Remove Text Watermark from DOCX Using Java

    Learn how to remove text watermark from DOCX using Java. We'll provide you code to delete watermark text from DOCX in Java without requiring any additional software....Search Product Family GroupDocs.Parser...TextSearchCriteria class to search for specific watermark text...

    kb.groupdocs.com/watermark/java/remove-text-wat...
  8. 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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/net/working-with-me...
  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 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....Search Product Solution GroupDocs...uses the GroupDocs.Metadata search engine to retrieve all properties...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Installation | Documentation

    Install from Nuget NuGet is the easiest way to download and install GroupDocs.Search for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Search using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/installation/