Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 31,376 for

new

(0.1 sec)
  1. HtmlViewOptions | GroupDocs.Viewer for Node.js ...

    Provides options for rendering documents into HTML format....asList("font-name")); try (Viewer viewer = new Viewer("document.docx")) { viewer...createPageStream) Initializes a new instance of the HtmlViewOptions...

    reference.groupdocs.com/viewer/nodejs-java/com....
  2. Document redaction performance is getting slow ...

    I would like to share and clear few doubts which I faced while using it, Processing time is getting very delayed for each file to finish the redaction process. File size is getting very huge when compared with the orig…...redactor = new Redactor(filename); redactor.Apply(new RegexRed...RegexRedaction("\d{2}\s*\d{2}[^\d]*\d{6}", new ReplacementOptions(System.Drawing...

    forum.groupdocs.com/t/document-redaction-perfor...
  3. URLSearchParams - Web APIs | MDN

    Learn about the URLSearchParams interface, including its constructor, properties, and methods, code examples, specifications, and browser compatibility....specified key/value pair as a new search parameter. URLSearchParams...searchParams&topic=api"; const searchParams = new URLSearchParams(paramsString);...

    developer.mozilla.org/en-US/docs/Web/API/URLSea...
  4. PDF view problem - Free Support Forum - groupdo...

    I save the pages of the PDF document as PNG with the code below. While there is no problem with other PDFs, the page images are distorted in the PDF file I sent as attachment. Can you help troubleshoot the problem? us…...ForEach(pages, (page) => { var options = new LoadOptions(FileType.FromExtension("PDF"));...ms = new MemoryStream(content)) { using (var viewer = new GroupDocs...

    forum.groupdocs.com/t/pdf-view-problem/14180
  5. Render PLT files | GroupDocs.Viewer for .NET

    This article explains how to convert PLT files with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: using (Viewer viewer = new Viewer( "sample.plt" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/how-to-view-plt-f...
  6. GroupDocs.Search for Java 19.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 19.3 Major Features There are the following improvements in this release: Implement event that notifies about search phase finished Implement logging of indexing operations Searching for a complete phrase with stop words Implement Dictionary API enhamcements Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-659 Implement event that notifies about search phase finished Improvement SEARCHNET-1833 Implement logging of indexing operations Improvement SEARCHNET-1845 Searching for a complete phrase with stop words Improvement SEARCHNET-1878 Implement Dictionary API enhamcements Improvement 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...Java 19.3. It includes not only new and obsoleted public methods...

    docs.groupdocs.com/search/java/groupdocs-search...
  7. Multilingual Sentiment Analysis API for .NET Ap...

    Feature-rich sentiment analysis API for .NET. Classify text in English, Chinese, Spanish, and German. Download GroupDocs.Classification .NET 20.11 MSI now!...language support and offers a new three-class sentiment taxonomy...Chinese, Spanish, and German. New Sentiment Taxonomy Version 20...

    releases.groupdocs.com/classification/net/new-r...
  8. Load document from stream | Documentation

    This article demonstrates how to convert document presented as stream using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...converter = new Converter (() -> { try { return new FileInputStream...

    docs.groupdocs.com/conversion/java/load-documen...
  9. sizesearchcriteria - GroupDocs.Watermark for Ja...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou...... Watermarker watermarker = new Watermarker("C:\\test.some_ext");...SizeSearchCriteria widthRange = new SizeSearchCriteria(Dimension...

    apireference.groupdocs.com/watermark/java/com.g...
  10. Get document page preview | Documentation

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Consulting Blog Knowledge Base New Releases Status Websites aspose...preview final Redactor redactor = new Redactor ( testFile ); try {...

    docs.groupdocs.com/redaction/java/get-document-...