Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,069 for

updated packages

(0.04 sec)
  1. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Verwerk EXIF-gegevens van JPEG-, PNG-, TIFF- en...

    Manipuleer EXIF-metadata van afbeeldingen in Java. EXIF-gegevens van JPG/JPEG-, PNG-, WebP- of andere afbeeldingen programmatisch extraheren, bijwerken, toevoegen of verwijderen met Java API.... // Extract EXIF Data Package Information from image in Java...= null) { // Extract EXIF Package ExifPackage exifPackage = root...

    blog.groupdocs.com/nl/metadata/handle-exif-data...
  4. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. GroupDocs.Metadata for .NET 1.5.0 Released with...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest version of our metadata API provides many new features. Please see below for the list of features. GroupDocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc)....0 – Features # In this update new abilities for JP2/JPEG2000...(doc). Update document properties of MS Visio Format Update & Remove...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Extract the IPTC metadata package using the method Read properties...Extract the IPTC metadata package using the method Iterate through...

    docs.groupdocs.com/metadata/java/working-with-i...
  8. Handling the Lyrics tag | Documentation

    This article explains how to handle Lyrics tag....Extract the root metadata package Get the Lyrics tag by using...ID , field . Data ); } } } Updating a Lyrics tag The GroupDocs...

    docs.groupdocs.com/metadata/net/handling-the-ly...
  9. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs to efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference checking. The APIs support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc.... Code Example: How to Update Lyrics3v2 Metadata Tags in...version supports new feature to update Lyrics3v2 tag in MP3 file format...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  10. Java'da JPEG, PNG, TIFF ve WebP Resimlerinin EX...

    Java'da görüntülerin EXIF meta verilerini işleyin. JPG/JPEG, PNG, WebP veya diğer görüntülerin EXIF verilerini Java API kullanarak programlı olarak ayıklayın, güncelleyin, ekleyin veya kaldırın.... // Extract EXIF Data Package Information from image in Java...= null) { // Extract EXIF Package ExifPackage exifPackage = root...

    blog.groupdocs.com/tr/metadata/handle-exif-data...