Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 420 for

log

(0.04 sec)
  1. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Watermark for Node.js via Java without a license (Evaluation Limitations)... log ( 'License set successfully.'...' ); } catch { console . log ( "\nWe do not ship any license...

    docs.groupdocs.com/watermark/nodejs-java/evalua...
  2. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files.... log ( 'Images found: ' + result ...getFoundImage ( i ); console . log ( image . getDocumentInfo ()...

    docs.groupdocs.com/search/nodejs-java/reverse-i...
  3. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....RedactorChangeLog instance, containing a log entry for each redaction applied...to iterate through redaction log entries in RedactorChangeLog...

    docs.groupdocs.com/redaction/java/redaction-bas...
  4. Get taxonomies | Documentation

    Log taxonomy classes The list of taxanomy classes can be get like the following code snippet: Console.WriteLine(String.Join(" ", TaxonomyClasses.Iab2Classes)); Console.WriteLine(String.Join(" ", TaxonomyClasses.DocumentsClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.SentimentClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.Sentiment3Classes));...Get taxonomies Leave feedback Log taxonomy classes The list of...

    docs.groupdocs.com/classification/net/get-taxon...
  5. Licensing | Documentation

    Free conversion API version for Node.js developers is available to evaluate the API which will be similar to licensed version but with few limitations.... log ( 'License set successfully.'...' ); } catch { console . log ( "\nWe do not ship any license...

    docs.groupdocs.com/conversion/nodejs-java/licen...
  6. Licensing | Documentation

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Node.js via Java without a license (Evaluation Limitations)... log ( 'License set successfully.'...' ); } catch { console . log ( "\nWe do not ship any license...

    docs.groupdocs.com/comparison/nodejs-java/licen...
  7. Get supported file types | Documentation

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Node.js via Java applications.... log ( '\n' + fileType . getExtension...

    docs.groupdocs.com/merger/nodejs-java/get-suppo...
  8. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats.... log ( "File type: " + viewInfo .... getFileType ()) console . log ( "Pages count: " + viewInfo ...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  9. Use advanced logging | Documentation

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....documents / Use advanced logging Use advanced logging Leave feedback You...you can use it to track error log records: CustomLogger logger...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Metadata Editor Powered by GroupDocs.Metadata f...

    Are you looking for some metadata editing tool to manipulate your files? Your search is over as the Metadata Editor powered by GroupDocs.Metadata for .NET is out and available now. Metadata Editor is a desktop application that demonstrates how to view and update the metadata information attached with the supported file formats using GroupDocs.Metadata for .NET API. Let’s download and give it a try. .NET Metadata Editor - FeaturesFollowing are the basic features exposed by the .... – create and log the issue on Github. In this...

    blog.groupdocs.com/metadata/metadata-editor-pow...