Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 858 for

email to pdf

(0.08 sec)
  1. Process attachments | Documentation

    Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for Java...attachments: Email attachments Files embedded in PDF files Email messages...

    docs.groupdocs.com/viewer/java/working-with-att...
  2. Process attachments | Documentation

    Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for .NET...attachments: Email attachments Files embedded in PDF files Email messages...

    docs.groupdocs.com/viewer/net/working-with-atta...
  3. Process attachments | Documentation

    Processing Email attachments, embedded files, and compressed files with GroupDocs.Viewer for Node.js via Java...attachments: Email attachments Files embedded in PDF files Email messages...

    docs.groupdocs.com/viewer/nodejs-java/working-w...
  4. Convert publisher formats | Documentation

    In this article, you will learn how To convert Publisher formats To other formats with GroupDocs.Conversion for Node.js via Java....digital marketing business, do email marketing, or have some publishing... brochures, postcards, and email content. Publisher file formats...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you To detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Compare two documents - Control header and foot...

    Compare two documents but ignore or include header and footer content. Is this what you need in your document comparison application? Then you must try GroupDocs.Comparison for .NET. This back-end API can be implemented in any of your .NET application without any third party Tool/software dependency. Those who are already using this API, we have some interesting features and few bug fixes introduced in GroupDocs.Comparison for .NET 19.11. Set output paper size A new property PaperSize is introduced in CompareOptions class using that you can adjust paper size of the resultant document (e....cs”] Multi comparer for Email and Text formats # API now allows...you to compare more than one email and text (target) files. [gist...

    blog.groupdocs.com/comparison/compare-two-docum...
  7. conversion.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/conversion/java/technical-support/weekly0.5https://docs.groupdocs.com/conversion/ne......com/conversion/java/convert-each-email-attachment-to-different-format/weekly0...com/conversion/java/convert-to-pdf-with-advanced-options/weekly0...

    docs.groupdocs.com/sitemaps/conversion.xml
  8. 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...
  9. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you To detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. GroupDocs.Conversion for Java

    Find answers about converting documents and images of various types using Java code on any platform....using Java How to Convert DOT to PDF in Java How to Convert EPUB to...Convert TeX to PDF using Java How to Convert XPS to PDF using Java...

    kb.groupdocs.com/conversion/java/page/4/