Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 6,762 for

may

(0.05 sec)
  1. Ինչպես փոխարկել MPP-ն PDF-ի Java-ում

    Հեշտությամբ փոխակերպեք Microsoft-ի նախագծի ֆայլերը չխմբագրվող ձևաչափի, սովորեք, թե ինչպես փոխարկել MPP-ն PDF-ի Java-ում և զարգացնել Java MPP-ի PDF փոխարկիչ հավելվածը:...միջոցով գրառմանը: Updated on 28 May 2023 Հայերեն English Français...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  2. 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:...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. 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....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/indexing-metadat...
  4. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/net/markdown/
  5. How to Compare Excel Files using C#

    This quick how-to tutorial provide you the complete guide to compare Excel files using C# and learn the process to programmatically compare two Excel files for differences in C#.... However, you may modify this sample code by repeating...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  6. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#.... Updated on 26 May 2023 English Türkçe 日本語 Français...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert HTML to PPTX using C#

    This article will provide guidance on how to convert HTML to PPTX using C#. Moreover, a code example will be provided to illustrate how to export HTML to PPTX in C#....require additional help, you may refer to our guide on how to...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert SVG to PNG using C#

    This tutorial will explain the process to convert SVG to PNG using C# and how to implement the C# convert SVG to PNG feature using the steps defined in this post.... Updated on 20 May 2022 English Ελληνικά Türkçe...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert RTF to SVG using C#

    In this tutorial, you will learn how to convert RTF to SVG using C# by following a step-by-step process. Also, a sample code is included to export RTF to SVG in C#.... Updated on 22 May 2023 English Türkçe 日本語 Français...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert XLSX to CSV using Java

    The focus of this topic is to guide you on how to convert XLSX to CSV using Java, and help you in developing a Java application to change XLSX to CSV in Java.... However, there may be times when you need to conversion...

    kb.groupdocs.com/conversion/java/how-to-convert...