Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 5,916 for

file conversion

(0.42 sec)
  1. 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....Conversion Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Remove Text Watermark from DOCX Using Python

    You can remove text watermark from DOCX using Python with simple code. This guide also shows how to delete watermark in DOCX using Python for clean output....Conversion Product Family GroupDocs...formatting and structure of your files. Steps to Remove Text Watermark...

    kb.groupdocs.com/watermark/python/remove-text-w...
  3. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Conversion Product Solution GroupDocs...Old coding style // Load the file Document doc = Redactor . load...

    docs.groupdocs.com/redaction/java/migration-notes/
  4. Add Search Text Annotation to PDF using C#

    Quickly learn how to add search text annotation to PDF using C# without using extra tool. We also provide code to insert search text annotation in PDF using C#....Conversion Product Family GroupDocs...search text annotations into PDF files using the versatility of C#...

    kb.groupdocs.com/annotation/net/add-search-text...
  5. Search and Filter Documents in Java

    Quickly gain insights into how to search and filter documents in Java. Discover techniques to filter documents search results in Java for accurate data retrieval....Conversion Product Family GroupDocs...based on attributes such as file types, content, or metadata...

    kb.groupdocs.com/search/java/search-and-filter-...
  6. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....Conversion Product Family GroupDocs...object by providing the SVG file path as an argument to its constructor...

    kb.groupdocs.com/viewer/java/render-svg-as-html...
  7. GroupDocs.Viewer for Java 26.3 – March 2026 Rel...

    GroupDocs.Viewer for Java 26.3 fixes critical rendering bugs, improves performance, and adds new slide placeholder options—now available via Maven.... Excel, Word, and image conversions. What’s new in this release...Linux VIEWERNET‑4540 Bug PDF file displayed incorrectly, with...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  8. 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....Conversion Product Solution GroupDocs...document type and structure - file type, size, page count, etc...

    docs.groupdocs.com/watermark/java/basic-usage/
  9. 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....Conversion Product Solution GroupDocs...setProperties method. Open a file to update Specify a predicate...

    docs.groupdocs.com/metadata/python-net/set-meta...
  10. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for Java...Conversion Product Solution GroupDocs...editing process to any supported file format (instead of EditorHander...

    docs.groupdocs.com/editor/java/migration-notes/