Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 5,050 for

file comparison api

(0.13 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported File types. An example of obtaining a list of supported File types is presented below. Iterable<FileType> supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType FileType = (FileType)iterator.next(); System.out.println(FileType.getExtension() + " - " + FileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original File...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/redaction/net/save-overwriti...
  3. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for .NET — Api to compare two or more Files and get the difference between them....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  4. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported File formats and developer usage of GroupDocs.Comparison for Java — Api to compare two or more Files and get the difference between them....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/comparison/java/groupdocs-co...
  5. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi Files using Java programming language....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  6. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF File using the GroupDocs.Viewer Java Api for web browser or to reduce size....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  7. Read EXIF Metadata in PSD Format using GroupDoc...

    GroupDocs team is proudly announcing one new feature and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.8. Using the latest version, you can now read EXIF metadata in PSD format. Classes representing TIFF tags are now refactored. Furthermore, memory consumption is now reduced to perform metadata operations for JPEG and TIFF File formats. We recommend you to install and use the latest version of the Api....operations for JPEG and TIFF file formats. We recommend you to...use the latest version of the API. Features IntroducedFollowing...

    blog.groupdocs.com/metadata/read-exif-metadata-...
  8. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/parser/java/loading-specific...
  9. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker Apis for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java Apis to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The Apis support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....Checker APIs for .NET and Java GroupDocs.Comparison Product Family...Family includes .NET and Java APIs to efficiently merge and compare...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  10. Save a modified file to a stream | Documentation

    This article shows how to save a File to the specified stream in Java...Comparison Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...