Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 11,036 for

format

(0.09 sec)
  1. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of GroupDocs.Metadata for .NET with a bunch of new features is available for the .NET community. GroupDocs.Metadata for .NET 16.10 has come with the support of WAV audio Format. Not only this, the API has also brought some new features related to PSD, JPEG, TIFF and MP3 file Formats. We recommend you to download this latest version and check out its exciting features....with the support of WAV audio format. Not only this, the API has...PSD, JPEG, TIFF and MP3 file formats. We recommend you to download...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Support for BitTorrent Format in GroupDocs.Meta...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for .NET 18.4. Using the latest release, you can now read and update BitTorrent file Format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now resolved. We recommend you to download and use the latest version of the API. Features IntroducedFollowing are the new features introduced in version 18....and update BitTorrent file format metadata, read DublinCore metadata...in EPUB, DOCX, and PDF file formats Using unified approach for...

    blog.groupdocs.com/metadata/support-for-bittorr...
  3. Import Annotations for Presentation format now ...

    GroupDocs team is announcing another exciting monthly release. The latest GroupDocs.Annotation for .NET 16.11.0 API provides support for Import Annotations and new types (TextStrikeout , TextUndreline and TextHighlight ) for Presentation file Format along with improvements and fixes. We recommend that download the latest API release to add new exciting features and enhance your application with GroupDocs.Annotation for .NET API. New Features Introduced - GroupDocs.Annoation for .NETIn this monthly release new annotation types like (TextStrikeout , TextUndreline and TextHighlight ) and import functionality introduced for Presentation file Format....TextHighlight ) for Presentation file format along with improvements and...introduced for Presentation file format. New feature lists are given...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  4. Save comparison result in different format | Do...

    This article explains how to save comparison result in different Format after files comparison within your .NET applications using GroupDocs.Comparison for .NET....different format Save comparison result in different format Leave...different formats. To save output document in different format, follow...

    docs.groupdocs.com/comparison/net/save-comparis...
  5. Load a file of a specific format | Documentation

    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....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. Comments for File Format Blog

    Comments for File Format Blog Comment on Doc to Docx – A change worth considering to switch! by Homepage <strong>... [Trackback]</strong> [...] Read More Infos here: blog.aspose.com/200......Comments for File Format Blog Comment on Doc to Docx – A change...Comprehension of PowerPoint File Formats by Laurence ImportHtml is really...

    blog.fileformat.com/comments/feed/
  7. Conversion from DWF format is supported in Grou...

    We are pleased to announce the release of GroupDocs.Conversion for .NET 18.1. This release comes with support of DWG Format. One improvement and few bug fixes are also introduced. Caching with provided LocalCacheDataHandler is improved and issues like conversion from ODG, IFC are resolved. For further details included in this month’s release, please visit the release notes. We’d recommend you to download the latest release of the API and share your experience....release comes with support of DWG format. One improvement and few bug...

    blog.groupdocs.com/conversion/conversion-dwf-fo...
  8. About using GroupDocs.Conversion for Java to co...

    While testing the HTML to PPT conversion feature of GroupDocs.Conversion for Java, I found that the Format of the resulting PPT file was incorrect. To help you reproduce and analyze the issue, I have uploaded the HTML te…...Java to convert HTML to PPT format GroupDocs.Conversion Product...for Java, I found that the format of the resulting PPT file was...

    forum.groupdocs.com/t/about-using-groupdocs-con...
  9. Update metadata of MPP format using GroupDocs.M...

    GroupDocs team is introducing two new features and three enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.6. The latest version allows you to edit XMP metadata of WAV file Format and update metadata properties of MPP file Format. Furthermore, memory consumption for loading and saving metadata is now reduced for MPP, WAV and AVI file Formats. A bug related to removing XMP metadata in TIF file Format is also resolved in the latest version....edit XMP metadata of WAV file format and update metadata properties...properties of MPP file format. Furthermore, memory consumption for...

    blog.groupdocs.com/metadata/update-metadata-of-...
  10. Create new document by format | Documentation

    This article demonstrates how to Create new document documents, spreadsheets and presentations with GroupDocs.Editor for Java API....document by format Create new document by format Leave feedback...edit documents in various formats, including WordProcessing,...

    docs.groupdocs.com/editor/java/create-document/