Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 628 for

email to pdf with images

(1 sec)
  1. Working with Metadata in ASF Files | GroupDocs

    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...
  2. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET 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 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...
  3. Upcoming Release of GroupDocs.Watermark for Java

    We are extremely excited To announce that GroupDocs.Watermark is coming soon To Java platform. It will be an easy To use back-end API for adding text and image watermark To the popular document formats. GroupDocs.Watermark for Java will allow you To add watermarks that are hard To be auTomatically removed by third-party Tools. The API also aims To search and remove previously added watermarks of popular types (including watermarks added by third-party Tools) in a document....back-end API for adding text and image watermark to the popular document...the API include: Adding text/image watermark to supported document...

    blog.groupdocs.com/watermark/upcoming-release-o...
  4. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you To render documents in various formats as HTML, Pdf, JPEG, and PNG files. You do not need To use third-party software To view files Within your Java application....presentations, PDF files, web pages, email messages, and images and render/display...render/display them in HTML, PDF, PNG, and JPEG formats. You can...

    docs.groupdocs.com/viewer/java/
  5. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index To save a rasterized Pdf...rasterized PDF Select specific pages for rasterized PDF Leave feedback...Saving document as a rasterized PDF, you can specify starting page...

    docs.groupdocs.com/redaction/python-net/select-...
  6. Using viewer in HTML mode to mimic user experie...

    hi, I am looking for a solution To use your Viewer on Java To display documents on the web application. My targeted documents are mostly : Pdf (some of the Pdf’s might be coming from scanners) plus all microsoft office …...documents are mostly : pdf (some of the pdf’s might be coming from...microsoft office files and also emails. . The goal is to setup viewer...

    forum.groupdocs.com/t/using-viewer-in-html-mode...
  7. Working with metadata in EPUB E-Books | GroupDocs

    What is EPUB? EPUB is an e-book file format that uses the “.epub” file extension. EPUB is supported by many e-readers, and compatible software is available for most smartphones, tablets, and computers. Note Please find more information on the format at https://en.wikipedia.org/wiki/EPUB Reading EPUB format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from EPUB files. The following are the steps To read native EPUB metadata. Load an EPUB file Get the root metadata package Extract the native metadata package using EpubRootPackage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. GroupDocs.Viewer for Node.js via Java | GroupDocs

    GroupDocs.Viewer for Node.js allows you To render documents in various formats as HTML, Pdf, JPEG, and PNG files. You do not need To use third-party software To view files Within your JavaScript application....presentations, PDF files, web pages, email messages, and images and render/display...render/display them in HTML, PDF, PNG, and JPEG formats. You can...

    docs.groupdocs.com/viewer/nodejs-java/
  9. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format....Presentation Email Message Format Outlook Email Message Format...Format Apple’s Email Message Format Plain Text Word Processing Markup...

    docs.groupdocs.com/assembly/python-net/supporte...
  10. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java 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 getPresentationType method To obtain file format information advanced_usage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/working-with-m...