Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 1,500 for

updated packages

(0.13 sec)
  1. GroupDocs.Metadata 25.5 .NET Release - Editar e...

    Descubra as últimas atualizações do GroupDocs.Metadata para .NET 25.5. Esta versão inclui novos recursos, melhorias e correções de bugs. Saiba como atualizar e limpar pacotes XMP em arquivos SVG com exemplos de código detalhados....Exemplo de código # // Clean XMP package using (Metadata metadata =...)) { // Retrieve the root package of the SVG file var format...

    blog.groupdocs.com/pt/metadata/edit-and-clean-x...
  2. GroupDocs.Merger untuk .NET 25.9 – Pembaruan Te...

    Jelajahi apa yang baru di GroupDocs.Merger untuk .NET 25.9. Tersedia sekarang di NuGet dan situs web GroupDocs....and features How to get the update NuGet Direct download Learn...(MERGERNET-1990) How to get the update # Anda dapat memperoleh versi...

    blog.groupdocs.com/id/merger/groupdocs-merger-f...
  3. 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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....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...
  4. GroupDocs.Metadata 25.5 .NET Реліз - Редагуванн...

    Відкрийте для себе останні оновлення 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/uk/metadata/edit-and-clean-x...
  5. 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...
  6. GroupDocs.Total for .NET 25.11 – 最新更新與修復(2025年12月)

    探索 GroupDocs.Total for .NET 25.11 的新功能。現在可在 NuGet 與 GroupDocs 官網取得。...summary page How to get the update NuGet Direct download Additional...as of December 2025 . This update upgrades a total of 9 individual...

    blog.groupdocs.com/zh-hant/total/groupdocs-tota...
  7. GroupDocs.Editor for .NET 25.11 – 최신 업데이트 및 수정 ...

    Explore what’s new in GroupDocs.Editor for .NET 25.11. Available now on NuGet and GroupDocs website. **Korean translation:** GroupDocs.Editor for .NET 25.11의 새로운 기능을 살펴보세요. 이제 NuGet 및 GroupDocs 웹사이트에서 제공됩니다....enhancements → 수정 및 향상 How to get the update → 업데이트 받는 방법 Additional resources...감지 개선에 있습니다. How to get the update → 업데이트 받는 방법 # NuGet – Upgrade...

    blog.groupdocs.com/ko/editor/groupdocs-editor-f...
  8. GroupDocs.Parser pour .NET 25.12.1 – dernières ...

    Explorez les nouveautés de GroupDocs.Parser pour .NET 25.12.1. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....améliorations How to get the update Comment obtenir la mise à jour...as of December 2025 . This update focuses on improving resource...

    blog.groupdocs.com/fr/parser/groupdocs-parser-f...
  9. Working with metadata in Diagrams | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...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...
  10. Beheer EXIF-gegevens van JPEG-, PNG-, TIFF- en ...

    Beheer EXIF-metadata van uw afbeeldingen in C#. Extraheer, update, voeg toe of verwijder EXIF-gegevens van uw afbeeldingen programmatisch met behulp van de metadata .NET API.... // Extract EXIF Data Package Information from image in C#...geven. // Display EXIF IFD Package Properties like Serial Number...

    blog.groupdocs.com/nl/metadata/manage-exif-data...