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

new

(0.22 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. How to make cache thread-safe in your .NET C# a...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...GetOrAdd ( uniqueKey , k => new object ()); } private string...

    docs.groupdocs.com/viewer/net/how-to-make-cache...
  3. 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
  4. 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...
  5. 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...
  6. InvalidConvertOptionsException Constructor (Str...

    Creates an exception with a specific message...string message ) Public Sub New ( message As String ) public...InvalidConvertOption ( String ^ message ) new : message : string -> InvalidConvertOption...

    apireference.groupdocs.com/conversion/net/group...
  7. LoadOptions - GroupDocs.Metadata for Java - API...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......LoadOptions loadOptions) Initializes a new instance of the Metadata class...LoadOptions loadOptions) Initializes a new instance of the Metadata class...

    apireference.groupdocs.com/metadata/java/com.gr...
  8. Edit Word | Documentation

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/editor/java/edit-word/
  9. 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...
  10. 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...