Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 11,639 for

doc

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

    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....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents with extensions '.doc', '.docx', '.rtf' const settings...

    docs.groupdocs.com/search/nodejs-java/document-...
  2. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\test.png" try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  3. Spring Front-end of GroupDocs.Viewer for Java v...

    Team GroupDocs delightedly announcing another release of Spring front-end of GroupDocs.Viewer for Java. The release includes fixes and improvements. We recommend to download and try the latest version. GroupDocs.Viewer for Java API have capabilities to render variety of Documents into HTML, SVG and images to view them on different platforms. The Spring front-end is an open source example application so you can explore the API and learn that how to use the API in your own projects.... XLSM, XLSB Word Documents: DOC, DOCM, DOCX, DOT, DOTX, DOTM...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  4. Working with metadata in WEBP images. Working w...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in WEBP images. For more details please refer to the following guide: Working with XMP metadata. More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples Free online Document metadata management App Along with full featured .NET library we provide simple, but powerful free Apps....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Order Upgrade an Order Support Docs API Reference Live Demos Free...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and...

    docs.groupdocs.com/search/net/indexing/
  6. Enhance Your SharePoint Environment with a Mult...

    GroupDocs.Comparison for .NET is a downloadable library designed to let developers seamlessly add multi-format Document comparison functionality to their own applications or 3rd party services. It allows end users to compare two versions of a Document in a web-browser without having to install original software used to create the Documents. Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint, plain text, HTML and ODT. Today we’re pleased to announce the release of a plugin that allows developers to integrate GroupDocs....Multiple File Types Support: PDF, DOC/DOCX, XLS/XLSX, PPT/PPTX, TXT...

    blog.groupdocs.com/comparison/enhance-sharepoin...
  7. Servlets based front-end Powered by GroupDocs.C...

    Document conversion now becomes easier with GroupDocs.Conversion for Java front end. Team GroupDocs delightedly releasing the servlets based front end of the API, facilitating the user to explore all of the conversion functionalities of the API. GroupDocs.Conversion front-end using Servlet This front end simplify the process to convert any Document format into other formats. It is a single page application which allows user to upload any Document, select target format and click Convert, then user must allow browser to download the converted Document....including # Microsoft Word: DOC, DOCM, DOCX, DOT, DOTX, DOTM...

    blog.groupdocs.com/conversion/groupdocs-convers...
  8. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupDocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  9. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...of("doc", "docx", "xls", "xlsx").contains(extension))...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  10. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk JavaScript try { const metadata = new groupDocs.metadata.Metadata("input.one"); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...