Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,735 for

resource

(0.94 sec)
  1. Edit and Manage Metadata in Node.js Apps - Grou...

    Objevte, jak využít GroupDocs.Metadata for Node.js k extrakci, aktualizaci a odstranění metadat ve vašich aplikacích....jsou IPTC, XMP, EXIF a Image Resources. Zpracování multimediálních...

    blog.groupdocs.com/cs/metadata/edit-metadata-in...
  2. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...special relativity' More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/build-search-query/
  3. Working with OpenType fonts | GroupDocs

    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 the OpenTypeRootPackage....getValue ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-o...
  4. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....docx" , options ); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/implement-cust...
  5. Deleting Text signatures - advanced | GroupDocs

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/deleting-text...
  6. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...special relativity' More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/java/build-search-query/
  8. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how a file convert to pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for .NET....pdf" , options ); } More Resources Was this page helpful? Not...

    docs.groupdocs.com/conversion/net/convert-to-pd...
  9. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... readToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Work with search results | GroupDocs

    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/java/work-with-search...