Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 14,603 for

doc

(0.04 sec)
  1. 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/java/indexing/
  2. Simple JSP Front End example for GroupDocs.View...

    We are excited to announce a simple front-end for GroupDocs.Viewer for Java API so newbies can start using it quickly, instead of learning the rich features and complexities provided in GroupDocs.Viewer for Java using Struts2 or GroupDocs.Viewer for Java Using Servlets. Simplicity comes with many advantages and disadvantages. JSP front-end is a minimum implementation and demonstrates how simple it is to get started with GroupDocs.Viewer for Java. This removes features some useful features, like the user cannot download the Document, cannot print, zoom, etc....viewer are Word Document Formats (DOC, DOCM, DOCX, DOT, DOTX, DOTM)...

    blog.groupdocs.com/viewer/groupdocs-viewer-java...
  3. HTML5 Image, PDF and Microsoft Office Document ...

    We’ve received a lot of feedback from our customers asking us to create a .NET library based on our HTML5 Document annotation app. We’ve worked hard and today are pleased to announce the release of the Document annotation library for developers on .NET platforms (ASP.NET, C#, VB.NET). Using the library, developers can seamlessly enhance their web and mobile apps with the ability to annotate Microsoft Office Documents, PDFs and image files....Microsoft Office documents (DOC, DOCX, XLS, XLSX, PPT, PPTX,...

    blog.groupdocs.com/annotation/html5-image-and-p...
  4. 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...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  5. Save a modified file to a specified location | ...

    This article shows how to save a Document to a specified location on a local disk in Java...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/save-a-...
  6. Merge Word documents | Documentation

    Follow this guide and learn how to merge Word Documents, combine several DocX or Doc files into one using GroupDocs.Merger for Node.js via Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...text documents include DOCX , DOC and RTF . How to merge DOCX documents...

    docs.groupdocs.com/merger/nodejs-java/merge/word/
  7. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for Document conversion and use the sample code to convert PDF to DocX using Java in your projects straight away....the following formats such as DOC, DOCM, DOT, DOTX, RTF, ODT, OTT...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. GroupDocs.Annotation for Java Library - Annotat...

    We are pleased to inform developers, especially those of you who prefer the Linux platform, about the release of the GroupDocs.Annotation for Java library. It is an HTML5 standard compliant library that allows you to display PDF, Microsoft Office and image files and comes with a comprehensive set of Document commenting and markup tools. The viewer can work two ways: by rasterizing Documents or by converting them to a combination of SVG, HTML and CSS....including PDF, Microsoft Office (DOC, DOCX, XLS, XLSX, PPT, PPTX,...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  9. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.Doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources 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...your document. Ex: @"C:\Docs\source.doc" try ( InputStream stream...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  10. 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...