Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 719 for

email to image

(0.03 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file To load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path To your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties To extract or edit metadata System.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. Set metadata properties | Documentation

    The SetProperties method is used To update or add metadata. You can easily add metadata To phoTos, pdfs or you can update or add data To mp3 files.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  4. Is GroupDocs.Editor compatible with the Xamarin...

    Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a document ediTor that I can integrate inTo this application. I came across GroupDocs.EdiTor while searching for an edi…...Email.MailMessage)’ in assembly: ‘GroupDocs...resolve System.Void Aspose.Email.Storage.Mbox.MboxStorageWri...

    forum.groupdocs.com/t/is-groupdocs-editor-compa...
  5. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows To parse documents by user-defined templates. It is easy To crate a template with data field definitions, table definitions. Then it’s easy To use the template (just pass the Template object To parseByTemplate(Template) method) and extract data such as prices, invoices, tables from your typical documents.... Extract Images GroupDocs.Parser supports Images extraction...returns all info about document images and allows to save them. Extract...

    docs.groupdocs.com/parser/java/features-overview/
  6. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order To use the advanced rasterization options you have To pass one of the options To Save method. In this case the document will be rasterized To PDF, but the scan-like effects will be applied To its pages. The following example demonstrates how To apply the AdvancedRasterizationOptions with default settings. C# using (RedacTor redacTor = new RedacTor(@"sample.docx")) { // Save the document with advanced options (convert pages inTo Images, and save PDF with scan-like pages) var so = new SaveOptions(); so....options (convert pages into images, and save PDF with scan-like...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. Adding metadata | Documentation

    This article shows how To add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata Node.js via Java search engine... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/adding-...
  8. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer To Supported Document Formats. Detecting the exact type of a document The following sample of code will help you To detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Pre-rasterize | Documentation

    This article shows how To pre-rasterize a document using the redaction API....document with search-able text and images. In order to do that, you will...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/python-net/pre-ras...
  10. Working with interpreted values | Documentation

    This article contains a good example of numeric flag or enumeration in Node.js via Java.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/working...