Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 849 for

language

(0.05 sec)
  1. 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...
  2. Supported Document Formats | GroupDocs

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

    docs.groupdocs.com/search/java/supported-docume...
  3. Extract data with GroupDocs.Parser | GroupDocs

    Extract plain text, single pages, formatted Markdown and document information from Word, PDF and 170+ other formats with GroupDocs.Total for Java, with runnable Java examples and downloadable input and output files....documents to a search index or a language model. Every example below...the text is destined for a language model. Java import java.nio...

    docs.groupdocs.com/total/java/developer-guide/p...
  4. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....TIF, , , , Page Description Language: , , , , PDF: Presentation:...

    docs.groupdocs.com/conversion/java/convert/note/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...title, author, publisher, and language, enabling accurate cataloging...approach using C# and Java languages, providing step-by-step instructions...

    blog.groupdocs.com/groupdocs.blog/page/12/
  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. Save Assembled Word Processing Document as a Ma...

    Markdown is a well known and one of the popular markup Languages these days. The appearance of the text in Markdown is controlled using the syntax instead of using rich text editors or applications such as MS Word. The best thing is, it is a lightweight Language and can be written in the plain text editors such as Notepad. As far as its usage is concerned, Markdown is popular in writing wikis, readme files, and others....one of the popular markup languages these days. The appearance...thing is, it is a lightweight language and can be written in the...

    blog.groupdocs.com/assembly/save-assembled-word...
  8. How to Convert TeX to HTML in C#

    This article explains the document conversion workflow to convert TeX to HTML in C# and demonstrates a sample application for LaTeX to HTML converter using C#....to HTML converter using C# language. First of all, you have to...

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

    This quick article explains the stepwise process to convert XPS to PDF using Java and provides a sample working application for XPS to PDF converter in Java....sample code snippet in Java language to transform XPS to PDF format...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Sign PDF with Text Signature using Java

    Quickly learn how to sign PDF with text signature using Java. Also, we will provide a code example to add text signature in PDF using Java without using extra tools....signature using Java programming language. We will utilize the widely...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...