Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 344 for

email to spreadsheet

(0.17 sec)
  1. 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:... Spreadsheet ); const metadata = new groupdocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  2. Extract Images from PDF, Excel, PPT, Word Docum...

    .NET API with features To extract images from PDF, Spreadsheets, presentations, word-processing documents, and from specific pages using parsing API in C#....documents , spreadsheets , presentations, archives, and email documents...word-processing documents, spreadsheets, presentations, with the...

    blog.groupdocs.com/parser/extract-images-from-p...
  3. 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-...
  4. Getting Document Information | Documentation

    Learn how To retrieve document metadata such as file type, page count, size, and other properties with GroupDocs.Conversion for Python via .NET.... Example 7: Get Spreadsheet Document Info You can find...download it. Example 9: Get Email Message Info You can find which...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Convert Source Code to PDF in C# | Python, PHP,...

    Transform source code files To PDF format in C#. Convert Python, Java, PHP, and other programming language files To PDF using document conversion .NET API....Images to PDF Conversion in C# Emails Files to PDF Conversion in...in C# Excel Spreadsheets to PDF Conversion using C# View Word Documents...

    blog.groupdocs.com/viewer/convert-source-code-t...
  6. 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...
  7. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG To PDF in Java. DWF, DGN, and AuToCAD drawings To PDF using document and image conversion Java API by GroupDocs....Word-processing documents, spreadsheets, presentations, images,...formats, Microsoft Project files, emails, Vector graphics by Microsoft...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  8. 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...
  9. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications....Word-processing documents, spreadsheets, presentations, email messages, eBooks...

    blog.groupdocs.com/metadata/xmp-and-exif-data-o...
  10. 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...