Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 6,630 for

groupdocs pptx viewer

(0.06 sec)
  1. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/load-from-stream/
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  3. GroupDocs.Conversion for Node.js via Java

    查找有关在任何平台上通过 Java 代码使用 Node.js 转换各种类型的文档和图像的答案。...查找API的答案 GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/zh/conversion/nodejs/
  4. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  6. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/nodejs-java/search-re...
  7. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of Groupdocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of Groupdocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....1 of GroupDocs.Viewer for .NET . The latest...have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  8. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/save-with-defa...
  9. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/java/indexing-metadat...
  10. Working with BMP metadata | Documentation

    Reading BMP header properties The Groupdocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-bm...