Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 402 for

email to spreadsheet

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

    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-...
  3. Support for Dynamic Merging of Table Cells in G...

    We are delighted To announce the release of GroupDocs.Assembly for .NET 19.1. The latest version allows you To merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a glance at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API To merge the table cells that have equal textual contents....following document types: Spreadsheet Documents Presentation Documents...Documents Word Processing Documents Emails with HTML and RTF Bodies For...

    blog.groupdocs.com/assembly/dynamic-merging-of-...
  4. 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...
  5. Extract tables from document | GroupDocs

    Learn how To extract tables from documents including Excel Spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....documents including Excel spreadsheets (XLS, XLSX) , Word documents...structured table data from Excel spreadsheets. This is especially useful...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  6. 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...
  7. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn To add, create, and cusTomize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....Customize these for your needs USER_EMAIL = 'useremail@mail.com' FILE_ID... TextWatermark( f ' { USER_EMAIL } \n { FILE_ID } \n { DISCLAIMER...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  8. Agents and LLM Integration | GroupDocs

    GroupDocs.Viewer for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for AI-driven document pipelines....tail of office, image, CAD, email, and archive formats into the...password-protected archives, custom email containers), chain GroupDocs...

    docs.groupdocs.com/viewer/python-net/agents-and...
  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. Load a file of a specific format | GroupDocs

    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...