Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 3,300 for

file editor

(1.17 sec)
  1. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your Java applications....Editor Product Solution GroupDocs...metadata: Set metadata from source file Java import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/set-document...
  2. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Editor Product Solution GroupDocs...point to manage metadata in files of all supported formats. Extracting...

    docs.groupdocs.com/metadata/java/migration-notes/
  3. Compare JSON documents | GroupDocs

    Learn how to compare JSON Files using GroupDocs.Comparison for Python via .NET. Detect differences in nested JSON objects, arrays, and data types with visual and textual comparison modes....Editor Product Solution GroupDocs...developers to easily compare JSON files and detect differences in deeply...

    docs.groupdocs.com/comparison/python-net/compar...
  4. Minify HTML | GroupDocs

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer....Editor Product Solution GroupDocs... (); // Render the minified file. viewOptions . Minify = true...

    docs.groupdocs.com/viewer/net/minify-html/
  5. GroupDocs.Watermark for Python via .NET | Group...

    Native Python library that adds, searches, and removes text and image watermarks across PDF, Word, Excel, PowerPoint, Visio, email, and image formats on Windows, Linux, and macOS. No Microsoft Office or OpenOffice required....Editor Product Solution GroupDocs...across the whole page. Supported File Formats GroupDocs.Watermark...

    docs.groupdocs.com/watermark/python-net/
  6. Single document operations | GroupDocs

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate pages using GroupDocs.Merger for Python via .NET....Editor Product Solution GroupDocs...— without merging multiple files. Use the operations below to...

    docs.groupdocs.com/merger/python-net/single-doc...
  7. 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 getGifImageType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Editor Product Solution GroupDocs...and extract some additional file format information. a GIF image...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your .NET applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/net/add-document-to-p...
  9. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Editor Product Solution GroupDocs...whether a file is password-protected: // Get a file info FileInfo...

    docs.groupdocs.com/parser/java/password-protect...
  10. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....Editor Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Advanced...

    docs.groupdocs.com/signature/python-net/search-...