Sort Score
Result 10 results
Languages All
Labels All
Results 8,091 - 8,100 of 11,045 for

document assembly

(0.05 sec)
  1. GroupDocs.Parser for .NET 23.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 23.2 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1991 Implement the ability to handle loading of external resources New Feature Public API and Backward Incompatible Changes Implement the ability to handle loading of external resources Description This feature provides the ability to handle loading of HTML external resource. Public API changes ExternalResourceHandler public class was added...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  2. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

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

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

    docs.groupdocs.com/viewer/net/render-with-respo...
  4. GroupDocs.Editor for .NET 19.10.1 Release Notes...

    Note This page contains release notes for GroupDocs.Editor for .NET 19.10.1 Major features GroupDocs.Editor for .NET version 19.10.1 is a hot-fix for the previous release 19.10, which contains fixes for several critical bugs and also minor improvements. Bugs When performing full roundtrip without editing in Presentation Document in trial mode, an exception is thrown. In some cases there are undisposed resources in the EditableDocument class even after calling the “Dispose()” method....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/groupdocs-editor-...
  5. Get supported file formats | Documentation

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

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

    docs.groupdocs.com/redaction/java/use-advanced-...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  8. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/data...
  9. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  10. GroupDocs.Viewer for Java 20.7 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for Java 20.7 Major Features There are some features, improvements, and bug-fixes in this release, most notable are: Added AutoCAD Drawing Template (.dwt) file-format support Improved performance when rendering Documents in chunks Improved rendering MS Project Documents Added OpenDocument Graphic Template (.otg) file-format support Improved rendering presentations to responsive HTML Removed legacy API Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-127 Add AutoCAD Drawing Template (....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...