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

tagged docx to pdf

(1.13 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Adding metadata | GroupDocs

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Java search engine...( new ContainsTagSpecifica ( Tags . getTime (). getPrinted ())...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/adding-metadata/
  6. Archive

    archives...to Extract Annotations from PDF Documents Using GroupDocs.Parser...to Merge Password-Protected PDFs into a Single Secure Document...

    blog.groupdocs.com/archives/
  7. Compare Metadata Between Document Versions | Gr...

    Step‑by‑step guide To diff document metadata in .NET using GroupDocs.Metadata, with export options and best‑practice tips....verify that a series of NDA PDFs had not been altered after signing...ledger embedded in every Office, PDF, or image file. It records creation...

    docs.groupdocs.com/metadata/net/compare-metadat...
  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 ASF Files | GroupDocs

    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...
  10. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers To image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers sTore MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....properties in the form of TIFF/EXIF tags Utilizing the GroupDocs.Metadata...method Iterate through the EXIF tags advanced_usage.managing_met...

    docs.groupdocs.com/metadata/java/extracting-mak...