Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 838 for

language

(0.17 sec)
  1. Remove Metadata from DOCM using C#

    This topic will teach you how to remove metadata from DOCM using C#. You'll also get the code to delete metadata from DOCM in C# without needing any extra software....DOCM using C# programming language. Before we jump into the technical...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  2. Convert PDF to PS using C#

    This tutorial demonstrates how to convert PDF to PS using C#. Also, code example will be supplied to export PDF to PS using C# without extra software installation....PostScript, a page description language, is widely used in the printing...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  3. basic-presentation.pptx

    Basic presentation Agenda Introduction Building confidence Engaging the audience Visual aids Final tips & takeaways 2 The power of communication Overcoming nervousness Confidence-building strategie......Volume control Effective body language enhances your message, making...

    docs.groupdocs.com/conversion/python-net/_sampl...
  4. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !... Language ); Console . WriteLine ( internationalChunk...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Supported cross-merging Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Template Hypertext Markup Language File MHTML Web Archive MIME...

    docs.groupdocs.com/merger/net/supported-cross-m...
  6. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Versions Notes Hypertext Markup Language File Content and metadata...Extensible Hypertext Markup Language File Content and metadata...

    docs.groupdocs.com/search/nodejs-java/supported...
  7. How to Add Distance Annotation in PDF using Java

    This article will help you to add distance annotation in PDF using Java. We'll provide you complete step-by-step guide to insert distance annotation to PDF in Java....using the Java programming language. Steps to Add distance Annotation...

    kb.groupdocs.com/annotation/java/how-to-add-dis...
  8. Convert PDF to XPS using C#

    Effortlessly convert PDF to XPS using C# by following our detailed guide. Additionally, we'll furnish you with a code example to export PDF to XPS using C#....understanding of the C# programming language. Let’s explore the essential...

    kb.groupdocs.com/conversion/net/convert-pdf-to-...
  9. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....grasp of the Java programming language. Let’s delve into the main...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Convert CSV to XML using C#

    Let's quickly learn how to convert CSV to XML using C# without installing extra software. We will provide you key steps along with C# code to export CSV to XML....to XML using C# programming language in this in-depth tutorial...

    kb.groupdocs.com/conversion/net/convert-csv-to-...