Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 5,768 for

ai

(0.19 sec)
  1. 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....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. Load document from Azure Blob Storage | GroupDocs

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/annotation/net/load-document...
  3. Render attachments | GroupDocs

    Render emAil attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  4. Load document from FTP | GroupDocs

    This section explAins how to load document from FTP with GroupDocs.Signature API....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/signature/java/load-document...
  5. Preview Digital Certificates properties | Group...

    This article shows how to receive digital certificates properties over Document Info method....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/signature/net/preview-certif...
  6. GroupDocs.Conversion on GroupDocs Blog | Docume...

    GroupDocs.Conversion on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion on GroupDocs Blog | Document Automation Solutions for .NET &......14 지원, AI 에이전트 통합 및 형식 메타데이터 향상을 추가합니다...

    blog.groupdocs.com/ko/tag/groupdocs.conversion/...
  7. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT PlAin text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. How to install Asian Fonts on CentOS | GroupDocs

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-install-as...
  9. How to install Asian Fonts on CentOS | GroupDocs

    This article will guide you through the installation of Asian Fonts on CentOS 6 / 7 / 8....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/viewer/java/how-to-install-a...
  10. Merging Table Cells Dynamically | GroupDocs

    Note This feature is supported by version 19.1 or greater Note The code uses some of the objects defined in The Business Layer. Merging Table Cells Dynamically Using GroupDocs.Assembly for Java, you can merge table cells with equal textual contents within your reports dynamically using cellMerge tags. Syntax of a cellMerge tag is defined as follows: <> Warning A horz switch is optional. If the switch is present, it denotes a cell merging operation in a horizontal direction....Security Events Acquisition Ask AI GroupDocs Documentation / GroupDocs...

    docs.groupdocs.com/assembly/java/merging-table-...