Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 2,633 for

resource

(0.05 sec)
  1. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for Java.... Dispose all resources outputMsgStream . dispose...

    docs.groupdocs.com/editor/java/edit-email/
  2. Specify OOXML Compliance Level for Word Documen...

    Control the OOXML compliance level (Ecma, Transitional, or Strict) when saving Word documents to OOXML formats using GroupDocs.Assembly for .NET.... More resources GitHub Examples You may easily...

    docs.groupdocs.com/assembly/net/basic-usage-oox...
  3. Parse data from PDF documents | GroupDocs

    To extract data from PDF documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from PDF Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in PDF form and send it by email (for example)....return template ; } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/parse-data-from-...
  4. Merge DOCX in Node.js | GroupDocs.Merger

    Discover how to efficiently merge DOCX files in Node.js applications without third-party software. Get started with examples!...For more information and resources, explore the following links:...

    blog.groupdocs.com/merger/merge-docx-in-nodejs/
  5. Load password-protected documents | GroupDocs

    This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Parser for Python via .NET.... More resources GitHub examples You may find...

    docs.groupdocs.com/parser/python-net/load-passw...
  6. Extract text from Microsoft Office Excel spread...

    Learn how to extract text from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Includes examples for whole document extraction, sheet-by-sheet processing, raw mode extraction, and formatted text output....in your environment More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature.... class )); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/search-for-em...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage.... OutputPpt ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Highlighting search results | GroupDocs

    This article gives knowledge on how to highlight search results in the text of a document.... log ( text ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/highlight...
  10. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage.... OutputXlsx ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...