Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 505 for

log

(0.03 sec)
  1. Load text from string | Documentation

    This article explains how to load values from variables of string type when using GroupDocs.Comparison for Python via .NET.... get_result_string ()) # Log the success message with the...

    docs.groupdocs.com/comparison/python-net/load-t...
  2. Supported cross-merging Document Types | Docume...

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports PDF, DOCX, XLSX, PPTX and many more....OneNote Plain Text File Error Log File Comma Separated Values File...

    docs.groupdocs.com/merger/net/supported-cross-m...
  3. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java.... log ( 'Form Field Name:' , formField...formField . getName ()); console . log ( 'Form Field Type:' , formField...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  4. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed.... log ( '\nSuccessful rename: ' + result...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs.... log ( args . getMessage ()); }, })...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  6. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the matching properties and log their names and values. import...detected metadata packages and log the properties removed affected...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  7. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files.... log ( `Properties set: ${ affected...

    docs.groupdocs.com/metadata/nodejs-java/set-met...
  8. Supported File Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...From Description Load Save LOG Log File ✅ NSF Lotus Notes Storage...

    docs.groupdocs.com/conversion/python-net/suppor...
  9. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Python via .NET supported document types...OneNote Plain Text File Error Log File Comma Separated Values File...

    docs.groupdocs.com/merger/python-net/supported-...
  10. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages.... log ( `Properties removed: ${ affected...

    docs.groupdocs.com/metadata/nodejs-java/remove-...