Sort Score
Result 10 results
Languages All
Labels All
Results 2,051 - 2,060 of 33,276 for

search

(0.11 sec)
  1. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Search Product Solution GroupDocs...Microsoft Office Word Documents Search text in Microsoft Office Word...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Technical Support | GroupDocs

    Get comprehensive technical support for GroupDocs.Total for Python via .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Search Product Solution GroupDocs...Review existing resources: Search the documentation Browse the...

    docs.groupdocs.com/total/python-net/technical-s...
  3. Use Custom Objects as Metadata Signature in Wor...

    Guys! We have recently released version 19.5 of GroupDocs.Signature for .NET with some extended features, a few bug fixes, and improvements. So in this post, I am going to give you a brief overview of the new features that we have introduced in the latest release. Furthermore, I shall also list the issues that are fixed as well as the improvements that we have made in v19.5. First of all, let’s checkout what new the latest release has brought for you....verification process Ability to search files with . djvu format as...

    blog.groupdocs.com/signature/use-custom-objects...
  4. PDF Document Viewer Module for Drupal is Now Av...

    Great news for all Drupal CMS users! We have released a PDF viewer module for Drupal. The module allows you to seamlessly embed PDF documents, as well as PowerPoint presentations, Excel spreadsheets, word processing documents and images into web-pages on your Drupal website. The PDF document viewer module for Drupal utilizes our GroupDocs Viewer’s functionality and provides you with the following benefits: Your website visitors don’t need any browser plug-ins or Flash to view documents hosted with our document viewer....from the embedded documents or search for a particular text within...

    blog.groupdocs.com/total/pdf-document-viewer-mo...
  5. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Search Product Family GroupDocs.Parser...install additional software to search and redact text in RTF using...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  6. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java....Search Product Family GroupDocs.Parser...application, you can efficiently search and redact text in DOCX using...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  7. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Search Product Solution GroupDocs...features of the GroupDocs.Metadata search engine please refer to the...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  8. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Search Product Solution GroupDocs...through the GroupDocs.Metadata search engine in read-only mode. More...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iSearch Product Solution GroupDocs...through the GroupDocs.Metadata search engine in read-only mode. More...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. 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...