Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 540 for

email to pdf with images

(0.04 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. ASP.NET WebForms Document Metadata Editor App u...

    GroupDocs team is pleased To announce another release of ASP.NET WebForms Document Metadata EdiTor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up With features To provide easy ways To manage metadata in various formats. It enables user To read and remove the metadata of documents (Words, Spreadsheet, Presentation, Pdf, CAD, MSG, EML) and Images (JPEG, PNG, GIF) With download the original or updated document and many more features.... Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF)...DXF) Metadata information View Email (EML, MSG) Metadata information...

    blog.groupdocs.com/metadata/asp.net-webforms-do...
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....PowerPoint SlideShow 97-2003 Email Message Format Watermark management...for attached documents and images. Apple Mail Message Watermark...

    docs.groupdocs.com/watermark/java/supported-doc...
  4. Upcoming Release of GroupDocs.Metadata for Java

    We are happy To announce that GroupDocs.Metadata is coming soon To Java Platform. It will be a back-end API that will allow you To work With metadata associated With various file formats including documents, Images, audios, videos, zip, Emails and many more. The API aims To facilitate its users With simple syntax, easy To use methods and few lines of code To perform metadata operations. GroupDocs.Metadata for Java will soon be available for download....including documents, images, audios, videos, zip, emails and many more...with supported document and image formats with a few lines of...

    blog.groupdocs.com/metadata/upcoming-release-of...
  5. Supported document formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....PowerPoint SlideShow 97-2003 Email Message Format Watermark management...for attached documents and images. Apple Mail Message Watermark...

    docs.groupdocs.com/watermark/net/supported-docu...
  6. AI Watermarking: Protect Documents with Context...

    Discover how To protect documents With AI-powered watermarks using GroupDocs.Watermark. Learn To add, create, and cusTomize watermarks auTomatically for enhanced document security and content protection....PPTX) PDF Documents : Full support for PDF watermarks Image Formats...TIFF, BMP, GIF for image watermarks Email Formats : MSG, EML...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  7. Working with metadata in ASF files | Documentation

    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 the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Image height: %s" , videoStreamProperty...println ( String . format ( "Image width: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with XMP metadata | Documentation

    This article shows how To access XMP metadata in a file of any supported format....gets XMP properties of a PNG image and displays them on the screen...getDublinCore (). setFormat ( "image/gif" ); root . getXmpPackage...

    docs.groupdocs.com/metadata/java/working-with-x...
  9. Implement Area Annotation for Diagrams using Gr...

    We’re pleased To announce another monthly release of GroupDocs.Annotation for Java 17.6.0. This release comes With some new features, improvements and a bug fixe. Different new annotations are now supported for Diagram documents (VSS, VSD). Furthermore, implementing GetPages method for Email documents processing from streams is improved. For further information, please see release notes. We’d recommend you To fetch latest release of the API, integrate it in your project and share your valuable feedback....implementing GetPages method for Email documents processing from streams...CAD documents as PDF GetPages method for Email documents processing...

    blog.groupdocs.com/annotation/introducing-group...
  10. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working With different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

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