Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 541 for

email to pdf with images

(0.03 sec)
  1. 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...
  2. 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...
  3. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. 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-...
  5. 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...
  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 JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  7. 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...
  8. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way To highlight certain words of document, when converting it To HTML With GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion With GroupDocs.Viewer, but the resul…...gives me that position 898: image.png (23.3 KB) If I’d copy&paste...can see this exactly matches: image.png (27.2 KB) But there are...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  9. Load from a stream | Documentation

    This example demonstrates how To load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path To your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  10. Extract text from documents | Documentation

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

    docs.groupdocs.com/parser/java/extract-text-fro...