Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 30,881 for

groupdocs metadata

(0.08 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType Metadata The Groupdocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root Metadata package Extract the native Metadata package using the OpenTypeRootPackage....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-o...
  2. Read APEv2 Tags in Mp3 Files using GroupDocs.Me...

    It gives us immense pleasure to announce the release of version 17.9.0 of the Groupdocs.Metadata for .NET API. The latest release comes up with a number of new features along with an enhancement and a bug fix. In addition to the tags the API already supports, the API also supports reading APEv2 tags in Mp3 files. Furthermore, the API also allows reading Metadata of OpenDocument Spreadsheet files(ODS format) starting from version 17....0 of the GroupDocs.Metadata for .NET API. The latest...the API also allows reading metadata of OpenDocument Spreadsheet...

    blog.groupdocs.com/metadata/read-mp3-apev2-tag-...
  3. Manage EXIF Data of JPEG, PNG, TIFF & WebP Imag...

    Manage EXIF Metadata of your images in C#. Extract, update, add or remove EXIF data of your images programmatically using the Metadata .NET API....EXIF metadata Metadata Management C# Library # GroupDocs.Metadata...Metadata for .NET is metadata management .NET API. It has a long...

    blog.groupdocs.com/metadata/manage-exif-data-in...
  4. GroupDocs.Parser Product Family

    Find answers about extracting text, images, and Metadata of different files using code on any platform....Answers by API GroupDocs.Total Product Family GroupDocs.Conversion...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/page/4/
  5. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage Metadata and more, please refer to theadvanced usage section....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Does the GroupDocs.Total license work with indi...

    I see similar questions and the answer is yes. E.g. this post: License Groupdocs - Free Support Forum - Groupdocs.com However, I’ve noticed that it works in most cases, but for Groupdocs.Metadata.NETFramework, I’m get…...the GroupDocs.Total license work with individual GroupDocs packages...packages? GroupDocs.Total Product Family dotnet jarrodwee March...

    forum.groupdocs.com/t/does-the-groupdocs-total-...
  7. Extract emails from Outlook Storage | Documenta...

    To extract emails from Outlook Storage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook Storage item can contain the following Metadata: Name Description date The time and date at which the Outlook Storage item was last modified. email-sender The value of “sender” field. email-to The value of “to” field. subject The value of “subject” field. Outlook Storage container consists of email documents (msg files). Here are the steps to extract an email text from outlook storage:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-emails-f...
  8. extract exif data on GroupDocs Blog | Document ...

    extract exif data on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in extract exif data on Groupdocs Blog | Document Automation Solutions for .NET & Java ......extract exif data on GroupDocs Blog | Document Automation Solutions...content in extract exif data on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/ar/tag/extract-exif-data/ind...
  9. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....business case example using GroupDocs.Metadata for .NET . Let’s see...how to do the same with GroupDocs.Metadata for .NET. Filtering Files...

    blog.groupdocs.com/metadata/get-specific-file-t...
  10. Extract attachments from PDF portfolios | Docum...

    Extract attachments from PDF portfolios To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Here are the steps to extract an attachment text from PDF Portfolios: Instantiate Parser object for the initial document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the document); Iterate through the collection and get container item names, sizes and obtain content....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/java/extract-attachme...