Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 2,716 for

file editor

(0.05 sec)
  1. Working with metadata in AVI files | Documentation

    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...
  2. Working with worksheet backgrounds | Documentation

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking Java API...Editor Product Solution GroupDocs...SpreadsheetContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Editor Product Solution GroupDocs... result . getText ())); } } File Type Detection Old coding style...

    docs.groupdocs.com/parser/java/migration-notes/
  4. GroupDocs.Viewer for Node.js overview | Documen...

    GroupDocs.Viewer for Node.js enables you to convert Files to HTML, PNG, JPEG, PDF File formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Editor Product Solution GroupDocs...as HTML, PDF, PNG, and JPEG files. You no longer need third-party...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  5. Basic Usage | Documentation

    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/
  6. Set metadata properties | Documentation

    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...
  7. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Editor Product Solution GroupDocs...Leave feedback Get supported file formats Get document info Get...

    docs.groupdocs.com/parser/java/basic-usage/
  8. Loading document | Documentation

    This section explains how to load document from various sources like File, streams, remote web resources, loading document from FTP, Amazon or Azure storage etc....Editor Product Solution GroupDocs...password-protected document Specify file type when loading a document...

    docs.groupdocs.com/signature/net/loading/
  9. Developer Guide | Documentation

    Developer Guide section explains all aspects of GroupDocs.Editor for Java File Editor features, provides code snippets and examples of editing Microsoft Office formats progammatically in Java applications...Editor Product Solution GroupDocs...GroupDocs.Editor Product Family / GroupDocs.Editor for Java /...

    docs.groupdocs.com/editor/java/developer-guide/
  10. Working with saved Emails | Documentation

    GroupDocs.Metadata for Java provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats....Editor Product Solution GroupDocs...Thunderbird, and Postbox. The files contain the email contents as...

    docs.groupdocs.com/metadata/java/working-with-s...