Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 918 for

email to pdf

(0.04 sec)
  1. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you To generate documents in popular microsoft office and Email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of cusTom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To Email message body Dynamically attach Email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....popular microsoft office and email file formats based upon template...attributes to email message body Dynamically attach email attachments...

    docs.groupdocs.com/assembly/net/features-overview/
  2. 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...
  3. 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...
  4. 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...
  5. Render to HTML | Documentation

    With GroupDocs.Viewer for .NET 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, …), Email (MSG, EML, EMLX, MBOX, …)...

    docs.groupdocs.com/viewer/net/rendering-to-html/
  6. Features Overview | Documentation

    GroupDocs.Assembly for Python via .NET is an API that allows you To generate documents in popular microsoft office and Email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of cusTom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting To strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with cusTom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes To Email message body Dynamically attach Email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension AuTo-removal of empty paragraphs Generate various report types, e....popular microsoft office and email file formats based upon template...attributes to email message body Dynamically attach email attachments...

    docs.groupdocs.com/assembly/python-net/features...
  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/37/
  8. 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/
  9. Support of .NET Standard 2.0 in GroupDocs.Viewe...

    Hello everyone! We have released v19.10 of GroupDocs.Viewer for .NET and I have a piece of breaking news especially for those who requested the support of .NET Core. The latest release of the API includes 6 new features, 2 improvements, and 11 bug fixes. So let’s have a look at some major updates we have brought for you. Support of .NET Standard 2.0 As promised, we have added the support of ....Adjusting Page Size when Rendering Emails as HTML # Previously, the feature...feature of setting page size for email messages was available only...

    blog.groupdocs.com/viewer/support-of-net-standa...
  10. 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...