Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 2,797 for

email to image

(0.06 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jemails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  2. Working with interpreted values | Documentation

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

    docs.groupdocs.com/metadata/java/working-with-i...
  3. 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...
  4. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/ATom GroupDocs.Viewer | Java On-premise API To View & Render Docs on Releases - groupdocs.comhttps://releases.groupdocs.com/viewer/java/Recent content in Gr......Outlook® & Apple® emails, PDF, images, CAD drawings, zipped...Outlook® & Apple® emails, PDF, images, CAD drawings, zipped...

    releases.groupdocs.com/viewer/java/index.xml
  5. Check Color Contrast Online - Color Contrast Ch...

    Color Contrast Checker calculates the contrast ratio of the text and background based on WCAG. Work online on any platform for free!...Email Product Solution Aspose.Slides...Slides Product Solution Aspose.Imaging Product Solution Aspose.BarCode...

    products.aspose.app/html/contrast-checker
  6. 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...
  7. Save with default options | Documentation

    This article demonstrates the simplest way To save the document...options (convert pages into images, save as PDF) redactor . Save...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/save-with-defa...
  8. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....HTML, MHT, MHTML eBooks MOBI Images BMP, GIF, JPG, JPEG, PNG, DICOM...DICOM, DJVU, DWG, DXF Emails EML, EMLX, MSG Compare two or more...

    blog.groupdocs.com/comparison/compare-excel-wor...
  9. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported document formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method To obtain file format information advanced_usage.... PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. 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...