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

file format conversion

(0.37 sec)
  1. 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 Java....Conversion Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/java/merge-pages-from...
  2. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document Format based on the use case: Working with a Business Case. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details. Save the document Reporting Requirement As a report developer, you are required to represent the inFormation of the customers and products with the following key requirements:...Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/common-master-d...
  3. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table List with Highlighted Rows report in Presentation Document Format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013....Conversion Product Solution GroupDocs...report in Presentation Document format based on the use case: Working...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  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. 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...
  7. 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-...
  8. 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....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  9. 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....to export popular document formats to clean Markdown. GroupDocs...NET 25.8 is here. GroupDocs.Conversion for .NET 25.8 introduces...

    blog.groupdocs.com/
  10. 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/net/working-with-me...