Sort Score
Result 10 results
Languages All
Labels All
Results 2,951 - 2,960 of 3,039 for

image conversion

(0.04 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....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using the ZipRootPackage.getZipPackage method Read the ZIP archive properties Loop through ZipPackage.getFiles to extract information about the archived files The following code snippet shows how to get metadata from a ZIP archive. advanced_usage.managing_metadata_for_specific_formats.archive.ZipReadNativeMetadataProperties...Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-z...
  3. Suite C# Tout-en-un pour l'automatisation des t...

    Découvrez comment GroupDocs.Total pour .NET simplifie l'automatisation des documents en C#. De la visualisation et de la modification de documents aux signatures électroniques et à la gestion des licences économiques, optimisez votre flux de travail sans effort....Visualisation de documents et d’images: Vous pouvez visualiser de...la génération de rapports. Conversion de format de fichier: Convertissez...

    blog.groupdocs.com/fr/total/streamline-document...
  4. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  5. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... L’une des raisons de la conversion est une meilleure portabilité...de filigranes de texte et d’image aux fichiers protégés. Il y...

    blog.groupdocs.com/fr/page/18/
  6. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Conversion Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/handling-the-l...
  8. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....Conversion Product Solution GroupDocs...IImageResource > onlyImages = document . Images ; List < IHtmlResource > allResourcesTogether...

    docs.groupdocs.com/editor/net/edit-document/
  9. Convertidor de DOC a XLS en línia | Aplicacions...

    Convertidor de documents de DOC a XLS: convertiu DOC a XLS en línia gratuïtament, sense necessitat de registre. Conversió de DOC a XLS segura i fàcil d'utilitzar!... També podeu fer conversions més avançades. Per exemple...PDF, PDF a WORD, POWERPOINT a IMAGE, VSDX a PDF, HTML a DOCX, EPUB...

    products.groupdocs.app/ca/conversion/doc-to-xls
  10. JavaでPDFから画像を抽出する方法

    Java で PDF から画像を抽出するための使いやすい手順を理解し、Java を使用して PDF から画像を抽出するコードを作成する方法を学びましょう。...Conversion Product Family GroupDocs...で PDF から画像を抽出するコード extract images from PDF Java アプリケーションを開発するために、いくつかの...

    kb.groupdocs.com/ja/parser/java/how-to-extract-...