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

email to pdf with images

(0.05 sec)
  1. Working with EXIF metadata | Documentation

    This article explains how To access EXIF metadata in a file of any supported format....to the , EXIF (Exchangeable image file format) is a standard that...the formats to be used for images, sound and tags in digital...

    docs.groupdocs.com/metadata/net/working-with-ex...
  2. 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...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for Java provides functionality that allows working With different kinds of diagrams such as VDX, VSDX, VSX, 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 diagram and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getDiagramType method To obtain file format information advanced_usage.... a PDF document Extract the root metadata...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...
  5. Black Pages Appearing in Some PDF Files - Free ...

    I am currently using GroupDocs.Viewer for .NET and have encountered an issue where certain Pdf files are rendered With all pages completely black, even though the file size is not large and the Pdfs open correctly in oth…...Black Pages Appearing in Some PDF Files GroupDocs.Viewer Product...encountered an issue where certain PDF files are rendered with all pages...

    forum.groupdocs.com/t/black-pages-appearing-in-...
  6. 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...
  7. GroupDocs Newsletter February 2018 – Document M...

    Share this issue: Monthly Newsletter February 2018 .NET Document Viewer APIs for C#, WPF and ASPdotNET Applications Render Pdf, Word, Excel, Outlook, HTML and Image formats Within GroupDocs.Viewer for .NET is a powerful file viewer API for rendering over 50 documents and image file formats Within .NET applications. It rasterizes documents and Images both, renders text and converts them To SVG + HTML + CSS – offering a high-fidelity true-text, native document rendering....Applications Render PDF, Word, Excel, Outlook, HTML and Image formats within...rendering over 50 documents and image file formats within .NET applications...

    blog.groupdocs.com/total/groupdocs-newsletter-f...
  8. Add Watermark to Presentations in C# | Text and...

    C# ways To add text To presentation slides as watermark, or apply image watermarks To PPT, PPTX, PPS & more formats using .NET Watermarking API by GroupDocs....programmatically add text and image watermarks to the Microsoft...seen applying watermarks to images in C# . Let’s quickly move...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  9. watermark.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/watermark/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/waterma......com/watermark/java/add-text-or-image-watermark/weekly0.5https://docs...com/watermark/java/add-watermarks-to-email-attachments/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/watermark.xml
  10. Features overview | Documentation

    With GroupDocs.Viewer for Java you can render files To HTML, PNG, JPEG and Pdf formats, list and save attachments, embedded files and compressed files, and extract document text....management options for CSS, fonts, images, etc.: Rendering to HTML with...selectable text layer over the page image (described below). You want...

    docs.groupdocs.com/viewer/java/features-overview/