Sort Score
Result 10 results
Languages All
Labels All
Results 3,441 - 3,450 of 16,197 for

doc

(0.17 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....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-e...
  3. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/python-net/working-...
  4. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using C# language and GroupDocs.Conversion for .NET....Order Upgrade an Order Support Docs API Reference Live Demos Free...Microsoft Word formats are DOCX and DOC, and when converting an XLSX...

    docs.groupdocs.com/conversion/net/convert/sprea...
  5. Convert spreadsheets | GroupDocs

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using Java language and GroupDocs.Conversion for Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...Microsoft Word formats are DOCX and DOC, and when converting an XLSX...

    docs.groupdocs.com/conversion/java/convert/spre...
  6. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 Document formats in your applications....of any format such as Word (Doc, Docx), PDF, HTML, EPUB, Spreadsheet...

    blog.groupdocs.com/search/search-text-in-word-e...
  7. Edit Word | GroupDocs

    This guide demonstrates how to edit Doc, DOT, DocX, DocM, DOTX, ODT, RTF Documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....Order Upgrade an Order Support Docs API Reference Live Demos Free...family format, that includes DOC, DOT, DOCX, DOCM, DOTX, ODT,...

    docs.groupdocs.com/editor/java/edit-word/
  8. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in Documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole word options in C#....Order Upgrade an Order Support Docs API Reference Live Demos Free...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/search-text/
  9. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word Doc/DocX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more Documents in Java. Steps & examples.... You may visit docs anytime to check the updated...File Formats Word Processing DOC, DOCX, DOCM, DOT, DOTX, DOTM...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  10. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, 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 spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...