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

email to pdf

(0.21 sec)
  1. Extract emails from Outlook Storage | GroupDocs

    To extract Emails from Outlook STorage getContainer method is used. This method returns the collection of ContainerItem objects. Outlook STorage item can contain the following metadata: Name Description date The time and date at which the Outlook STorage item was last modified. Email-sender The value of “sender” field. Email-To The value of “To” field. subject The value of “subject” field. Outlook STorage container consists of Email documents (msg files). Here are the steps To extract an Email text from outlook sTorage:...Extract data from Emails / Extract emails from Outlook Storage...Storage Extract emails from Outlook Storage Leave feedback To extract...

    docs.groupdocs.com/parser/java/extract-emails-f...
  2. GroupDocs.Conversion for .NET

    Find answers about converting documents and images of various types using .NET code on any platform....C# How to Convert Outlook Email to PDF using C# How to Convert...How to Convert PDF to RTF in C# How to Convert PDF to Image in C#...

    kb.groupdocs.com/conversion/net/page/6/
  3. GroupDocs.Conversion Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 Emails to PDF conversions are often required...requirements like sharing the email content. In this article, we...

    blog.groupdocs.com/categories/groupdocs.convers...
  4. Working with metadata in PDF documents | GroupDocs

    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...
  5. Working with metadata in PDF documents | GroupDocs

    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...
  6. 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-...
  7. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......How to Convert PowerPoint to PDF using C# How to Extract Images...C# How to Convert Outlook Email to PDF using C# How to Convert...

    kb.groupdocs.com/categories/page/40/
  8. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files To HTML format. As a simple usecase please see how easily you can convert Microsoft Word To clean html....includes (but not limited to) PDF, most of formats from the WordProcessing...Presentation (PPTX, PPTM, &mldr;), Email (MSG, EML, EMLX, MBOX, &mldr;)...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  9. Process attachments | GroupDocs

    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...
  10. Process attachments | GroupDocs

    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...