Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 635 for

email to image

(0.05 sec)
  1. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed To be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files To extract information about archived files The following code snippet shows how To get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-zi...
  2. Remove metadata properties | Documentation

    The easiest way To remove metadata properties from a file is To use corresponding tags that allow you To locate the desired properties across all metadata packages.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/remove-metadat...
  3. Introducing API v2 of GroupDocs.Parser for .NET

    The all-new API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking news for those who are already using our document parsing API as well as who are looking for an easy To use solution for extracting text, Images, and metadata from PDF, word processing documents, spreadsheets, presentations, Emails, EPUB & ZIP file formats. What’s new in the API v2? We have done some major updates at the architecture level of the API To perform product optimization....solution for extracting text , images , and metadata from PDF , word...spreadsheets , presentations , emails , EPUB & ZIP file formats....

    blog.groupdocs.com/parser/introducing-api-v2-of...
  4. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Working with metadata in Spreadsheets | Documen...

    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.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables....Template ( templateItems ); Images and scanned PDFs Starting from...template-based parsing for images and scanned PDF documents....

    docs.groupdocs.com/parser/net/working-with-temp...
  7. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/python-net/removing...
  8. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/removin...
  9. Working with vCard metadata | Documentation

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached To e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, phoTographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs.... Emails ); PrintArray ( vCard . CommunicationRecords...work phone numbers and work emails var filtered = vCard . FilterWorkTags...

    docs.groupdocs.com/metadata/net/working-with-vc...
  10. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = new groupdocs.metadata.Metadata(fileStream); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...