Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 217 for

tagged docx to pdf

(0.03 sec)
  1. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java 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 getSpreadsheetType method To obtain file format information advanced_usage....( new ContainsTagSpecifica ( Tags . getDocument (). getBuiltIn...not marked with the BuiltIn tag. Since we call the method for...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. 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....Read Matroska tag metadata for ( MatroskaTag tag : root . getMatroskaPackage...format ( "TargetType: %s" , tag . getTargetType ())); System...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Working with EXIF metadata | Documentation

    This article explains how To access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....be used for images, sound and tags in digital still cameras and...and audio formats. The EXIF tag structure is borrowed from TIFF...

    docs.groupdocs.com/metadata/java/working-with-e...
  4. Working with metadata in Spreadsheets | Documen...

    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.... Tags . Contains ( Tags . Document . BuiltIn...not marked with the BuiltIn tag. Since we call the method for...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with EXIF metadata | Documentation

    This article explains how To access EXIF metadata in a file of any supported format....be used for images, sound and tags in digital still cameras and...and audio formats. The EXIF tag structure is borrowed from TIFF...

    docs.groupdocs.com/metadata/net/working-with-ex...
  6. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.... Tags . Contains ( Tags . Document . BuiltIn...not marked with the BuiltIn tag. Since we call the method for...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported document formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method To obtain file format information advanced_usage....( new ContainsTagSpecifica ( Tags . getDocument (). getBuiltIn...not marked with the BuiltIn tag. Since we call the method for...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Highlighting search results | Documentation

    This article gives knowledge on how To highlight search results in the text of a document....to specify whether the Head tag is generated in the output HTML...start tag of the highlighting of the found word. This tag is used...

    docs.groupdocs.com/search/java/highlighting-sea...
  9. Highlighting search results | Documentation

    This article gives knowledge on how To highlight search results in the text of a document....to specify whether the Head tag is generated in the output HTML...start tag of the highlighting of the found word. This tag is used...

    docs.groupdocs.com/search/net/highlighting-sear...
  10. Search index events | Documentation

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...docx' )) { args . setPassword ( '123456'...(). endsWith ( 'Lorem ipsum.docx' )) { args . setPassword ( '123456'...

    docs.groupdocs.com/search/nodejs-java/search-in...