Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 1,976 for

resource

(0.03 sec)
  1. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....highlighted occurrences } More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/nodejs-java/work-with...
  2. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage.... Value ); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-op...
  3. Belgeler İçinde Ters Görsel Arama

    Uygulamanızı belgelerde ve resim dosyalarında ters resim arama işlevselliği ile oluşturun....links for further details and resources: Dokümantasyon Örnekler –...

    blog.groupdocs.com/tr/search/reverse-image-search/
  4. Document page builder - how to merge particular...

    Merge specific pages from multiple documents using API with GroupDocs.Merger. Create tailored, unified documents effortlessly....information and additional resources, you may find the following...

    blog.groupdocs.com/merger/page-builder-how-to-m...
  5. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... RIFF (Resource Interchange File Format)는...

    blog.groupdocs.com/ko/page/24/
  6. Extract data from databases | Documentation

    This article shows the data extraction from database via ADO.NET using GroupDocs.Parser...ReadToEnd ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/metadata-redac...
  8. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so.... Save ( so ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  9. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....Alphabet before indexing) More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-op...
  10. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Save (); }; } More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/redaction-basics/