Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 3,018 for

file editor

(0.51 sec)
  1. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Editor Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  2. 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...
  3. 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/
  4. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your .NET applications....Editor Product Solution GroupDocs...difference between rendering a file and getting the cached results:...

    docs.groupdocs.com/viewer/net/caching-results/
  5. 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/
  6. Spreadsheet conversion options | GroupDocs

    Control column truncation, row limits, sheet separators, and hidden worksheets...Editor Product Solution GroupDocs...cost-analysis.xlsx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/spreadsheet-opt...
  7. 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-...
  8. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Editor Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Basic Usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - File type, size, page count, etc. and generates document page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....Editor Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  10. Set metadata properties | GroupDocs

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 Files....Editor Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/python-net/set-meta...