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

email to pdf

(0.07 sec)
  1. Upcoming Release of GroupDocs.Parser for Java

    We are excited To announce that GroupDocs.Parser is coming soon To Java platform as GroupDocs.Parser for Java. It will be an easy To use back-end API that will permit the users To extractraw and formattedtext from the supported document formats. Besides, it will also allow the users To extract the metadata from the popular document formats. GroupDocs.Parser for Java will soon be available for download. Salient Features of GroupDocs.Parser for Java GroupDocs....Containers such as ZIP, OST and Email Containers Encoding Detector...Presentation Documents PDF Documents Email Messages Markdown Documents...

    blog.groupdocs.com/parser/upcoming-release-of-g...
  2. 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...
  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. Convert publisher formats | GroupDocs

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

    docs.groupdocs.com/conversion/net/convert/publi...
  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 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. Create PDF with Image Redaction | GroupDocs

    This article shows how To redact the pages of a document as images, redacting entire areas of the page instead or in addition To a specific text....usage / Create PDF with Image Redaction Create PDF with Image Redaction...etc.); save it as a rasterized PDF file (containing images of the...

    docs.groupdocs.com/redaction/python-net/create-...
  7. 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...
  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....documents, spreadsheets, email messages, PDF files, images, Visio...

    blog.groupdocs.com/watermark/add-watermark-to-p...
  9. 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...
  10. 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/