Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 540 for

email to pdf with images

(0.04 sec)
  1. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature To read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated With a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks With 7 practical examples. Learn To add, create, and cusTomize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....watermarking : Works with PDFs, images, Word docs, and more Customizable...document_path = "business_report.pdf" output_document_path = "con...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  3. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps To read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. 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...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Working with Metadata in ASF Files | Documentation

    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 ( "Image height: {0}" , videoStreamProperty...ImageHeight ); Console . WriteLine ( "Image width: {0}" , videoStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. How to convert pst file to html to view folder ...

    I using Groupdocs Conversions .NET Please help me how To convert pst file To html file, which show list of inside foler and message list like attached image Thanks image.png (27.3 KB)...message list like attached image Thanks image.png (27.3 KB) atir.tahir...sample pst file aspose-email/Aspose.Email-for-Java/blob/master...

    forum.groupdocs.com/t/how-to-convert-pst-file-t...
  7. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, Pdf, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format inTo One GroupDocs.Merger for .NET - A native document manipulation API allowing To split, append, join, remove, reorder and combine pages of popular business documents formats inTo one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program To provide professional consultancy services, implementation and unique solutions To help GroupDocs API users develop cusTomized solutions according To the business needs....NewsletterJuly 2018 # Merge Word, PDF, Excel & PowerPoint Documents...when rendering email messages as image and PDF. You can also change...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  8. Online PDF Annotation Plugin for Moodle CMS Now...

    We’re glad To announce the launch of GroupDocs’ annotation plugin for Moodle. GroupDocs Annotation, an online annotation app, is popular With our users because it lets them annotate and review most popular file formats from a web-browser. Upload any document that you want a team To review To a GroupDocs account. Then copy and paste the embed link To a Moodle page. Invite and share the link With members To start collaborative annotation....Annotation lets you annotate PDF and other files from a web-browser...from text, spreadsheets, PDF, or image files. Collaboration : Share...

    blog.groupdocs.com/annotation/online-pdf-annota...
  9. 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...Schemes . DublinCore . Format = "image/gif" ; root . XmpPackage . Schemes...

    docs.groupdocs.com/metadata/net/working-with-xm...
  10. 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

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