Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 32,599 for

groupdocs.metadata

(0.17 sec)
  1. OOXML on GroupDocs Blog | Document Automation S...

    OOXML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in OOXML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Sig...... GroupDocs.Metadata voor .NET 26.3 – Hoogtepunten...de release maart 2026 GroupDocs.Metadata voor .NET 26.3 introduceert...

    blog.groupdocs.com/nl/tag/ooxml/index.xml
  2. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Merger Product Family GroupDocs.Metadata Releases GroupDocs.Annotation...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/nl/categories/index.xml
  3. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Merger Product Family GroupDocs.Metadata Releases GroupDocs.Annotation...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/pl/categories/index.xml
  4. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Merger Product Family GroupDocs.Metadata Releases GroupDocs.Annotation...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/ar/categories/index.xml
  5. Categories on GroupDocs Blog | Document Automat...

    Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Categories on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Gro......Merger Product Family GroupDocs.Metadata Releases GroupDocs.Annotation...Signature Product Family GroupDocs.Metadata Product Family GroupDocs...

    blog.groupdocs.com/it/categories/index.xml
  6. OOXML on GroupDocs Blog | Document Automation S...

    OOXML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in OOXML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs.Sig...... GroupDocs.Metadata for .NET 26.3 – Mart...Mart 2026 Sürüm Özetleri GroupDocs.Metadata for .NET 26.3, PDF/A...

    blog.groupdocs.com/tr/tag/ooxml/index.xml
  7. 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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...Documentation / GroupDocs.Metadata Product Family / GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  9. Release Notes on GroupDocs Blog | Document Auto...

    Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release Notes on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......NET & Java Developers GroupDocs.Metadata for .NET 26.6 – ไฮไล...ไฮไลท์การปล่อยรุ่นเดือนมิถุนายน 2026 GroupDocs.Metadata for .NET 26.6 เพิ่ม API...

    blog.groupdocs.com/th/tag/release-notes/index.xml
  10. Typed API on GroupDocs Blog | Document Automati...

    Typed API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Typed API on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Group...... GroupDocs.Metadata for Python 26.5 – Основные...моменты выпуска мая 2026 GroupDocs.Metadata for Python 26.5 добавляет...

    blog.groupdocs.com/ru/tag/typed-api/index.xml