Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,939 for

image viewer

(0.18 sec)
  1. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iViewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  3. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Viewer Product Solution GroupDocs...Doe” masked with small square images. Additional Resources This...

    docs.groupdocs.com/redaction/python-net/hello-w...
  4. Get document info | GroupDocs

    This article shows how to get the basic document info....Viewer Product Solution GroupDocs...familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/get-document-info/
  5. C#에서 Excel을 이미지로 변환하는 방법

    이 설명서는 C#에서 Excel을 이미지로 변환하는 자세한 지침과 Excel을 이미지 C#으로 변환 응용 프로그램을 구현하는 코드를 개발하는 방법을 제공합니다....Viewer Product Family GroupDocs.Comparison...API 중 하나를 사용하여 **C#에서 Excel 를 Image 로 변환 하는 전체 가이드를 찾을 수 있습니다. 또한...

    kb.groupdocs.com/ko/conversion/net/how-to-conve...
  6. Remove Metadata from RTF using C#

    Learn how to efficiently remove metadata from RTF using C# with a code that demonstrates how to delete metadata from RTF in C# without installing extra software....Viewer Product Family GroupDocs.Comparison...that supports text formatting, images, and other features. However...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  7. Clean metadata | GroupDocs

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/clean-metadata/
  8. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  9. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Viewer Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  10. Як перетворити зображення на Word за допомогою C#

    У цій короткій статті описано поетапний процес перетворення зображень у Word за допомогою C# та як розробити програму для конвертера зображень у Word у C#....Viewer Product Family GroupDocs.Comparison...покроковій процедурі перетворення Image на Word за допомогою C# за допомогою...

    kb.groupdocs.com/uk/conversion/net/how-to-conve...