Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 2,656 for

resource

(0.06 sec)
  1. Handle Common Template and Data Errors | GroupDocs

    Catch and handle common exceptions during document assembly and validate template syntax and data.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-err...
  2. GroupDocs for File Comparison Issue - Free Supp...

    Hello Team, I am using GroupDocs in a .NET Core application to compare two files, but I am facing some issues: HTML Comparison Issue In the result file, images and tables are not visible in the result file. Labe…...compareOptions); } } } } Additional Resources For more detailed guidance...

    forum.groupdocs.com/t/groupdocs-for-file-compar...
  3. 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...
  4. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format.... OutputJpeg ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-x...
  5. 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.... OutputJpeg ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-e...
  6. Generate Email Messages from Data | GroupDocs

    Create email messages with dynamic subject, body, and recipients from data sources using templates.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  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....the following guide: More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Edit Email | GroupDocs

    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/
  9. 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...
  10. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET.... output_jpeg ) More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/python-net/working-...