Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 31,391 for

new

(0.1 sec)
  1. SplitStreamFactory - GroupDocs.Merger for Java ...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......splitStreamFactory) Initializes a new instance of the SplitOptions...int[] pageNumbers) Initializes a new instance of the SplitOptions...

    apireference.groupdocs.com/merger/java/com.grou...
  2. 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....Consulting Blog Knowledge Base New Releases Status Websites aspose..._errors = new ArrayList < String >(); _traces = new ArrayList...

    docs.groupdocs.com/redaction/java/use-advanced-...
  3. GroupDocs.Viewer for .NET 17.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.12. Major Features There 10 improvements, fixes, and New features in this regular monthly release. The most notable are: Added support of CSS and HTML minification Added method to remove cache files of a specific document Added support of rendering MS Project documents by time intervals Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1454 Add ODG (OpenDocument Graphics) file format support New Feature VIEWERNET-1445 Removing cache files of a specific document New Feature VIEWERNET-1433 Improve rendering Jpeg images into HTML New Feature VIEWERNET-1353 Implement a setting for minifying CSS resources and HTML content New Feature VIEWERNET-1352 Implement an option to split MS Project documents by time intervals New Feature VIEWERNET-1364 Add code examples for Slides rendering options Improvement VIEWERNET-1452 Index was out of range exception when rendering XLSX as PDF Bug VIEWERNET-1415 Blank output when rendering PDF document as HTML Bug VIEWERNET-1342 CAD document layouts with the size different than model are not rendered correctly Bug VIEWERNET-1004 Alignment of radio button text and checkbox text is not proper Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...10 improvements, fixes, and new features in this regular monthly...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. Index Constructor (String, IndexSettings, Boole...

    Initializes a New instance of the Index class. Loads an existing index from disk if overwriteIfExists is false; creates a New index on...IndexSettings, Boolean) Initializes a new instance of the Index class....overwriteIfExists is false ; creates a new index on disk with particular...

    apireference.groupdocs.com/search/net/groupdocs...
  5. SpreadsheetWatermarkHeaderFooterOptions Class -...

    Represents options when adding the watermark to a Spreadsheet header/footer....SpreadsheetWatermark Initializes a new instance of the SpreadsheetWatermark...SpreadsheetLoadOptio loadOptions = new SpreadsheetLoadOptio(); using...

    apireference.groupdocs.com/watermark/net/groupd...
  6. overflowexception - GroupDocs.Assembly for Java...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......OverflowException () Initializes a new instance of the OverflowException...String message) Initializes a new instance of the OverflowException...

    apireference.groupdocs.com/assembly/java/com.gr...
  7. GroupDocs.Metadata for Java 18.11 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for Java 18.11. Major Features There are the following features and enhancements in this release: Reduce memory consumption of the PDF format Reduce memory consumption of supported Excel formats XlsFormat: Add support for missing metadata properties Implement the ability to work with metadata stored in FLV files All Changes Key Summary Category METADATANET-1640 Reduce memory consumption of the PDF format Enhancement METADATANET-2422 Reduce memory consumption of supported Excel formats Enhancement METADATANET-2436 XlsFormat: Add support for missing metadata properties Enhancement METADATANET-470 Implement the ability to work with metadata stored in FLV files New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...metadata stored in FLV files New Feature Public API and Backward...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  8. GroupDocs.Editor for Java 22.4 Release Notes

    GroupDocs.Editor for Java 22.4 Release Notes – the latest updates and fixes....presents several small but useful new features, several improvements...of previous releases, these new features, which touch a public...

    releases.groupdocs.com/editor/java/release-note...
  9. Save signed images with various output types | ...

    This article explains how to save images with various image format types....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/save-signed-i...
  10. OrientationOptions | GroupDocs.Merger for Java ...

    Provides options for the page orientation....orientationMode) Initializes a new instance of the OrientationOptions...int[] pageNumbers) Initializes a new instance of the OrientationOptions...

    reference.groupdocs.com/merger/java/com.groupdo...