Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 3,254 for

file format conversion

(0.26 sec)
  1. Extract Text from PPTX using C#

    This article provides an in-depth guide on how to extract text from PPTX using C#, including code example to help you efficiently do text extraction from PPTX in C#....Conversion Product Family GroupDocs...PPTX using C# PPTX files, the widely used format for Microsoft PowerPoint...

    kb.groupdocs.com/parser/net/extract-text-from-p...
  2. Installation (manual) | GroupDocs

    Installation without build tools (manual JAR setup) If you don’t use Maven/Gradle/Ivy/SBT, you can add GroupDocs.Metadata for Java to the classpath manually. 1) Download the JAR Go to the latest version of groupdocs-metadata in the GroupDocs Java repository. Download groupdocs-metadata-.jar. 2) Add the JAR to your project IntelliJ IDEA File → Project Structure → Modules → Dependencies. Click + → JARs or directories and select the downloaded JAR. Eclipse...Conversion Product Solution GroupDocs...to your project IntelliJ IDEA File → Project Structure → Modules...

    docs.groupdocs.com/metadata/java/installation-m...
  3. Working with metadata in JPEG images | GroupDocs

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more inFormation on the Photoshop File Format and metadata blocks that can be attached to images of different Formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/FileFormatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop File Format) from a JPEG image....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in FLV files Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Remove Annotations from RTF using C#

    Learn how to efficiently remove annotations from RTF using C#. This guide includes code demonstrating the process of how to delete annotations in RTF using C#....Conversion Product Family GroupDocs...annotations from RTF (Rich Text Format) files can be crucial for maintaining...

    kb.groupdocs.com/redaction/net/remove-annotatio...
  6. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Conversion Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  7. Working with IPTC IIM metadata | GroupDocs

    This article explains how to access IPTC metadata in a File of any supported Format, GroupDocs.Metadata for Node.js via Java provides the IIptc.getIptcPackage method....Conversion Product Solution GroupDocs...embedded into a variety of image formats such as JPEG, TIFF, etc. Note...

    docs.groupdocs.com/metadata/nodejs-java/working...
  8. Converting a multi-tab XLSX to HTML does not cr...

    When we convert a single tab spreadsheet to HTML, the result is an HTML table (this is good). However, when we convert a multi-tab spreadsheet to HTML, the result is a bunch of spans that don’t line up, instead of an HT…...Conversion Product Family java , document-conversion johnnyfunkypants...direct option in GroupDocs.Conversion to force the creation of...

    forum.groupdocs.com/t/converting-a-multi-tab-xl...
  9. Extract Text from ODT using Java

    This article offers a step-by-step guide on how to extract text from ODT using Java. It also features a sample code example for text extraction from ODT in Java....Conversion Product Family GroupDocs...Java OpenDocument Text ( ODT ) files, which are often used with word...

    kb.groupdocs.com/parser/java/extract-text-from-...
  10. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....Conversion Product Family GroupDocs...validity and integrity of DOCX files. In this article, we will walk...

    kb.groupdocs.com/signature/net/how-to-add-text-...