Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 1,411 for

updated packages

(0.32 sec)
  1. GroupDocs.Viewer for .NET UI 8.1.1 – Nejnovější...

    Objevte nové funkce, vylepšení a opravy chyb v GroupDocs.Viewer for .NET UI 8.1.1, vydaném v září 2025....1 – the latest update to our open-source ASP.NET...more stable and reliable. The update is now available on NuGet and...

    blog.groupdocs.com/cs/viewer/groupdocs-viewer-f...
  2. 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-...
  3. GroupDocs.Metadata 25.5 .NET Sürümü – SVG görün...

    GroupDocs.Metadata for .NET 25.5’teki en son güncellemeleri keşfedin. Bu sürüm yeni özellikler, iyileştirmeler ve hata düzeltmeleri içeriyor. Ayrıntılı kod örnekleriyle SVG dosyalarındaki XMP paketlerini nasıl güncelleyeceğinizi ve temizleyeceğinizi öğrenin....Kod Örneği # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/tr/metadata/edit-and-clean-x...
  4. GroupDocs.Metadata 25.5 .NET Release - Edit dan...

    Temukan pembaruan terbaru di GroupDocs.Metadata untuk .NET 25.5. Rilis ini mencakup fitur baru, perbaikan, dan perbaikan bug. Pelajari cara memperbarui dan membersihkan paket XMP dalam file SVG dengan contoh kode yang terperinci....Contoh Kode # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/id/metadata/edit-and-clean-x...
  5. Working with metadata in PDF documents | GroupDocs

    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...
  6. 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...
  7. Working with metadata in Presentations | GroupDocs

    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...
  8. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Viewer for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....container definition ├── 📄 package.json # Node.js project file...process process . exit ( 0 ); package.json { "name" : "GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/running-i...
  9. Working with metadata in Spreadsheets | GroupDocs

    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...
  10. GroupDocs.Metadata 25.5 .NET Release - Редактир...

    Откройте для себя последние обновления GroupDocs.Metadata для .NET 25.5. Этот релиз включает новые функции, улучшения и исправления ошибок. Узнайте, как обновлять и очищать XMP‑пакеты в SVG‑файлах с подробными примерами кода....Пример кода # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/ru/metadata/edit-and-clean-x...