Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 526 for

email to pdf with images

(0.1 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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    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....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. Extract metadata from documents | Documentation

    This article shows how To extract metadata With GroupDocs.Parser from documents of various formats: Pdf, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....documents of various formats: PDF, Emails, Ebooks, Microsoft Office:...familiar how to extract text, images, forms and more, please refer...

    docs.groupdocs.com/parser/java/extract-metadata...
  4. Convert spreadsheets | Documentation

    Follow this guide and learn how To convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....conversions From To CSV eBook: , , Image: , , , , , , , , , JPG, , ,...Page Description Language: , , PDF: Presentation: FODP, , , , ,...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  5. Get supported file formats | Documentation

    This article shows how To check supported file formats....familiar how to extract text, images, forms and more, please refer...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/get-supported-fi...
  6. Get document info | Documentation

    This article shows how To get the basic document info....familiar how to extract text, images, forms and more, please refer...data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and more...

    docs.groupdocs.com/parser/java/get-document-info/
  7. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked With tags. Some file formats and metadata standards allow adding fully cusTom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property To locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing To remove metadata properties....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/python-net/removing...
  8. Clean metadata | Documentation

    Sometimes you may need To just remove all or clean metadata properties Without applying any filters. The best way To do this is To use the Sanitize method....pdf" ); // Remove detected metadata...); metadata . save ( "output.pdf" ); } As a result, we get a sanitized...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  9. Convert spreadsheets | Documentation

    Follow this guide and learn how To convert MS Excel workbooks - XLSX, XLS, XLSB using C# language and GroupDocs.Conversion for .NET....conversions From To CSV eBook: , , Image: , , , , , , , , , JPG, , ,...Description Language: , , , , , PDF: Presentation: FODP, , , , ,...

    docs.groupdocs.com/conversion/net/convert/sprea...
  10. Convert spreadsheets | Documentation

    Follow this guide and learn how To convert MS Excel workbooks - XLSX, XLS, XLSB using Java language and GroupDocs.Conversion for Java....conversions From To CSV eBook: , , Image: , , , , , , , , , JPG, , ,...Description Language: , , , , PDF: Presentation: FODP, , , , ,...

    docs.groupdocs.com/conversion/java/convert/spre...