Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 2,966 for

file format conversion

(0.06 sec)
  1. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....Conversion Product Family GroupDocs...using Java DOCX files, which are the standard format for Microsoft...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  2. Extract Text from XLSX using C#

    This article outlines the process of how to extract text from XLSX using C#. It includes a sample code to assist you in incorporating text extraction from XLSX in C#....Conversion Product Family GroupDocs...C# Extracting text from XLSX files is a common requirement in various...

    kb.groupdocs.com/parser/net/extract-text-from-x...
  3. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF Files Reading ASF Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from ASF Files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Conversion Product Solution GroupDocs...specific formats / Video / Working with Metadata in ASF Files Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Redact Text in RTF using Java

    This tutorial will walk you through the steps of how to redact text in RTF using Java. Additionally, you will get a code example to replace text in RTF using Java....Conversion Product Family GroupDocs...Redacting text in Rich Text Format ( RTF ) documents using Java...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Merger for .NET...Conversion Product Solution GroupDocs...processing of any supported file format (instead of DocumentHander...

    docs.groupdocs.com/merger/net/migration-notes/
  6. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you to render documents in various Formats as HTML, PDF, JPEG, and PNG Files. You do not need to use third-party software to view Files within your .NET application....Conversion Product Solution GroupDocs...spreadsheets, presentations, PDF files, web pages, email messages,...

    docs.groupdocs.com/viewer/net/
  7. Features Overview | GroupDocs

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of Formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Conversion Product Solution GroupDocs...removing metadata in a variety of formats Searching, updating and removing...

    docs.groupdocs.com/metadata/java/features-overv...
  8. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Documents / Working with...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Conversion Product Family GroupDocs...sharing information in a digital format, often used in presentations...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_Formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with BMP...

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