Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 2,817 for

library

(0.04 sec)
  1. Convert PDF to ODT using Java

    Convert PDF to ODT using Java effortlessly without the need for additional tools. We will provide you code example and complete steps to perform this conversion.... Once chosen library is set up and file paths are...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  2. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures.... By default library uses json format serialization...with the full-featured .NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/implement-cust...
  3. GroupDocs.Comparison Product Family | Documenta...

    GroupDocs.Comparison is a cross-platform Library that allows you to compare Microsoft Word, Excel, PowerPoint, OpenDocument, PDF, and plain text documents using C# and Java. Documentation GroupDocs.Comparison for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Guidelines and articles for basic and advanced development Basic Usage Advanced Usage More GroupDocs.Comparison for Java Getting Started Start quickly with our getting started documentation...Comparison is a cross-platform library that allows you to compare...

    docs.groupdocs.com/comparison/
  4. Merge EPUB | Documentation

    Learn how to merge EPUB files, combine EPUB files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET Library....EPUB files into one using library API and all the files content...

    docs.groupdocs.com/merger/python-net/merge/epub/
  5. How to Compare Excel Files in Java

    Quickly review the detailed instructions to compare Excel files in Java without MS Office and easily develop a Java program to compare two Excel files....need to set up the required library from the Maven repository for...

    kb.groupdocs.com/comparison/java/how-to-compare...
  6. How to Convert HTML to RTF in Java

    This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....installing the document conversion library and then follow the rest of...

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

    This quick tutorial provides thorough instructions to convert Text to PDF in C# and a working example to demonstrate the implementation of C# Text to PDF capability....of the document conversion library. These steps do not require...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Convert CSV to MD using Java

    Let's swiftly grasp how to convert CSV to MD using Java without extra software installations. We will present you key steps and Java code to export CSV to MD....suggested document conversion library and made necessary adjustments...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  9. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page in Java....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/parser/java/html/
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....NET library we provide simple, but powerful...

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