Sort Score
Result 10 results
Languages All
Labels All
Results 4,351 - 4,360 of 15,670 for

file

(0.17 sec)
  1. Working with saved Emails | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows handling the most popular email message formats: EML and MSG. The following are some commonly used scenarios of working with the message content and metadata. Reading EML message metadata The EML message format is used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and Postbox. The Files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one or more of several formats.... The files contain the email contents as...} Reading MSG metadata MSG files are usually created by the Microsoft...

    docs.groupdocs.com/metadata/net/working-with-sa...
  2. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......to extract images from PDF files using C# within your .NET applications...applications. Extract images from PDF files or from any specific page using...

    blog.groupdocs.com/categories/groupdocs.parser-...
  3. 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....processing data-rich Excel files programmatically. IEnumerable...Parser.Templates ; // Excel file path string excelPath = "sample...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  4. About annotation UI and Signature UI - Free Sup...

    Hi Aleksei, I have already shared the standalone application that I have integrated into my project. Could you please provide the corrections directly within that sample? Thanks, Abhinay Patel...(password, documentGuid)); Files.move(Paths.get(documentGuid)...the issue (or a similar test file). If it’s sensitive, feel free...

    forum.groupdocs.com/t/about-annotation-ui-and-s...
  5. GroupDocs.Signature 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....version is the support for image file formats for all existing signature...other document formats for image file formats as well. Every month...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/java/getting-indexed-...
  7. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....text of a document into a file, this file can be opened by an Internet...

    docs.groupdocs.com/search/net/getting-indexed-d...
  8. Generate document page preview | GroupDocs

    The page describes how to generate PDF, Word, Excel, PowerPoint documents thumbnails and preview document pages using GroupDocs.Annotation for Java API....pageNumber ) { try { // Set several file name String fileName = "OutputPath_"...pageNumber ) { try { // Set several file name String fileName = "OutputPath_"...

    docs.groupdocs.com/annotation/java/generate-doc...
  9. Edit Word Documents in Node.js and Java | Group...

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes, and many other powerful features of GroupDocs.Editor for Node.js and Java....loading a password-protected DOCX file: const groupdocs = require (...a password - protected DOCX file : ```javascript const groupdocs...

    docs.groupdocs.com/editor/nodejs-java/edit-word/
  10. Load from a stream | GroupDocs

    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 ..../ Advanced Usage / Loading files / Load from a stream Load from...load a file from a stream. advanced_usage.loading_files.LoadFromStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...