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

file format conversion

(0.74 sec)
  1. Convert Common Document Types to PDF and Image ...

    Meet the all new GroupDocs.Conversion for Java library – a multi-Format document converter with support for Microsoft Word, Excel, PowerPoint, Visio, PDF & image Files. Just like all GroupDocs Java libraries, GroupDocs.Conversion is designed as a middleware to make it easy to integrate the converter into any ECM, CMS, or Java app. In this first release, the library already supports over 50 File Formats and allows you to convert literally all common business documents to PDF and raster images....Conversion for Java library – a multi-format document...PowerPoint, Visio, PDF & image files. Just like all GroupDocs Java...

    blog.groupdocs.com/conversion/convert-common-do...
  2. Extracting property values | GroupDocs

    This article shows knowledge about The most common way to get the metadata property value is to check its type and convert it to the appropriate platform-specific type in Java....Conversion Product Solution GroupDocs...metadata properties from the file IReadOnlyList < MetadataProperty...

    docs.groupdocs.com/metadata/java/extracting-pro...
  3. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the Format structure advanced_usage.managing_metadata_for_specific_Formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Video / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more inFormation on the Photoshop File Format and metadata blocks 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 PSD image. Load a PSD File Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Extract images from Microsoft Office Word docum...

    To extract images from Microsoft Office Word documents getImages methods are used. By default images are extracted with its original Format. With using ImageOptions class it is possible to extract images from Microsoft Office Word documents as bmp, gif, jpeg, png and webp Formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-images-f...
  6. Extract images from Microsoft Office Excel spre...

    To extract images from Microsoft Office Excel spreadsheets getImages methods are used. By default images are extracted with its original Format. With using ImageOptions class it is possible to extract images from Microsoft Office Excel spreadsheets as bmp, gif, jpeg, png and webp Formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for CSV Files. Therefore, for CSV File getImages method returns null....Conversion Product Solution GroupDocs...Extract data from various formats / Extract data from Microsoft...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. Working with metadata in Matroska (MKV) files |...

    Reading matroska Format-specific properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the Format structure advanced_usage.managing_metadata_for_specific_Formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Video / Working with metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Merge text files | GroupDocs

    Learn how to merge TXT Files, combine TXT Files into one File programmatically in java language using GroupDocs.Merger for Node.js via Java library....Conversion Product Solution GroupDocs...Guide / Merge files / Merge text files Merge text files Leave feedback...

    docs.groupdocs.com/merger/nodejs-java/merge/txt/
  9. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain PDF Files are rendered with all pages completely black, even though the File size is not large and the PDFs open correctly in oth…...Pages Appearing in Some PDF Files GroupDocs.Viewer Product Family...convert PDF to any supportable format: HTML, PNG or JPEG. Sorry for...

    forum.groupdocs.com/t/black-pages-appearing-in-...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in Files of all supported Formats. Extracting and updating metadata was unified for all supported Formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document inFormation and preview generation procedures were simplified....Conversion Product Solution GroupDocs...manage metadata in files of all supported formats. Extracting and...

    docs.groupdocs.com/metadata/net/migration-notes/