Sort Score
Result 10 results
Languages All
Labels All
Results 2,041 - 2,050 of 2,199 for

resource

(0.07 sec)
  1. Slow files viewer - Free Support Forum - groupd...

    Hello, We have facing problem for Group Doc, in particular with the function GetViewerInfo which remains very slow even with the latest version 22.9 ( about 7 seconds ). Is this normal? Is there a faster function to u…...It could be due to system resources and system load. I run the...

    forum.groupdocs.com/t/slow-files-viewer/11971
  2. Merge PPTX Presentations in Node.js - GroupDocs...

    This article demonstrates how to merge PPTX presentation files in Node.js with simple code examples using the GroupDocs.Merger for Node.js via Java API.... check out the following resources: GroupDocs.Merger for Node...

    blog.groupdocs.com/merger/merge-pptx-in-nodejs/
  3. GroupDocs.Metadata Product Family

    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/categories/groupdocs.meta...
  4. .NET APIを使用してC#でCADファイルを表示する| DWG DXFDGNDWFを変換する

    図面を表示するには、C#でCADファイルビューアを構築します。 GroupDocsによるドキュメントビューア.NETAPIを使用して、DWG、DGNをHTML、JPG、PNG、またはPDFとしてレンダリングするように変換します。...html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/ja/viewer/view-cad-documents...
  5. 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...
  6. Search text | Documentation

    This article explains that how to search text from documents.... Text )); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/search-text/
  7. 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/java/work-with-search...
  8. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....highlighted search results } More resources Advanced usage topics To learn...

    docs.groupdocs.com/search/net/build-your-first-...
  9. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage.... OutputVsdx ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Implement custom encryption with Metadata signa...

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

    docs.groupdocs.com/signature/net/implement-cust...