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

email to pdf

(0.13 sec)
  1. 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...
  2. Process attachments | Documentation

    Extract and save attachments from Emails, Pdfs, and archives using GroupDocs.Viewer for Python....attachments: Email attachments Files embedded in PDF files Email messages...

    docs.groupdocs.com/viewer/python-net/working-wi...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  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. 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...
  10. Get the document content information | Document...

    This page describes how To get an information about document content using GroupDocs.Annotation for .NET API....the following formats: Word, PDF, Excel files, Visio diagrams...PowerPoint presentations, HTML, and email. You can retrieve text directly...

    docs.groupdocs.com/annotation/net/document-text...