Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 372 for

email to spreadsheet

(0.03 sec)
  1. Build your Full Text Search Solution in C# | Fi...

    Text searching API for .NET applications To search via indexing. Find text in multiple Word, Excel, PDF, text files of a folder & highlight search results....word-processing documents, spreadsheets, presentations, HTML files...files, PDF eBooks, email messages, ZIP archives, and many other...

    blog.groupdocs.com/search/build-your-full-text-...
  2. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......HowNow Knowledge, Document and Email Management system which is sold...Processing, Presentation, and Spreadsheet Documents Guys! We have recently...

    blog.groupdocs.com/categories/groupdocs.signatu...
  3. GroupDocs.Metadata Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....metadata of documents (Words, Spreadsheet, Presentation, PDF) and images...images, audios, videos, zip, emails and many more. The API aims...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Getting Document Information | Documentation

    This article explains how To detect the document file type and calculate the number of pages when converting a file with GroupDocs.Conversion for Java.... Spreadsheets (Excel, CSV, etc.) For spreadsheet documents...download it. Email Messages (MSG, EML) For emails, metadata such...

    docs.groupdocs.com/conversion/java/get-document...
  5. GroupDocs.Assembly for .NET 20.4 Release Notes ...

    Major Features Provided an option To fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option To fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  ASSEMBLYNET-150  Provide an option To fit an image within textbox bounds while maintaining ratio for Emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option To fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  ASSEMBLYNET-152  Provide an option To fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....while maintaining ratio for emails with RTF bodies Feature ASSEMBLYNET-151...while maintaining ratio for Spreadsheet documents Feature ASSEMBLYNET-152...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  6. Load a file of a specific format | Documentation

    This example demonstrates how To load a file of some particular format.... Spreadsheet ); // Constants.InputXls...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  7. 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.... Spreadsheet ); // Constants.InputXls...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate Spreadsheet page previews try (Parser parser = new Parser(Constants....Parser class to generate spreadsheet page previews try ( Parser...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/handle-loading-o...
  9. Handle loading of external resources documents ...

    Learn how To handle loading of external resources....Parser class to generate spreadsheet page previews using ( Parser...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/handle-loading-of...
  10. Working with fonts in GroupDocs.Viewer for .NET

    Learn how To get list of used fonts, specify or replace missing fonts, exclude fonts...formats, like WordProcessing, Spreadsheet, Presentation, and PDF, have...SpreadsheetFontInfo type contain lot of Spreadsheet-specific font data: its color...

    blog.groupdocs.com/viewer/working-with-fonts/