Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 226 for

tagged docx to pdf

(0.1 sec)
  1. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... Tags . Contains ( Tags . Document . BuiltIn...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....( new ContainsTagSpecifica ( Tags . getDocument (). getBuiltIn...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    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/nodejs-java/working...
  4. Handling the ID3v2 tag | Documentation

    This article explains how To handle ID3v2 tag....Handling the ID3v2 tag Handling the ID3v2 tag Leave feedback Waht...very different from . ID3v2 tags consist of a number of frames...

    docs.groupdocs.com/metadata/net/handling-the-id...
  5. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage.... a PDF document Extract the root metadata...( new ContainsTagSpecifica ( Tags . getDocument (). getBuiltIn...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Handling the Lyrics tag | Documentation

    This article explains how To handle Lyrics tag....Handling the Lyrics tag Handling the Lyrics tag Leave feedback What...What is Lyrics tag? Lyrics3 Tag is a chunk of data which begins...

    docs.groupdocs.com/metadata/java/handling-the-l...
  7. Extract tables from Microsoft Office Word docum...

    This article explains that how To extract tables from Microsoft Office Word (.doc, .Docx) documents...Tables are represented by “table” tag. For more details, see . Warning...()) { // Check if the current tag is the end of the table bool...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  8. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Java....of the EXIF ExposureProgram tag taken from the official EXIF...when the picture is taken. The tag values are as follows. 0 = Not...

    docs.groupdocs.com/metadata/java/working-with-i...
  9. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, Docx, ODT, 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 document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method To obtain file format information advanced_usage....WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list...( new ContainsTagSpecifica ( Tags . getDocument (). getBuiltIn...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Working with Metadata in ASF Files | Documentation

    Working with metadata in ASF files 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 AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Audio format tag: {0}" , audioStreamProperty ...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

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