Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 174 for

tagged docx to pdf

(0.06 sec)
  1. Handling the ID3v1 tag | GroupDocs

    This article explains how To handle ID3v1 tag....Handling the ID3v1 tag Handling the ID3v1 tag Leave feedback What...is ID3v1? ID3v1 is a metadata tag that is usually used with MP3...

    docs.groupdocs.com/metadata/net/handling-the-id...
  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....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...
  3. Handling the Lyrics tag | GroupDocs

    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/net/handling-the-ly...
  4. Working with metadata in Diagrams | GroupDocs

    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...
  5. Handling the Lyrics tag | GroupDocs

    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...
  6. Handling the ID3v2 tag | GroupDocs

    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...
  7. Working with interpreted values | GroupDocs

    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...
  8. Handling the ID3v2 tag | GroupDocs

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

    docs.groupdocs.com/metadata/java/handling-the-i...
  9. 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...
  10. 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...