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

new

(0.05 sec)
  1. 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...
  2. 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...
  3. GroupDocs.Assembly for Java 18.9 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 18.9. Major Features This release of GroupDocs.Assembly brings a New powerful feature: Abilities to change target file format of an assembled document using file extension or explicit specifying. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-80  Add ability to change target file format when assembling Word Processing documents  Feature  ASSEMBLYNET-81  Add ability to change target file format when assembling Spreadsheet documents  Feature  ASSEMBLYNET-82  Add ability to change target file format when assembling Presentation documents  Feature  ASSEMBLYNET-83  Add ability to change target file format when assembling Email documents  Feature  ASSEMBLYNET-84  Add ability to change target file format when assembling Text documents  Feature  ASSEMBLYNET-88  Add support for Conholdate licenses  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Assembly brings a new powerful feature: Abilities to...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  4. Set replacement text in IRedactionCallback - Fr...

    I want to change original text with replacement text using RegexRedaction where I need to decide replacement text based on original text as well after matched by pattern. I am looking for something like below. IRedactio…...Redactor redactor = new Redactor(indoc, loadOptions, new RedactorSettings(ip);...RegexRedaction r = new RegexRedaction("\d+{4}", new ReplacementOptions("[default...

    forum.groupdocs.com/t/set-replacement-text-in-i...
  5. ViewInfoOptions - GroupDocs.Viewer for Java - A...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo...... forHtmlView () Initializes new instance of ViewInfoOptions class...renderSinglePage) Initializes new instance of ViewInfoOptions class...

    apireference.groupdocs.com/viewer/java/com.grou...
  6. ViewInfoOptions - GroupDocs.Viewer for Java - A...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo...... forHtmlView () Initializes new instance of ViewInfoOptions class...renderSinglePage) Initializes new instance of ViewInfoOptions class...

    apireference.groupdocs.com/viewer/java/com.grou...
  7. Converting Msg to Pdf with Pagesize A4 renders ...

    Converting msg to pdf with defaut PdfConvertOptions settings renders wrong page ratio (very high page), but setting PageSize to A4 renders a blank Pdf page (the file is not empty because the size is not 0ko). We are usin…...converterSettings = new() { Logger = new GroupDocsLogger(_logger)...using Stream sourceStream = new MemoryStream(request.FichierSource...

    forum.groupdocs.com/t/converting-msg-to-pdf-wit...
  8. 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...
  9. 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-...
  10. 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...