Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 887 for

log

(0.16 sec)
  1. Reverse image search | GroupDocs

    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...
  2. Redaction Basics | GroupDocs

    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...
  3. Get taxonomies | GroupDocs

    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...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications.... log ( fileType . toString ()); });...

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  5. Redaction basics | GroupDocs

    This article shows that how C# 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....receive instance, containing a log entry for each redaction applied...to iterate through redaction log entries in and check for property...

    docs.groupdocs.com/redaction/net/redaction-basics/
  6. GroupDocs.Total.NETFramework 25.9 is 40MB large...

    Based on the GroupDocs.Total 25.9 change Log, it is supposed to be smaller than 25.8 with the removal of GroupDocs.Classification. However, the GroupDocs.Total.DLL is actually 40MB larger than the previous 25.8 version. …...9 change log, it is supposed to be smaller...

    forum.groupdocs.com/t/groupdocs-total-netframew...
  7. Render CAD drawings and models as HTML, PDF, an...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, and JPEG formats.... log ( "File type: " + info . getFileType...getFileType ()) console . log ( "The number of pages: " + info ...

    docs.groupdocs.com/viewer/nodejs-java/render-ca...
  8. Spring MVC Front End Project for GroupDocs.View...

    Team GroupDocs is pleased to announce Spring MVC Front End sample project for GroupDocs.Viewer for Java users. The core idea behind the development of this project is to facilitate developers to write their own document viewer using GroupDocs.Viewer for Java 3.x. As the project is open source and published on GitHub, developers can customize it as per their needs. Spring MVC Front End - FeaturesThis Front End provides end users with tools needed for convenient viewing and navigation of documents in a browser....in the project – create and log the issue on Github. In this...

    blog.groupdocs.com/viewer/spring-mvc-front-end-...
  9. Use advanced logging | GroupDocs

    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...