Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,483 for

updated packages

(0.44 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....Extract the IPTC metadata package using the property Read properties...Extract the IPTC metadata package using the property Iterate...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents GroupDocs.Merger for Java - allows merging documents of same file formats into one. The document protection feature allows to password protect documents while joining popular business document formats: PDF, Microsoft Word, Excel and PowerPoint. Product News .NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....API also allows you to break updating, merging and indexing operations...hear! Product Releases and Updates GroupDocs.Total for .NET –...

    blog.groupdocs.com/total/new-api-launched-group...
  3. GroupDocs.Total for .NET 25.8 – 最新アップデートと修正 (20...

    GroupDocs.Total for .NET 25.8 の新機能をチェックしてください。NuGet と GroupDocs のウェブサイトで現在入手可能です。...release Fixes How to get the update NuGet Direct download Learn...as of September 2025 . This update brings a few critical bug fixes...

    blog.groupdocs.com/ja/total/groupdocs-total-for...
  4. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Extract the EXIF metadata package using the method The following...Extract the EXIF metadata package using the method Iterate through...

    docs.groupdocs.com/metadata/java/working-with-e...
  5. GroupDocs.Total for .NET 25.9 – 最新のアップデートと修正(20...

    Explore what’s new in GroupDocs.Total for .NET 25.9. Available now on NuGet and GroupDocs website. GroupDocs.Total for .NET 25.9 の新機能をご覧ください。NuGet と GroupDocs のウェブサイトで現在入手可能です。...release Updated products Fixes How to get the update NuGet Direct...part of the GroupDocs.Total package. バージョン 25.9 以降、 GroupDocs.Classification...

    blog.groupdocs.com/ja/total/groupdocs-total-for...
  6. GroupDocs.Conversion para .NET 25.9 - Últimas a...

    Explore lo nuevo en GroupDocs.Conversion para .NET v25.9. Disponible ahora en NuGet y en el sitio web de GroupDocs....Documentation Documentación How to Update Cómo actualizar Learn More...notas de la versión . How to Update # Cómo actualizar # NuGet –...

    blog.groupdocs.com/es/conversion/groupdocs-conv...
  7. 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...
  8. GroupDocs.Metadata for .NET 25.10 – 최신 업데이트 및 수...

    Explore what’s new in GroupDocs.Metadata for .NET 25.10. Available now on NuGet and GroupDocs website. **Korean translation:** GroupDocs.Metadata for .NET 25.10의 새로운 기능을 살펴보세요. 이제 NuGet 및 GroupDocs 웹사이트에서 이용할 수 있습니다....enhancements How to get the update Resources 우리는 GroupDocs.Metadata...중심 업데이트입니다. How to get the update # NuGet – 최신 GroupDocs.Metadata...

    blog.groupdocs.com/ko/metadata/groupdocs-metada...
  9. 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...
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java 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 getWordProcessingType 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...