Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 2,018 for

resource

(0.05 sec)
  1. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System.... getText ()); } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....the following guide: More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Edit Email | Documentation

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET.... Dispose all resources outputMsgStream . Dispose...

    docs.groupdocs.com/editor/net/edit-email/
  4. Chỉnh sửa và Quản lý Metadata trong Ứng dụng Py...

    Khám phá cách sử dụng GroupDocs.Metadata for Python via .NET để trích xuất, cập nhật và xóa metadata trong các ứng dụng của bạn....IPTC, XMP, EXIF và Image Resources. Xử lý metadata đa phương...

    blog.groupdocs.com/vi/metadata/edit-metadata-in...
  5. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...( documentsFolder ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/search-in...
  6. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....class should be used More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Edit Email | Documentation

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....saveOptions2 ); // Dispose of all resources outputMsgStream . end ();...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  8. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Close (); } // Disposing all resources beforeEdit . Dispose (); afterEdit...

    docs.groupdocs.com/editor/net/edit-markdown/
  9. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....close (); } // Disposing all resources beforeEdit . dispose (); afterEdit...

    docs.groupdocs.com/editor/java/edit-markdown/
  10. 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.... OutputJpeg ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-i...