Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 184 for

tagged docx to pdf

(2.51 sec)
  1. Working with metadata in ASF files | GroupDocs

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps To read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Audio format tag: %s" , audioStreamProperty ....view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Extract metadata from Microsoft Office PowerPoi...

    Learn how To extract metadata from PowerPoint presentations (.ppt, .pptx) using GroupDocs.Parser for .NET. Extract document properties like author, title, creation date, and comments from presentation files....presentation is about keywords Tags or keywords for the presentation...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/parser/net/extract-metadata-...
  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 MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....// Read Matroska tag metadata foreach ( var tag in root . MatroskaPackage...MatroskaPackage . Tags ) { Console . WriteLine ( "TargetType: {0}" , tag . TargetType...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. 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...
  5. Working with metadata in Spreadsheets | GroupDocs

    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...
  6. 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.... 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 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....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...
  8. Working with EXIF metadata | GroupDocs

    Access, read, update, and remove EXIF metadata using GroupDocs.Metadata for Python via .NET....formats for images, sound, and tags used by digital still cameras...and audio formats. The EXIF tag structure is borrowed from TIFF...

    docs.groupdocs.com/metadata/python-net/working-...
  9. outlook_specific_folder.html

    Inbox From: Aspose To: sdmit Subject: Spotlight on Aspose.Cells and news from Aspose, February 2016 Message: Spotligh......Pdf Introduces PDF to PPTX Conversion While...in Aspose.Slides, now Aspose.Pdf users can perform the conversion...

    docs.groupdocs.com/viewer/python-net/_output_fi...
  10. 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...