Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 3,303 for

library

(4.3 sec)
  1. Advanced search for Text signatures | GroupDocs

    This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....NET library, we provide simple but powerful...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/delete-text-s...
  3. How to Upload PHP Project to Heroku?

    Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented feature so some additional skills are required do deploy such a project. In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application....you use only standard PHP libraries, you can immediately start...project/app requires a non-standard library (like the PHP API samples project)...

    blog.groupdocs.com/total/how-to-upload-php-proj...
  4. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....best document comparison libraries. You do not need to install...Install the document comparison library from the Maven repository in...

    kb.groupdocs.com/comparison/java/how-to-compare...
  5. 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...
  6. GroupDocs.Comparison Product Family | GroupDocs

    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/
  7. Merge EPUB | GroupDocs

    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/
  8. HTML | GroupDocs

    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/
  9. Get supported file formats | GroupDocs

    This article shows how to check supported file formats....Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/parser/java/get-supported-fi...
  10. Working with metadata in GIF images | GroupDocs

    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...