Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 40,495 for

document

(0.04 sec)
  1. Document filtering during indexing | Documentation

    This page contains a description of the use of Document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...Indexing / Document filtering during indexing Document filtering...

    docs.groupdocs.com/search/nodejs-java/document-...
  2. Update document password | Documentation

    This article explains how to update password for PDF, Word, Excel, PowerPoint Documents by using GroupDocs.Merger for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...operations / Update document password Update document password Leave...

    docs.groupdocs.com/merger/java/update-document-...
  3. Add document password | Documentation

    This article explains how to add Document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Merger Product...operations / Add document password Add document password Leave...

    docs.groupdocs.com/merger/python-net/add-docume...
  4. Pie Chart in Word Processing Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the Document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Pie Chart in Word Processing Document Leave feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  5. Scatter Chart in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013: Click in the Document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Processing Document Scatter Chart in Word Processing Document Leave...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  6. Get document information | Documentation

    This article explains how to detect Document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Get document information Get document information Leave...

    docs.groupdocs.com/merger/net/get-document-info...
  7. Shapes in spreadsheet document | Documentation

    Extracting information about all shapes in an Excel Document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel Document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your Document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...spreadsheet documents / Shapes in spreadsheet document Shapes in...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. Load document from stream | Documentation

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...
  9. eSign document with Digital signature | Documen...

    This article explains how digitally esign Documents with certificates using GroupDocs.Signature API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...signature types / ✎ Digital eSign document with Digital signature Leave...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } 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:...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...password-protected document Load a password-protected document Leave feedback...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...