Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 33,744 for

search

(0.06 sec)
  1. Document filtering during indexing | GroupDocs

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/document-filterin...
  2. Faster first initialization of GroupDocs.Search...

    Hi there, We are not 100% sure whether it’s maybe caused by the license mechanism, but we noticed that it usually takes 20-30 seconds for the first GroupDocs.Search call to complete. Is there a way to speed this up? W…...Search? GroupDocs.Search Product Family dotnet...seconds for the first GroupDocs.Search call to complete. Is there...

    forum.groupdocs.com/t/faster-first-initializati...
  3. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel....Search Product Solution GroupDocs...if url_pattern and not re . search ( url_pattern , hyperlink ...

    docs.groupdocs.com/parser/python-net/extract-hy...
  4. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    GroupDocs offers a full set of document management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the GroupDocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin....Used to render and handle the search form and list view in Popups...module’s basic and advanced search form displays. sidecreateviewdefs...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  5. Redact Text in PDF using Java

    In this tutorial, you will learn how to redact text in PDF using Java. Also, you will be provided with a straightforward code to replace text in PDF using Java....Search Product Family GroupDocs.Parser...becoming proficient in how to search and redact text in PDF using...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  6. Convert PDF to HTML programmatically using C#

    Let's convert a PDF document to HTML using a few lines of code. Automate PDF conversion within .NET application to convert whole document or selected pages....easily edited, searched, and indexed by search engines, and allows...

    blog.groupdocs.com/conversion/convert-a-pdf-doc...
  7. GroupDocs.Total for .NET 25.9 – 最新更新和修复(2025年10月)

    探索 GroupDocs.Total for .NET 25.9 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...Search for .NET 25.5 → 25.9 Release...Fixes # 问题 组件 描述 TOTALNET‑278 Search 修复了搜索返回空片段列表的情况。 TOTALNET‑284...

    blog.groupdocs.com/zh/total/groupdocs-total-for...
  8. Working with metadata in PDF documents | GroupDocs

    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. Announcing GroupDocs Annotation App Plugin for ...

    Good news for Orchard CMS users! We’ve introduced a GroupDocs Annotation app plugin for Orchard. This plugin lets you embed GroupDocs’ online document annotation app as well as selected documents to Orchard pages. Once the document is embedded, you can annotate the document using GroupDocs’ efficient annotation app. Annotate your documents using easy-to-use tools or perform document collaboration online by sharing documents with your colleagues. [caption id=“attachment_960” align=“alignnone” width=“600” caption=“Announcing GroupDocs Annotation Plugin for Orchard”] [/caption] GroupDocs Annotation is a powerful online document annotation app that allows you to view and annotate documents online....from the Orchard Gallery : search for GroupDocs Annotation in...

    blog.groupdocs.com/total/announcing-groupdocs-a...
  10. Working with metadata in PDF documents | GroupDocs

    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...