Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 11,193 for

document merger

(0.08 sec)
  1. Latest release (Febrary 2023) | Documentation

    There is 1 feature and 1 bug fixed in this release. Full list of changes in this release Key Category Summary ANNOTATIONJAVA-1356 Feature Add support for adjusting image quality ANNOTATIONJAVA-1345 Fix The web application gets slow after some annotation Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java 23.2: Set resolution (image quality) of Document preview. Support for adjusting image quality Now you can change image quality....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/release-note...
  2. GroupDocs.Editor for Java 22.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Editor for Java 22.11 Full List of Issues Covering all Changes in this Release Key Summary Category EDITORNET-2014 Exception for Document editing. Bug EDITORNET-2278 Cannot access a closed file while working with xml file Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Editor for Java 22.11 It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/groupdocs-editor...
  3. Setting author of changes | Documentation

    This article explains how to set author of changes name in the resulting Document in GroupDocs.Comparison for Node.js via Java....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/setti...
  4. Render with responsive layout | Documentation

    Learn how to render your Document with responsive HTML layout that looks great on mobile and desktop devices....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/render-with-respo...
  5. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  6. GroupDocs.Annotation for .NET 21.11 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for .NET 21.11 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for .NET 21.11: Added ability to add checkbox component to PDF Documents. Added ability to add Squiggly annotation for PDF, Words and Slides Documents. Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-1872 Implement adding Checkbox control to PDF files Feature ANNOTATIONNET-1894 Add squiggly annotation from PDF Documents Feature ANNOTATIONNET-1895 Add squiggly annotation form Word Documents Feature ANNOTATIONNET-1896 Add squiggly annotation from Slide Documents Feature Public API and Backward Incompatible Changes 1....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  7. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation Document types when working with GroupDocs.Signature within your .NET applications....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/get-supported...
  8. Set Checkbox Values Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result Document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  9. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/get-supported-fil...
  10. 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....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-advanced-...