Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 47,025 for

document

(0.32 sec)
  1. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product.../ Supported Document Formats Supported Document Formats Leave...

    docs.groupdocs.com/annotation/net/supported-doc...
  2. Extract images from document | GroupDocs

    Learn how to extract images from Documents using GroupDocs.Parser for Python via .NET. Extract images with position data, rotation, and format information from PDF, Word, Excel....Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...images from document Extract images from document Leave feedback...

    docs.groupdocs.com/parser/python-net/extract-im...
  3. Add a Watermark to Converted Document | GroupDocs

    Learn how to add a watermark to a Document after converting it to another format using GroupDocs.Conversion for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Converting Documents / Add a Watermark to Converted Document Add a...

    docs.groupdocs.com/conversion/python-net/develo...
  4. Multicolored Numbered List in Spreadsheet Docum...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in Spreadsheet Document format. Multicolored Numbered List in Microsoft Excel Document Creating a Multicolored Numbered List Practicing the following steps you can create Multicolored Numbered List Template in MS Excel 2013. Add a new Workbook. In one cell, write a sentence like “We provide support for the following clients:”. Select the cell, and assign a color by pressing “Cell Styles” in Styles group....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Numbered List in Spreadsheet Document Multicolored Numbered List...

    docs.groupdocs.com/assembly/java/multicolored-n...
  5. In-Table List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Presentation format. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft PowerPoint Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS PowerPoint 2013. Add a new presentation slide. Press “Insert” tab. Add a 2x3 table. Save your Document. Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Presentation Document In-Table List in Presentation Document Leave feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  6. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on Document page with GroupDocs.Signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...signature types / ✎ Image eSign document with Image signature Leave...

    docs.groupdocs.com/signature/java/esign-documen...
  7. In-Paragraph List in Spreadsheet Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Spreadsheet Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft Excel Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS Excel 2013. Add a new Workbook. Write a sentence, for example “We provide support for the following products:” in a single column....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Spreadsheet Document In-Paragraph List in Spreadsheet Document Leave...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  8. Load Email document with options | GroupDocs

    Learn this article and check how to load and convert Email Documents with advanced options using GroupDocs.Conversion for .NET API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load Email document with options...

    docs.groupdocs.com/conversion/net/load-email-do...
  9. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save Document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the Document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....implemented ability to save document comparison results in image...image representation of the document pages. The moment you save...

    blog.groupdocs.com/comparison/save-document-com...
  10. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from Documents on the local disk. The following example shows how to load the Document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the Document // If text extraction isn't supported, a reader is null System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from local disk Load document from local...

    docs.groupdocs.com/parser/java/load-document-fr...