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

language

(0.16 sec)
  1. 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...
  2. 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...
  3. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....Line #3 - enables extracting language information for better subsequent...Document protection Enabling language information Float and paginal...

    docs.groupdocs.com/editor/net/edit-word/
  4. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....to PNG using C# programming language. Before diving into the technical...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  5. Add Text Watermark to XLSX using C#

    This guide demonstrates the process of how to add text watermark to XLSX using C#. Additionally, you'll get a code example to insert text watermark to XLSX in C#....XLSX using C# programming language. Before we dive into the technical...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Merge TEX | GroupDocs

    Learn how to merge TEX files, combine TEX files into one file programmatically in C# Language using GroupDocs.Merger for .NET library....About TEX File Format TeX is a language that consists of programming...

    docs.groupdocs.com/merger/net/merge/tex/
  7. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK in Java....RecognizeFromContent ( requestBody , Language . English , ResultType . Internal...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  8. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint, HTML, image and other formats with GroupDocs.Conversion for .NET....lines code in C# programming language. GroupDocs.Conversion for..., , PDF: Page Description Language: , , , , , , Presentation:...

    docs.groupdocs.com/conversion/net/convert/pdf/
  9. How to Convert TeX to PDF using Java

    This short tutorial provides a step-by-step procedure to convert TeX to PDF using Java and how to create an application to convert LaTeX file to PDF in Java....sample code snippet in Java language for TeX to PDF converter....

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert ODT to PDF in C#

    This article provides a step-by-step procedure to convert ODT to PDF in C# and a sample working code for the C# ODT to PDF conversion application....the ODT file to PDF using C# language. Steps to Convert ODT to PDF...

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